@keyframes preloader {
  000% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
html,
body {
  width: 100%;
  height: 100%;
  min-width: 320px;
  margin: 0;
  padding: 0;
  font-size: 10px;
  background-color: black;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
html.m_fixed,
body.m_fixed {
  overflow: hidden;
  position: fixed;
  -webkit-overflow-scrolling: touch;
}
body {
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.content {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: 'SFPRO_d';
  src: url('fonts/sfpro_display-heavy.woff');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'SFPRO_d';
  src: url('fonts/sfpro_display-bold.woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'SFPRO_d';
  src: url('fonts/sfpro_display-semi.woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'SFPRO_d';
  src: url('fonts/sfpro_display-medium.woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'SFPRO_d';
  src: url('fonts/sfpro_display-regular.woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNovaExCnLight';
  src: url('fonts/proxima_nova-excn-light.woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ReformaGroteskMedium';
  src: url('fonts/reforma_grotesk-medium.woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PlayFairDisplay';
  src: url('fonts/playfair-italic.woff');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'PlayFairDisplay';
  src: url('fonts/playfair.woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PlayFairDisplayBoldItalic';
  src: url('fonts/playfair-bolditalic.woff');
  font-weight: normal;
  font-style: italic;
}
.layout {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  min-height: 100%;
  box-sizing: border-box;
  background: white;
}
.layout.m_with_view {
  background: transparent;
}
.layout__view {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1 1 auto;
  width: 100%;
  margin: 10px 0;
  border-radius: 10px;
  background: white;
}
.layout__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  vertical-align: top;
  flex-shrink: 0;
}
.layout__content.m_main {
  flex: 1 1 auto;
  flex-shrink: 1;
}
.layout__content.m_scroll {
  overflow: auto;
}
.layout__content.m_central {
  align-items: center;
  justify-content: center;
  text-align: center;
  vertical-align: middle;
}
.layout__message {
  display: inline-block;
  max-width: 450px;
  min-width: 320px;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
}
.layout__image {
  display: inline-block;
  width: 100%;
  max-width: 150px;
  margin-bottom: 45px;
}
.layout__text {
  display: block;
  margin: 0 0 7px 0;
  padding: 0;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  color: black;
  text-align: center;
}
.layout__text a {
  color: #007AFF;
  text-decoration: none;
  transition: color 0.4s;
}
.layout__text a:hover {
  color: black;
}
.layout__link {
  display: inline-block;
  margin-top: 24px;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #007AFF;
  text-decoration: none;
  transition: color 0.4s;
}
.layout__link:hover {
  color: black;
}
.layout__getButton {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  bottom: 16px;
  left: 0;
  right: 0;
  transition: all 0.4s;
  opacity: 1;
}
.layout__getButton_wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 54px;
  max-width: 250px;
  margin: 0 auto;
  padding: 12px;
  box-sizing: border-box;
  border-radius: 54px;
  background-color: #007AFF;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.4s;
}
.layout__getButton_wrap::before {
  content: "";
  display: block;
  flex: 0 0 auto;
  width: 14px;
  height: 16px;
  margin: 0 15px 0 8px;
  background: url('images/logo_simple.svg') no-repeat;
  background-position: center;
  background-size: 100%;
}
.layout__getButton_wrap:hover {
  transform: scale(1.05);
}
.layout__getButton_text {
  display: inline-block;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  color: white;
  line-height: 1.23076923em;
  text-align: center;
}
.layout__getButton_close {
  display: block;
  width: 26px;
  height: 26px;
  margin-left: 15px;
  flex: 0 0 auto;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.1) url('images/icon_close_simple.svg') no-repeat;
  background-position: center;
  background-size: 8px;
  cursor: pointer;
  transition: all 0.4s;
}
.layout__getButton_close:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.layout__getButton.m_hidden {
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 800px) {
  .layout__view {
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 0;
  }
  .layout__content.m_mobile_hidden {
    display: none;
  }
}
.popup {
  position: fixed;
  display: flex;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-width: 320px;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 0;
  z-index: 1000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  pointer-events: none;
  transition: opacity 0.4s;
  overflow: auto;
}
.popup > * {
  transform: scale(1.2);
  transition: transform 0.4s;
}
.popup__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 28px;
  height: 28px;
  padding: 20px;
  background: url('images/icon_close.svg') no-repeat;
  background-size: 28px;
  background-position: center;
  opacity: 0.2;
  cursor: pointer;
  transition: opacity 0.4s;
}
.popup__close:hover {
  opacity: 0.4;
}
.popup__content {
  display: block;
  width: 100%;
  max-width: 1024px;
  margin: auto;
  padding: 20px;
  box-sizing: border-box;
  background-color: transparent;
  flex-shrink: 0;
}
.popup__embed {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-top: 62%;
  overflow: hidden;
  border-radius: 15px;
  background-color: black;
}
.popup__embed_content {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  outline: 0;
}
.popup.m_no_scroll {
  overflow: hidden;
}
.popup.m_right > * {
  transform: translateX(20px);
}
.popup.m_left > * {
  transform: translateX(-20px);
}
.popup.m_visible {
  opacity: 1;
  pointer-events: auto;
}
.popup.m_visible > * {
  transform: none;
}
@media screen and (max-width: 1024px) {
  .popup__embed {
    border-radius: 0;
  }
}
@media screen and (max-width: 800px) {
  .popup__content {
    margin: 0 auto;
  }
  .popup__content.m_mobile_central {
    margin: auto;
  }
  .popup.m_mobile_central > * {
    transform: scale(1.2);
  }
  .popup.m_mobile_bottom > * {
    transform: translateY(20px);
  }
  .popup.m_visible > * {
    transform: none;
  }
}
.modal {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex: 0 1 auto;
  width: 100%;
  max-width: 380px;
  margin: auto;
  padding: 20px;
  box-sizing: border-box;
}
.modal__content {
  position: relative;
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  width: 100%;
  padding: 30px 30px 20px;
  box-sizing: border-box;
  border-radius: 15px;
  background: white;
  overflow: hidden;
}
.modal__close {
  position: absolute;
  display: block;
  top: 20px;
  right: 20px;
  width: 24px;
  height: 24px;
  background: url('images/icon_close.svg') no-repeat;
  background-position: center;
  background-size: 100%;
  cursor: pointer;
  transition: all 0.4s;
  opacity: 0.1;
  z-index: 1;
}
.modal__close:hover {
  opacity: 0.25;
}
.modal__header {
  display: block;
  flex: 0 0 auto;
  width: 85%;
  margin-bottom: 0.8em;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.2em;
}
.modal__text {
  display: block;
  flex: 0 0 auto;
  margin-bottom: 0.95238095em;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 400;
  font-size: 2.1rem;
  color: rgba(0, 0, 0, 0.85);
  line-height: 1.33333333em;
}
.modal__buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 0 -5px;
}
.modal__button {
  display: block;
  flex: 1 1 auto;
  margin: 0 5px;
}
@media screen and (max-width: 800px) {
  .modal {
    margin-bottom: 0;
  }
  .modal__close {
    top: 10px;
    right: 10px;
  }
}
.preloader {
  position: relative;
  display: block;
  font-size: 0;
  vertical-align: top;
  width: 16px;
  height: 16px;
  background: url('images/preloader.svg') no-repeat;
  background-size: 16px;
  transition: opacity 0.4s;
  animation: preloader 0.7s infinite linear;
}
.preloader.m_central {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -8px;
}
.preloader.m_big {
  width: 24px;
  height: 24px;
  background-size: 24px;
}
.preloader.m_big.m_central {
  margin-top: -12px;
  margin-left: -12px;
}
.preloader.m_inline {
  display: inline-block;
}
.preloader.m_hidden {
  opacity: 0;
  animation: none;
}
.preloader.m_slowly {
  -webkit-animation: preloader 2s infinite linear;
  -moz-animation: preloader 2s infinite linear;
  -ms-animation: preloader 2s infinite linear;
  -o-animation: preloader 2s infinite linear;
  animation: preloader 2s infinite linear;
  transform: translate(0 0 0);
}
.preloader.m_faster {
  -webkit-animation: preloader 0.4s infinite linear;
  -moz-animation: preloader 0.4s infinite linear;
  -ms-animation: preloader 0.4s infinite linear;
  -o-animation: preloader 0.4s infinite linear;
  animation: preloader 0.4s infinite linear;
  transform: translate(0 0 0);
}
.preloader.m_on_dark {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2017.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20enable-background%3D%22new%200%200%2022%2022%22%20xml%3Aspace%3D%22preserve%22%20width%3D%2222px%22%20height%3D%2222px%22%3E%0D%0A%20%3Cdefs%3E%0D%0A%20%20%20%20%3Cpattern%20id%3D%22img1%22%20patternUnits%3D%22userSpaceOnUse%22%20width%3D%2222%22%20height%3D%2222%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cimage%20xlink%3Ahref%3D%22data%3Aimage%2Fpng%3Bbase64%2CiVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw%2FeHBhY2tldCBiZWdpbj0i77u%2FIiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8%2BIDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUM2OUMyQkIyMEUxMTFFNkI3RDVBMTM0OTUxMDg1NTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUM2OUMyQkMyMEUxMTFFNkI3RDVBMTM0OTUxMDg1NTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3NkQ5MEVCMjFFNDgxMUU2QjdENUExMzQ5NTEwODU1OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQzY5QzJCQTIwRTExMUU2QjdENUExMzQ5NTEwODU1OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI%2FPojg%2FbAAAAH3SURBVHjajJVRbsMgEETB0FiqKqWH6TF6iRwud%2Bp%2F%2FqpUan9a1TZQhuy4E5JIQULgBd4OC6z9fr9%2Fd875UsqAWvsD%2B71tt9uFe%2BahDt77XA0FrfVZi9nRXpS62EOQ1TMobNFgzgwEFYNjJ%2FzW4m2MO%2FXqCLYIQIWpEl3MD4UT4G4pbmCGolusi7ztpg%2FFcKUGBSfz6G5st52DwOnI34LeUnym3CPoJ7iGyhuINfbqqdhbrNW7yzk3cC34zuZL54Q6J4oDxtrHYRgWdAxKeDZQEVhgbAGz%2BiDgFYq2KcY2Dc5tY0KysaYUAAND5SalNALcQRn7do8XxlIOZz24WmZUxnxZlsd5np8MGhWm17CFwt1RxnH8OB6PL%2B7O0hSb2PUx8PVZKFII4Xez2XwdDofX7Xb7hj5sHO9ebGOsim0gS5swVusUY%2FypsE%2FMm6bpuSmqNoxhjsF1baHioomIShBbKKuQb7QA4tAQZ%2FSrDQc2cz7XI79AMb1pXUxtA0MZDxlr7FYkXj9TvSgj9gbzTPBkt4Lb5XXDugdJqfaO%2FlWrYhoZ21mUJEIsRQZTvj6iOpf5BbbUK2asFuknySdOkg%2BfcYupPH%2FM91Hly6H10KyKu3wB4Qj0WcqNAsydSnVYOsWaMsPJX7kAX4PmK%2F9ALf0%2Fbk1SLH8CDADGR3BmOleJXAAAAABJRU5ErkJggg%3D%3D%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2222%22%20height%3D%2222%22%20%2F%3E%0D%0A%20%20%20%20%3C%2Fpattern%3E%0D%0A%3C%2Fdefs%3E%0D%0A%3Cpath%20d%3D%22M11%2C21.8C5.1%2C21.8%2C0.2%2C16.9%2C0.2%2C11S5.1%2C0.2%2C11%2C0.2S21.8%2C5.1%2C21.8%2C11S16.9%2C21.8%2C11%2C21.8z%20M11%2C1.8c-5.1%2C0-9.2%2C4.1-9.2%2C9.2%0D%0A%09%09s4.1%2C9.2%2C9.2%2C9.2s9.2-4.1%2C9.2-9.2S16.1%2C1.8%2C11%2C1.8z%22%20fill%3D%22url(%23img1)%22%2F%3E%0D%0A%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.button {
  position: relative;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  min-width: 100px;
  height: 44px;
  margin: 0;
  padding: 6px 15px 6px;
  box-sizing: border-box;
  border: 2px solid transparent;
  border-radius: 7px;
  background: white;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  color: rgba(0, 0, 0, 0.65);
  text-align: center;
  text-decoration: none;
  line-height: 1.21428571em;
  vertical-align: middle;
  cursor: pointer;
  transition: all 0.4s;
}
.button__text {
  display: inline-block;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.28571429em;
  text-align: center;
  vertical-align: top;
  transition: all 0.4s;
}
.button__text_sub {
  display: block;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.16666667em;
  text-align: center;
  vertical-align: top;
  opacity: 0.65;
}
.button__text.m_check::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 8px;
  margin-right: 4px;
  background: url('images/icon_checked_primary.svg') no-repeat;
  background-position: center;
  background-size: 100%;
}
.button__input {
  position: absolute;
  display: block;
  opacity: 0.01;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  z-index: -1;
}
.button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  background: url('images/preloader_dark.svg') no-repeat;
  background-position: center;
  background-size: 100%;
  vertical-align: top;
  opacity: 0;
  transition: all 0.4s;
}
.button:hover {
  background-color: #F5F5F5;
}
.button.m_play::before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 14px;
  margin-right: 10px;
  background: url('images/icon_play_button.svg') no-repeat;
  background-position: center;
  background-size: 100%;
}
.button.m_more {
  padding-left: 39px;
  padding-right: 39px;
}
.button.m_more::before {
  content: '';
  position: absolute;
  display: inline-block;
  top: 50%;
  right: 10px;
  width: 22px;
  height: 5px;
  margin-top: -2px;
  background: url('images/icon_button_more.svg') no-repeat;
  background-position: center;
  background-size: 100%;
}
.button.m_search {
  width: 40px;
  height: 40px;
  min-width: 0;
  padding: 0;
  border-radius: 100%;
  background-image: url('images/icon_search.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px;
}
.button.m_block {
  display: flex;
}
.button.m_round {
  border-radius: 44px;
}
.button.m_big {
  height: 60px;
  font-size: 1.5rem;
  padding-top: 22px;
  padding-bottom: 20px;
}
.button.m_big.m_round {
  border-radius: 60px;
}
.button.m_long {
  min-width: 180px;
}
.button.m_slim {
  height: 36px;
  min-width: 80px;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
}
.button.m_shadow {
  background-color: white;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
  transform: translate3d(0, 0, 0);
}
.button.m_shadow:hover {
  background-color: white;
  transform: scale(1.03) translate3d(0, 0, 0);
}
.button.m_flat {
  background-color: #F5F5F5;
  transform: translate3d(0, 0, 0);
}
.button.m_flat:hover {
  background-color: #F5F5F5;
  transform: scale(1.03) translate3d(0, 0, 0);
}
.button.m_primary {
  background-color: #007AFF;
  color: white;
}
.button.m_primary.m_more::before {
  background-image: url('images/icon_button_more_white.svg');
}
.button.m_primary:hover {
  background-color: #007AFF;
  transform: scale(1.03) translate3d(0, 0, 0);
}
.button.m_primary:after {
  background-image: url('images/preloader_white.svg');
}
.button.m_primary:disabled,
.button.m_primary.m_disabled {
  background-color: #DFDFDF;
  pointer-events: none;
}
.button.m_skeleton {
  border-color: rgba(0, 0, 0, 0.05);
  background-color: white;
  transform: translate3d(0, 0, 0);
}
.button.m_skeleton.m_more::before {
  background-image: url('images/icon_button_more.svg');
}
.button.m_skeleton:hover {
  background-color: white;
  transform: scale(1.03) translate3d(0, 0, 0);
}
.button.m_skeleton.m_primary {
  border-color: #007AFF;
  background-color: white;
  color: #007AFF;
}
.button.m_skeleton.m_primary:hover {
  background-color: white;
}
.button.m_share {
  min-width: 24px;
  padding: 6px;
}
.button.m_share .button__icon {
  width: 24px;
}
.button.m_share .button__icon .profileProduct__share_arrow {
  fill: #A9A9A9;
}
.button.m_share .button__icon .profileProduct__share_box {
  fill: #A9A9A9;
}
.button.m_share:hover .profileProduct__share_arrow {
  transform: translateY(-3px);
}
.button.m_like::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 11px;
  margin-right: 4px;
  background: url('images/icon_like.svg') no-repeat;
  background-position: center;
  background-size: 100%;
}
.button.m_like.m_liked {
  background-color: #FF5151;
  color: white;
}
.button.m_like.m_liked::before {
  background: url('images/icon_like_active.svg') no-repeat;
}
.button.m_loading {
  pointer-events: none;
}
.button.m_loading .button__text {
  opacity: 0;
}
.button.m_loading:after {
  opacity: 1;
  animation: preloader 0.7s infinite linear;
}
.button.m_hidden {
  display: none;
}
.button__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: 10px;
  overflow: hidden;
  border-radius: 9px;
  border: 0;
  background: white;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.2s;
  opacity: 0;
  transform: translateY(-10px);
  pointer-events: none;
  z-index: 100;
}
.button__dropdown_item {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 16px;
  background: rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(216, 216, 216, 0.2);
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  color: rgba(0, 0, 0, 0.8);
  line-height: 16px;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.4s;
}
.button__dropdown_item_text {
  display: inline-block;
  transition: all 0.4s;
}
.button__dropdown_item.m_ios:before,
.button__dropdown_item.m_android:before {
  content: "";
  display: inline-block;
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  opacity: 0.2;
}
.button__dropdown_item.m_ios:before {
  background-image: url('images/landing/icon_ios.svg');
}
.button__dropdown_item.m_android:before {
  background-image: url('images/landing/icon_android.svg');
}
.button__dropdown_item.m_center {
  justify-content: center;
}
.button__dropdown_item.m_danger {
  color: #FC5C5C;
}
.button__dropdown_item.m_preloader::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  background: url('images/preloader_dark.svg') no-repeat;
  background-position: center;
  background-size: 100%;
  vertical-align: top;
  opacity: 0;
  transition: all 0.4s;
}
.button__dropdown_item.m_loading {
  pointer-events: none;
}
.button__dropdown_item.m_loading .button__dropdown_item_text {
  opacity: 0;
}
.button__dropdown_item.m_loading::before {
  opacity: 1;
  animation: preloader 0.7s infinite linear;
}
.button__dropdown_item:last-child {
  border-bottom: 0;
}
.button__dropdown_item:hover {
  background: rgba(0, 0, 0, 0.02);
}
.button__dropdown.m_open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.menu {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  top: 0;
  left: 0;
  right: 0;
  padding: 40px 0 20px;
  box-sizing: border-box;
  z-index: 100;
}
.menu__logo {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 0 0 auto;
  margin: 0 20px 0 40px;
  border: 0;
  outline: 0;
  text-decoration: none;
  opacity: 1;
  transition: all 0.4s;
}
.menu__logo_icon {
  display: block;
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  margin-right: 20px;
  border: 0;
  outline: 0;
  text-decoration: none;
  background: url('images/logo_icon.svg') no-repeat;
  background-position: center;
  background-size: 100%;
}
.menu__logo_content {
  display: block;
}
.menu__logo_name {
  display: block;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  color: rgba(0, 0, 0, 0.65);
  line-height: 1.21428571em;
  text-decoration: none;
}
.menu__logo_slogan {
  display: block;
  max-width: 125px;
  margin-top: 0.35714286em;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  color: rgba(0, 0, 0, 0.2);
  line-height: 1.21428571em;
}
.menu__logo_button {
  display: block;
  margin-top: 12px;
}
.menu__logo.m_fade {
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.6s cubic-bezier(0.01, 1.14, 0.46, 1.54) 0.4s;
}
.menu__logo.m_fade.m_open {
  opacity: 1;
  transform: translateY(0);
}
.menu__logo.m_short {
  align-items: center;
}
.menu__logo.m_short .menu__logo_icon {
  transition: all 0.4s;
  transform: translateX(0);
}
.menu__logo.m_short .menu__logo_content {
  transition: all 0.4s;
  transform: translateX(10px);
  opacity: 0;
}
.menu__logo.m_short .menu__logo_name {
  margin-bottom: 0;
}
.menu__logo.m_short .menu__logo_slogan {
  display: none;
}
.menu__logo.m_short:hover .menu__logo_icon {
  transform: translateX(-10px);
}
.menu__logo.m_short:hover .menu__logo_content {
  transform: translateX(-10px);
  opacity: 1;
}
.menu__buttons {
  margin: 0 40px 0 20px;
  opacity: 1;
  transition: all 0.4s 0.2s;
}
.menu__buttons_wrap {
  position: relative;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}
.menu__buttons_wrap:first-child {
  margin-left: 0;
}
.menu__buttons_wrap.m_fade {
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.6s cubic-bezier(0.01, 1.14, 0.46, 1.54) 0.6s;
}
.menu__buttons_wrap.m_fade:nth-child(1) {
  transition: all 0.6s cubic-bezier(0.01, 1.14, 0.46, 1.54) 0.6s;
}
.menu__buttons_wrap.m_fade:nth-child(2) {
  transition: all 0.6s cubic-bezier(0.01, 1.14, 0.46, 1.54) 0.8s;
}
.menu__buttons_wrap.m_fade:nth-child(3) {
  transition: all 0.6s cubic-bezier(0.01, 1.14, 0.46, 1.54) 1s;
}
.menu__buttons_wrap.m_fade.m_open {
  opacity: 1;
  transform: translateY(0);
}
.menu__profile {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.menu__profile_user {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 10px 0 0;
  border: 0;
  outline: 0;
  border-radius: 30px;
  background: #F5F5F5 no-repeat;
  background-position: center;
  background-size: cover;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  color: rgba(0, 0, 0, 0.2);
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.4s;
  transform: translate3d(0, 0, 0);
  vertical-align: middle;
}
.menu__profile_user:hover {
  transform: scale(1.1) translate3d(0, 0, 0);
}
.menu__profile_logout {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  outline: 0;
  border-radius: 40px;
  background: url('images/icon_logout.svg') no-repeat;
  background-position: center;
  background-size: 14px;
  cursor: pointer;
  transition: all 0.4s;
  vertical-align: middle;
}
.menu__profile_logout:hover {
  background-color: #F5F5F5;
}
.menu.m_fixed,
.menu.m_absolute {
  padding-top: 50px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(10px);
  -moz-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.menu.m_fixed {
  position: fixed;
}
.menu.m_absolute {
  position: absolute;
}
.menu.m_search .menu__buttons {
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s;
}
@media screen and (max-width: 1024px) {
  .menu {
    position: relative;
    align-items: center;
    padding-top: 20px;
  }
  .menu__logo {
    margin-left: 20px;
    align-items: center;
    cursor: pointer;
    transition: all 0.4s 0.2s;
  }
  .menu__logo_icon {
    margin-right: 10px;
    transition: all 0.4s;
    transform: translateX(0);
  }
  .menu__logo_content {
    transition: all 0.4s;
    transform: translateX(10px);
    opacity: 0;
  }
  .menu__logo_slogan,
  .menu__logo_button {
    display: none;
  }
  .menu__logo.m_short:hover .menu__logo_icon {
    transform: translateX(0);
  }
  .menu__logo.m_short:hover .menu__logo_content {
    transform: translateX(0);
    opacity: 1;
  }
  .menu__buttons {
    margin-right: 20px;
  }
  .menu__buttons_wrap.m_mobile_hidden {
    display: none;
  }
  .menu.m_absolute,
  .menu.m_fixed {
    padding-top: 30px;
    position: relative;
  }
}
@media screen and (max-width: 800px) {
  .menu.m_search .menu__logo {
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s;
  }
}
.login {
  display: flex;
  align-items: stretch;
  flex: 0 0 auto;
  width: 100%;
  min-height: 460px;
  max-width: 320px;
  margin: auto;
  padding: 20px;
  box-sizing: border-box;
}
.login__content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-end;
  padding: 25px;
  overflow: hidden;
  border-radius: 10px;
  background-color: white;
}
.login__back,
.login__close {
  position: absolute;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  opacity: 0.1;
  cursor: pointer;
  transition: opacity 0.4s;
}
.login__back:hover,
.login__close:hover {
  opacity: 0.25;
}
.login__back.m_hidden,
.login__close.m_hidden {
  opacity: 0;
  pointer-events: none;
}
.login__back {
  top: 12px;
  left: 12px;
  background-image: url('images/icon_back.svg');
}
.login__close {
  top: 12px;
  right: 12px;
  background-image: url('images/icon_close.svg');
}
.login__logo {
  display: block;
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  margin: 30px auto 15px;
  background: url('images/logo_icon_big.svg') no-repeat;
  background-size: 100%;
  background-position: center;
}
.login__header {
  display: block;
  flex: 0 0 auto;
  margin-bottom: 0.33333333em;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 800;
  font-size: 3rem;
  color: rgba(0, 0, 0, 0.75);
  line-height: 1.06666667em;
  text-align: center;
}
.login__forms {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  margin: 0 -25px;
}
.login__form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  flex: 1 0 100%;
  width: 100%;
  padding: 0 25px;
  box-sizing: border-box;
  transition: transform 0.4s, opacity 0.4s;
  transform: scale(1.2);
  opacity: 0;
  pointer-events: none;
}
.login__form_header {
  display: block;
  max-width: 200px;
  margin: 0 auto 1.94444444em;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  color: rgba(0, 0, 0, 0.3);
  line-height: 1.16666667em;
  text-align: center;
}
.login__form.m_secondary {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  justify-content: space-between;
  height: 100%;
}
.login__form.m_open {
  transform: scale(1);
  opacity: 1;
  pointer-events: all;
}
.login__form.m_close {
  transform: scale(0.8);
  opacity: 0;
  pointer-events: none;
}
.login__buttons {
  display: block;
  align-self: stretch;
  text-align: center;
}
.login__button {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  min-width: 160px;
  margin: 0 0 10px 0;
  padding: 16px 20px 15px;
  box-sizing: border-box;
  border-radius: 9px;
  border: 0;
  outline: 0;
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.65);
  text-align: center;
  cursor: pointer;
  transition: all 0.4s;
}
.login__button_text {
  display: inline-block;
  flex: 0 0 auto;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.66666667em;
  white-space: nowrap;
  vertical-align: top;
  transition: all 0.4s;
}
.login__button_loading {
  content: "";
  position: absolute;
  flex: 0 0 auto;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  background: url('images/preloader_dark.svg') no-repeat;
  background-position: center;
  background-size: 100%;
  vertical-align: top;
  opacity: 0;
  transition: all 0.4s;
}
.login__button::before,
.login__button::after {
  content: "";
  display: inline-block;
  flex: 0 0 auto;
  width: 15px;
}
.login__button::after {
  flex: 0 1 auto;
}
.login__button.m_facebook {
  background-color: #007AFF;
  color: white;
}
.login__button.m_facebook::before {
  content: "";
  display: inline-block;
  flex: 0 0 auto;
  width: 12px;
  height: 25px;
  margin-right: 10px;
  line-height: 25px;
  background: url('images/icon_facebook.svg') no-repeat;
  background-position: center;
  background-size: 100%;
  vertical-align: top;
  transition: all 0.4s;
}
.login__button.m_facebook .login__button_loading {
  background-image: url('images/preloader_white.svg');
}
.login__button.m_google {
  background-color: #E8453C;
  color: white;
}
.login__button.m_google::before {
  content: "";
  display: inline-block;
  flex: 0 0 auto;
  width: 32px;
  height: 23px;
  margin-right: 10px;
  line-height: 25px;
  background: url('images/icon_google.svg') no-repeat;
  background-position: center;
  background-size: 100%;
  vertical-align: top;
  transition: all 0.4s;
}
.login__button.m_google .login__button_loading {
  background-image: url('images/preloader_white.svg');
}
.login__button.m_apple {
  background-color: #000000;
  color: white;
}
.login__button.m_apple::before {
  content: "";
  position: relative;
  display: inline-block;
  top: -2px;
  flex: 0 0 auto;
  width: 17px;
  height: 20px;
  margin-right: 10px;
  line-height: 25px;
  background: url('images/icon_apple.svg') no-repeat;
  background-position: center;
  background-size: 100%;
  vertical-align: top;
  transition: all 0.4s;
}
.login__button.m_apple .login__button_loading {
  background-image: url('images/preloader_white.svg');
}
.login__button.m_twitter {
  background-color: #1DA9FF;
  color: white;
}
.login__button.m_twitter::before {
  content: "";
  position: relative;
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  margin-right: 4px;
  line-height: 25px;
  background: url('images/icon_twitter.svg') no-repeat;
  background-position: center;
  background-size: 100%;
  vertical-align: top;
  transition: all 0.4s;
}
.login__button.m_twitter .login__button_loading {
  background-image: url('images/preloader_white.svg');
}
.login__button.m_loading .login__button_text,
.login__button.m_loading::before {
  opacity: 0;
}
.login__button.m_loading .login__button_loading {
  opacity: 1;
  animation: preloader 0.7s infinite linear;
}
.login__button.m_inline {
  display: inline-block;
}
.login__button:hover {
  transform: scale(1.03);
}
.login__button:last-child {
  margin-bottom: 0;
}
.login__button.m_disabled,
.login__button:disabled {
  pointer-events: none;
}
.login__button:disabled {
  opacity: 0.5;
}
.login__button:disabled .login__button_text {
  opacity: 0.5;
}
.login__field {
  display: block;
  margin: auto;
  padding: 10px 0;
}
.login__field_label {
  display: block;
  margin-bottom: 0.8em;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.75);
  text-align: center;
}
.login__field_error {
  display: block;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 600;
  font-size: 1.3rem;
  color: #FF5757;
  text-align: center;
  transition: all 0.4s;
  pointer-events: none;
  opacity: 0;
}
.login__field_error.m_visible {
  opacity: 1;
  pointer-events: auto;
}
.login__input {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  height: 50px;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 7px;
  background: rgba(216, 216, 216, 0.25);
}
.login__input_text {
  display: inline-block;
  flex: 1 0 auto;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.2);
  line-height: 1.2em;
  white-space: nowrap;
}
.login__input_field {
  display: inline-block;
  flex: 1 1 auto;
  width: 100%;
  min-width: 50px;
  margin: 0 0 0 1px;
  padding: 0;
  border: 0;
  outline: 0;
  box-shadow: 0;
  background: transparent;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  color: black;
  line-height: 1.2em;
  -webkit-appearance: none;
}
.import {
  display: block;
  align-self: flex-end;
  max-width: 400px;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 20px;
  box-sizing: border-box;
}
.import__content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  height: 100%;
  box-sizing: border-box;
  border-radius: 10px;
  border: 0;
  background: #f2f2f2;
}
.import__content:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('images/icon_drop.svg') no-repeat;
  background-position: center;
  background-size: 162px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s;
}
.import__messages {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  flex: 1 1 auto;
  padding: 20px 15px;
  overflow-x: hidden;
  overflow-y: auto;
}
.import__header {
  display: block;
  margin: 15px auto 20px;
  max-width: 160px;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.3);
  line-height: 1.2em;
  text-align: center;
}
.import__question {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 0 20px;
  padding-right: 15px;
  animation: question_in 0.4s;
  transition: all 0.6s;
}
@keyframes question_in {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  33% {
    opacity: 0;
    transform: translateY(20px);
  }
}
.import__question_userpic {
  display: block;
  flex: 0 0 auto;
  width: 25px;
  height: 25px;
  margin-right: 7px;
  background: url('images/must_userpic.png') no-repeat;
  background-position: center;
  background-size: cover;
}
.import__question_text {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  padding: 12px 15px;
  border-radius: 20px;
  background: white;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  color: #595959;
  line-height: 1.21428571em;
  text-align: left;
  word-wrap: break-word;
}
.import__question.m_hidden {
  opacity: 0;
  transform: translateY(20px);
}
.import__answer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-end;
  margin: 0 -5px 15px 0;
  animation: answer_in 0.8s;
  transition: all 0.4s;
}
@keyframes answer_in {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  20% {
    opacity: 0;
    transform: translateY(20px);
  }
}
.import__answer_option {
  display: block;
  margin: 0 5px 5px 0;
}
.import__answer.m_hidden {
  opacity: 0;
  transform: translateY(20px);
}
.import__content.m_drag:after {
  opacity: 1;
}
.import__content.m_drag .import__question,
.import__content.m_drag .import__answer {
  opacity: 0;
  pointer-events: none;
}
.watched {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex: 0 1 auto;
  width: 100%;
  min-height: 380px;
  max-width: 560px;
  margin: auto;
  padding: 20px;
  box-sizing: border-box;
}
.watched__content {
  position: relative;
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  width: 100%;
  border-radius: 10px;
  background: white;
  overflow: hidden;
}
.watched__close {
  position: absolute;
  display: block;
  top: 20px;
  right: 20px;
  width: 24px;
  height: 24px;
  background: url('images/icon_close.svg') no-repeat;
  background-position: center;
  background-size: 100%;
  cursor: pointer;
  transition: all 0.4s;
  opacity: 0.1;
  z-index: 1;
}
.watched__close:hover {
  opacity: 0.25;
}
.watched__header {
  display: flex;
  align-items: center;
  padding: 15px 64px 15px 20px;
  background: rgba(0, 0, 0, 0.01);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  min-width: 0;
}
.watched__header_art {
  position: relative;
  display: block;
  margin: 0 10px 0 -5px;
  width: 40px;
  height: 60px;
  border-radius: 3px;
}
.watched__header_art_image {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  background: #f0f0f0 no-repeat;
  background-position: center;
  background-size: cover;
}
.watched__header_art.m_youtube {
  width: 71px;
  height: 40px;
}
.watched__header_content {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
}
.watched__header_title {
  display: block;
  overflow: hidden;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.65);
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1.66666667em;
}
.watched__header_sub {
  display: block;
  margin-top: -0.15384615em;
  overflow: hidden;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  color: rgba(0, 0, 0, 0.3);
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: normal;
}
.watched__form {
  display: block;
  padding: 15px 20px;
}
.watched__hr {
  display: block;
  height: 1px;
  background: #ECECEC;
  margin-bottom: 15px;
}
.watched__hr:last-child {
  margin-bottom: 0;
}
.watched__review {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 0 15px 0;
  border: 0;
  outline: 0;
  box-shadow: none;
  background: white;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: normal;
  color: black;
  resize: none;
}
.watched__review::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.watched__review::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.watched__review:-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.watched__review:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.watched__review:last-child {
  margin-bottom: 0;
}
.watched__rate {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
}
.watched__rate_smile {
  display: flex;
  flex-direction: row;
  flex: 0 0 auto;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}
.watched__rate_smile:before {
  content: "";
  width: 27px;
  height: 27px;
  background: url('images/smiles.png') no-repeat;
  background-size: 297px 27px;
  background-position: 0 center;
}
.watched__rate_smile:after {
  content: "";
  width: 9px;
  height: 17px;
  margin-left: 8px;
  background: url('images/icon_arrow_right.svg') no-repeat;
  background-size: 100%;
  background-position: center;
}
.watched__rate_smile.m_smile_10:before {
  background-position-x: -27px;
}
.watched__rate_smile.m_smile_9:before {
  background-position-x: -54px;
}
.watched__rate_smile.m_smile_8:before {
  background-position-x: -81px;
}
.watched__rate_smile.m_smile_7:before {
  background-position-x: -108px;
}
.watched__rate_smile.m_smile_6:before {
  background-position-x: -135px;
}
.watched__rate_smile.m_smile_5:before {
  background-position-x: -162px;
}
.watched__rate_smile.m_smile_4:before {
  background-position-x: -189px;
}
.watched__rate_smile.m_smile_3:before {
  background-position-x: -216px;
}
.watched__rate_smile.m_smile_2:before {
  background-position-x: -243px;
}
.watched__rate_smile.m_smile_1:before {
  background-position-x: -270px;
}
.watched__rate_fade {
  position: relative;
  display: block;
  align-self: stretch;
  flex: 0 0 auto;
  width: 12px;
  margin-right: -12px;
  background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0));
  z-index: 1;
}
.watched__rate_nums {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: 1 1 auto;
  height: 46px;
  margin-right: -20px;
  padding-left: 12px;
  overflow: hidden;
}
.watched__rate_nums:after {
  content: "x";
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  width: 2px;
  overflow: hidden;
  visibility: hidden;
}
.watched__rate_num {
  position: relative;
  display: inline-block;
  margin: 0 6px 0 0;
}
.watched__rate_num_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  border-radius: 30px;
  background: rgba(0, 0, 0, 0.03);
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  color: #2D2D2D;
  line-height: 14px;
  text-align: center;
  cursor: pointer;
  transform: scale(1) translate3d(0, 0, 0);
  transition: all 0.4s;
}
.watched__rate_num_btn_icon {
  display: inline-block;
  width: 9px;
  height: 9px;
  vertical-align: top;
}
.watched__rate_num_btn_icon * {
  fill: #2D2D2D;
  transition: all 0.4s;
}
.watched__rate_num_input {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
}
.watched__rate_num_input:checked + .watched__rate_num_btn {
  width: 46px;
  height: 46px;
  background-color: #007AFF;
  color: white;
  font-size: 1.6rem;
  cursor: default;
}
.watched__rate_num_input:checked + .watched__rate_num_btn .watched__rate_num_btn_icon * {
  fill: white;
}
.watched__rate_num:hover .watched__rate_num_btn {
  transform: scale(1.1) translate3d(0, 0, 0);
}
.watched__rate_num:hover .watched__rate_num_input:checked + .watched__rate_num_btn {
  transform: scale(1);
}
.watched__rate_num:last-child {
  margin-bottom: 0;
}
.watched__share {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 15px 0;
  cursor: pointer;
}
.watched__share_icon {
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border-radius: 7px;
  background: #007AFF url('images/icon_facebook.svg') no-repeat;
  background-position: center;
  background-size: 10px;
}
.watched__share_text {
  display: block;
  margin-right: 10px;
  flex: 1 1 auto;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.65);
}
.watched__share_checkbox {
  position: relative;
  display: block;
}
.watched__share_checkbox_btn {
  display: block;
  width: 50px;
  height: 30px;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  background: white;
  transition: all 0.4s;
}
.watched__share_checkbox_btn:after {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  box-sizing: border-box;
  border: 0.5px solid rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  background: white;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05), 0 2px 2px rgba(0, 0, 0, 0.1), 0 3px 1px rgba(0, 0, 0, 0.05);
  transition: all 0.4s;
}
.watched__share_checkbox_input {
  position: absolute;
  width: 1px;
  height: 1px;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
}
.watched__share_checkbox_input:checked + .watched__share_checkbox_btn {
  background-color: #007AFF;
}
.watched__share_checkbox_input:checked + .watched__share_checkbox_btn:after {
  transform: translateX(20px);
}
.watched__share:last-child {
  margin-bottom: 0;
}
.watched__submit {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 23px 20px 22px;
  box-sizing: border-box;
  border: 0;
  outline: 0;
  box-shadow: none;
  background-color: #007AFF;
  text-align: center;
  cursor: pointer;
  transition: all 0.4s;
}
.watched__submit_text {
  display: inline-block;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: white;
  line-height: 1.66666667em;
  transition: all 0.4s;
}
.watched__submit:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  background: url('images/preloader_white.svg') no-repeat;
  background-position: center;
  background-size: 100%;
  vertical-align: top;
  opacity: 0;
  transition: all 0.4s;
}
.watched__submit:hover {
  background-color: #0062cc;
}
.watched__submit.m_loading .popup__submit_text {
  opacity: 0;
}
.watched__submit.m_loading:after {
  opacity: 1;
  animation: preloader 0.7s infinite linear;
}
@media screen and (max-width: 800px) {
  .watched {
    margin-bottom: 0;
  }
  .watched__close {
    top: 10px;
    right: 10px;
  }
}
.notify {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  top: 100px;
  right: 0;
  bottom: 20px;
  max-width: 200px;
  margin: 0;
  padding: 0 40px 0;
  overflow: hidden;
  z-index: 9999;
  pointer-events: none;
}
.notify__message {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 10px 0;
  padding: 18px 18px 16px;
  border-radius: 12px;
  background: white;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
  opacity: 0;
  transform: scale(0.75);
  transition: all 0.2s;
  pointer-events: none;
  cursor: pointer;
}
.notify__message:before {
  content: "";
  display: block;
  align-self: flex-start;
  width: 16px;
  height: 16px;
  margin-right: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.notify__message_text {
  display: block;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  color: black;
  line-height: 1.23076923em;
  text-align: left;
}
.notify__message.m_yes:before {
  background-image: url('images/notify_yes.svg');
}
.notify__message.m_no:before {
  background-image: url('images/notify_no.svg');
}
.notify__message.m_visible {
  opacity: 1;
  transform: scale(1);
  pointer-events: all;
}
.notify__message:hover {
  transform: scale(1.05);
}
@media screen and (max-width: 800px) {
  .notify {
    top: 20px;
    padding-right: 20px;
  }
}
.share {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.4s;
  z-index: 9999;
}
.share__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
}
.share__wrap {
  position: static;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 0;
  z-index: 9999;
}
.share__content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  width: 230px;
  margin: 0;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(20px);
  -moz-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s;
  transform: translateY(20px);
}
.share__item {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 12px;
  border-bottom: 1px solid rgba(216, 216, 216, 0.2);
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s;
  overflow: hidden;
}
.share__item_icon {
  position: relative;
  display: block;
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  margin-right: 12px;
}
.share__item_icon:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  transition: opacity 0.4s;
}
.share__item_icon.m_facebook:before {
  background-image: url('images/share_facebook.svg');
}
.share__item_icon.m_twitter:before {
  background-image: url('images/share_twitter.svg');
}
.share__item_icon.m_link:before {
  background-image: url('images/share_link.svg');
}
.share__item_icon.m_image:before {
  background-image: url('images/share_image.svg');
}
.share__item_icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  background: url('images/preloader.svg') no-repeat;
  background-position: center;
  background-size: 16px;
  transition: opacity 0.4s;
  opacity: 0;
}
.share__item_text {
  display: block;
  flex: 1 1 auto;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  color: rgba(0, 0, 0, 0.75);
  line-height: 1.21428571em;
  text-align: left;
  text-decoration: none;
}
.share__item_input {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.share__item:first-child {
  border-radius: 12px 12px 0 0;
}
.share__item:last-child {
  border-radius: 0 0 12px 12px;
  border-bottom: 0;
}
.share__item:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.share__item.m_loading {
  pointer-events: none;
}
.share__item.m_loading .share__item_icon:before {
  opacity: 0;
}
.share__item.m_loading .share__item_icon:after {
  opacity: 1;
  animation: preloader 0.7s infinite linear;
}
.share.m_from_top .share__content {
  transform: translateY(-20px);
}
.share.m_visible {
  opacity: 1;
}
.share.m_visible .share__content,
.share.m_from_top.m_visible .share__content {
  transform: none;
}
@media screen and (max-width: 600px) {
  .share {
    position: relative;
    transition: opacity 0.4s;
  }
  .share__backdrop {
    background-color: rgba(0, 0, 0, 0.9);
  }
  .share__wrap {
    position: fixed;
    align-items: stretch;
    justify-content: flex-start;
    min-width: 320px;
    overflow: auto;
    padding: 20px;
  }
  .share__content {
    width: auto;
    margin: auto 0 0;
    transition: transform 0.4s;
  }
  .share__item {
    padding: 15px 20px;
  }
  .share__item_text {
    font-size: 1.7rem;
  }
  .share.m_from_top .share__content {
    transform: translateY(20px);
  }
  .share.m_from_top.m_visible .share__content {
    transform: none;
  }
}
@keyframes stickShow {
  0% {
    transform: scale(0.75);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.landing {
  display: block;
  width: 100%;
  min-width: 320px;
  margin: 0 auto;
}
.landing__stick {
  position: fixed;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  padding: 150px 40px 120px;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 50;
  pointer-events: none;
}
.landing__stick.m_absolute {
  position: absolute;
}
.landing__stick.m_fade {
  opacity: 0;
  transform: scale(0.75);
  transition: all 0.6s cubic-bezier(0.01, 1.14, 0.46, 1.54) 0s;
}
.landing__stick.m_fade.m_open {
  opacity: 1;
  transform: scale(1);
}
.landing__layout {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 0 0 15px 15px;
  background: white;
  z-index: 1;
}
.landing__section {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  height: 100vh;
  max-width: 1440px;
  padding: 150px 40px 120px;
  margin: 0 auto;
  box-sizing: border-box;
  overflow: hidden;
  opacity: 0;
}
.landing__section_header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 60px;
  padding: 0 40px;
}
.landing__section_header_text {
  display: block;
  max-width: 500px;
  margin-bottom: 25px;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 700;
  font-size: 4.2rem;
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
}
.landing__section_header_buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.landing__section_header_button {
  position: relative;
  display: block;
  margin: 0 10px 10px;
  text-align: center;
}
.landing__section.m_column {
  flex-direction: column;
  justify-content: flex-start;
  height: auto;
  max-width: 100%;
  padding: 120px 0 100px;
}
.landing__section.m_opaque {
  opacity: 1;
}
.landing__section.m_height {
  margin-bottom: 150vh;
}
.landing__section.m_height_2x {
  margin-bottom: 300vh;
}
.landing__text {
  display: block;
  max-width: 600px;
  pointer-events: all;
}
.landing__text_title {
  display: block;
  margin-bottom: 0.83333333em;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  color: rgba(0, 0, 0, 0.2);
}
.landing__text_text {
  display: block;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 700;
  font-size: 4.8rem;
  color: rgba(0, 0, 0, 0.85);
  line-height: 1.0625em;
}
.landing__text:empty {
  width: 100%;
}
.landing__text.m_dummy {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.landing__phone {
  position: relative;
  display: block;
  height: 100%;
  max-height: 855px;
  transform-origin: left center;
  pointer-events: all;
}
.landing__phone:before {
  content: "";
  position: absolute;
  top: -0.46783626%;
  left: -15.09433962%;
  width: 100%;
  height: 100%;
  transform: scaleX(1.44811321) scaleY(1.15672515);
  transform-origin: top left;
  background: url('images/landing/iphone_shadow.png') no-repeat;
  background-position: top left;
  background-size: 100% 100%;
  z-index: 0;
}
.landing__phone_backside {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.landing__phone:after {
  content: "";
  position: absolute;
  top: 2%;
  left: 5%;
  bottom: 2%;
  right: 5%;
  border-radius: 6% / 3%;
  background: black;
  z-index: 2;
}
.landing__phone_screen {
  position: absolute;
  top: 2.4%;
  left: 5.5%;
  bottom: 2.5%;
  right: 5.8%;
  background-size: cover;
  background-position: center;
  z-index: 3;
}
.landing__phone_body {
  position: relative;
  display: block;
  height: 100%;
  z-index: 10;
}
.landing__phone_content.m_hidden {
  pointer-events: none;
  visibility: hidden;
}
.landing__phone_video,
.landing__phone_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  vertical-align: top;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: opacity 0.4s;
}
.landing__phone_video.m_hidden,
.landing__phone_image.m_hidden {
  opacity: 0;
  pointer-events: none;
}
.landing__phone_video.m_accordion:nth-child(1),
.landing__phone_image.m_accordion:nth-child(1) {
  transition: transform, 1.2s;
  transform: translateX(0);
}
.landing__phone_video.m_accordion:nth-child(1).m_animate,
.landing__phone_image.m_accordion:nth-child(1).m_animate {
  transform: translateX(60%);
}
.landing__phone_video.m_accordion:nth-child(2),
.landing__phone_image.m_accordion:nth-child(2) {
  transition: transform, 0.8s;
  transform: translateX(0);
}
.landing__phone_video.m_accordion:nth-child(2).m_animate,
.landing__phone_image.m_accordion:nth-child(2).m_animate {
  transform: translateX(40%);
}
.landing__phone_video.m_accordion:nth-child(3),
.landing__phone_image.m_accordion:nth-child(3) {
  transition: transform, 0.4s;
  transform: translateX(0, 0, 0);
}
.landing__phone_video.m_accordion:nth-child(3).m_animate,
.landing__phone_image.m_accordion:nth-child(3).m_animate {
  transform: translateX(20%);
}
.landing__phonesline {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding-bottom: 45px;
}
.landing__phonesline_phone {
  position: relative;
  display: block;
  flex: 0 0 auto;
  width: 100%;
  margin: 0 35px;
  opacity: 0;
  transition: transform 1.2s 0s cubic-bezier(0, 0.68, 0.13, 1.22), opacity 1s 0s;
}
.landing__phonesline_phone.m_5 {
  max-width: 264px;
  transform: translateY(20%);
  transition: transform 1.2s 0s cubic-bezier(0, 0.68, 0.13, 1.22), opacity 1s 0s;
}
.landing__phonesline_phone.m_android {
  max-width: 228px;
  transform: translateY(50%);
  transition: transform 1.2s 0.1s cubic-bezier(0, 0.68, 0.13, 1.22), opacity 1s 0.1;
}
.landing__phonesline_phone.m_6 {
  max-width: 297px;
  transform: translateY(40%);
  transition: transform 1.2s 0.2s cubic-bezier(0, 0.68, 0.13, 1.22), opacity 1s 0.2s;
}
.landing__phonesline_phone.m_x {
  max-width: 312px;
  transform: translateY(60%);
  transition: transform 1.2s 0.3s cubic-bezier(0, 0.68, 0.13, 1.22), opacity 1s 0.3s;
}
.landing__phonesline_phone.m_6_plus {
  max-width: 342px;
  transform: translateY(80%);
  transition: transform 1.2s 0.4s cubic-bezier(0, 0.68, 0.13, 1.22), opacity 1s 0.4;
}
.landing__phonesline_phone.m_animate {
  opacity: 1;
  transform: translateY(0);
}
.landing__phonesline_phone.m_desktop_hidden {
  opacity: 0;
}
.landing__phonesline_phone_img {
  position: relative;
  width: 100%;
  vertical-align: top;
  z-index: 1;
}
.landing__phonesline_phone:before {
  content: "";
  position: absolute;
  top: 20%;
  left: 9%;
  right: 9%;
  height: 83%;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.2);
  transform: translate3d(0, 0, 0);
  filter: blur(15px);
}
.landing__links {
  display: block;
}
.landing__links_header {
  display: block;
  max-width: 300px;
  margin: 0 auto 35px;
  padding: 0 40px;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 700;
  font-size: 2.7rem;
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
}
.landing__links_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.landing__links_link {
  display: inline-block;
  margin: 0 25px;
  border: 0;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.4s;
  opacity: 0.3;
}
.landing__links_link:hover {
  opacity: 0.5;
}
.landing__links_item {
  display: block;
  margin: 0 25px;
  opacity: 0.3;
}
.landing__links_img {
  display: block;
  vertical-align: top;
}
.landing__footer {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  bottom: 0;
  padding: 80px 40px;
  z-index: 0;
}
.landing__footer_main {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  margin-right: 15px;
}
.landing__footer_main:last-child {
  margin-right: 0;
}
.landing__footer_main_logo {
  display: block;
  width: 24px;
  height: 24px;
  margin-top: 2px;
  margin-right: 25px;
  background: url('images/logo_icon.svg') no-repeat;
  background-position: center;
  background-size: 100%;
}
.landing__footer_main_content {
  display: block;
  max-width: 100px;
}
.landing__footer_main_name {
  display: block;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.30769231em;
}
.landing__footer_main_slogan {
  display: block;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.3);
  line-height: 1.38461538em;
}
.landing__footer_info {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  width: 60%;
  min-width: 720px;
}
.landing__footer_column {
  display: block;
  max-width: 150px;
  margin: 0 30px 30px 0;
}
.landing__footer_column:last-child {
  margin-right: 0;
}
.landing__footer_column_title {
  display: block;
  margin-bottom: 0.76923077em;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.3);
  line-height: 1.38461538em;
}
.landing__footer_column_text {
  display: block;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.3);
  line-height: 1.38461538em;
}
.landing__footer_column_text a {
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.3);
  text-decoration: none;
  cursor: pointer;
  transition: all 0.4s;
}
.landing__footer_column_text a:hover {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.4);
}
.landing__footer_column_list {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.landing__footer_column_item {
  display: block;
  margin: 0;
  padding: 0;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.3);
  line-height: 1.38461538em;
}
.landing__footer_column_link {
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
  cursor: pointer;
  transition: all 0.4s;
}
.landing__footer_column_link:hover {
  color: rgba(255, 255, 255, 0.85);
}
.landing__panel {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  top: 50%;
  left: 0;
  height: 100%;
  max-height: 400px;
  padding-right: 60px;
  opacity: 0;
  transform: translateY(-50%);
  transition: all 1s;
}
.landing__panel_button {
  display: block;
  width: 27px;
  height: 100%;
  max-height: 27px;
  margin: 5px 0;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: all 0.4s;
}
.landing__panel_button.m_0 {
  background-image: url('images/landing/switch_panel_0.png');
}
.landing__panel_button.m_1 {
  background-image: url('images/landing/switch_panel_1.png');
}
.landing__panel_button.m_2 {
  background-image: url('images/landing/switch_panel_2.png');
}
.landing__panel_button.m_3 {
  background-image: url('images/landing/switch_panel_3.png');
}
.landing__panel_button.m_4 {
  background-image: url('images/landing/switch_panel_4.png');
}
.landing__panel_button.m_5 {
  background-image: url('images/landing/switch_panel_5.png');
}
.landing__panel_button:hover {
  transform: scale(1.2);
}
.landing__panel_button.m_active {
  pointer-events: none;
  transform: scale(1.5);
}
.landing__panel.m_animate {
  opacity: 1;
  transform: translateY(-50%) translateX(-100%);
}
.landing__visible_desktop {
  display: block;
}
.landing__visible_mobile {
  display: none;
}
@media screen and (max-height: 900px) {
  .landing__phonesline_phone {
    margin-left: 25px;
    margin-right: 25px;
  }
  .landing__phonesline_phone.m_5 {
    max-width: 184.8px;
  }
  .landing__phonesline_phone.m_6 {
    max-width: 207.9px;
  }
  .landing__phonesline_phone.m_x {
    max-width: 218.4px;
  }
  .landing__phonesline_phone.m_6_plus {
    max-width: 239.4px;
  }
  .landing__panel {
    padding-right: 20px;
  }
}
@media screen and (min-width: 1024px) and (max-height: 860px) {
  .landing__section {
    max-width: 1120px;
  }
  .landing__text {
    max-width: 500px;
  }
  .landing__text_text {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 1280px) {
  .landing__text {
    max-width: 450px;
  }
  .landing__text_text {
    font-size: 3.6rem;
  }
  .landing__panel {
    padding-right: 40px;
  }
}
@media screen and (max-width: 1120px) {
  .landing__panel {
    padding-right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .landing__stick {
    display: none;
  }
  .landing__section {
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
    margin-bottom: 0;
    padding: 0 25px 60px;
    opacity: 1;
  }
  .landing__section.m_height,
  .landing__section.m_height_2x {
    margin-bottom: 0;
  }
  .landing__section.m_column {
    padding: 0 25px 60px;
  }
  .landing__section_header {
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 25px;
  }
  .landing__section_header_text {
    margin-bottom: 30px;
    font-size: 3.6rem;
  }
  .landing__text {
    order: 0;
    margin-bottom: 40px;
    max-width: 100%;
  }
  .landing__text_text {
    font-size: 2.4rem;
  }
  .landing__phone {
    order: 1;
    width: auto;
    height: auto;
    max-width: 360px;
    margin: 0 25px 40px;
  }
  .landing__phone_body {
    width: 100%;
    height: auto;
  }
  .landing__phone_video.m_accordion:nth-child(1),
  .landing__phone_image.m_accordion:nth-child(1) {
    display: none;
  }
  .landing__phone_video.m_accordion:nth-child(2),
  .landing__phone_image.m_accordion:nth-child(2) {
    display: none;
  }
  .landing__phone_video.m_accordion:nth-child(3),
  .landing__phone_image.m_accordion:nth-child(3) {
    transition: transform 0.6s;
    transform: translateX(0);
  }
  .landing__phone_video.m_accordion:nth-child(3).m_animate,
  .landing__phone_image.m_accordion:nth-child(3).m_animate {
    transform: translateX(30%);
  }
  .landing__phone.m_panel {
    margin-right: 0;
    margin-left: 47px;
  }
  .landing__phone.m_accordion {
    margin-left: 0;
    margin-right: 60px;
  }
  .landing__panel {
    padding-right: 20px;
  }
  .landing__links_header {
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 30px;
  }
  .landing__links_list {
    flex-direction: column;
  }
  .landing__links_link,
  .landing__links_item {
    margin: 0 0 40px;
  }
  .landing__links_link:last-child,
  .landing__links_item:last-child {
    margin-bottom: 0;
  }
  .landing__footer {
    flex-direction: column;
    align-items: center;
    padding: 50px 25px 40px;
  }
  .landing__footer_main {
    flex-direction: column;
    align-items: center;
    margin: 0 0 30px;
  }
  .landing__footer_main_logo {
    margin: 0 0 18px;
  }
  .landing__footer_main_name,
  .landing__footer_main_slogan {
    text-align: center;
  }
  .landing__footer_info {
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    min-width: 0;
  }
  .landing__footer_column {
    flex: 1 1 80px;
    max-width: 33.33333333%;
    margin-right: 0;
    padding-right: 25px;
    box-sizing: border-box;
  }
  .landing__footer_column.m_mobile_central {
    width: 100%;
    max-width: 100%;
    margin: 15px 0 0;
    padding: 0;
    flex: 1 1 100%;
  }
  .landing__footer_column.m_mobile_central .landing__footer_column_title,
  .landing__footer_column.m_mobile_central .landing__footer_column_text {
    max-width: 150px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .landing__visible_desktop {
    display: none;
  }
  .landing__visible_mobile {
    display: block;
  }
}
@media screen and (max-width: 800px) {
  .landing__section_header_buttons {
    flex-direction: column;
  }
  .landing__phonesline_phone {
    margin-left: 10px;
    margin-right: 10px;
  }
  .landing__phonesline_phone.m_5 {
    max-width: 105.6px;
  }
  .landing__phonesline_phone.m_6 {
    max-width: 118.8px;
  }
  .landing__phonesline_phone.m_x {
    max-width: 124.8px;
  }
  .landing__phonesline_phone.m_6_plus {
    max-width: 136.8px;
  }
}
.profile {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  flex: 1 1 auto;
  width: 100%;
  min-height: 100%;
}
.profile__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex: 0 0 auto;
  margin: 20px 0;
  padding: 0 40px;
  box-sizing: border-box;
}
.profile__header:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  max-width: 680px;
  margin: 20px auto 0;
  border-bottom: 1px solid #979797;
  opacity: 0.1;
}
.profile__userpic {
  position: relative;
  display: block;
  width: 70px;
  height: 70px;
  margin: 0 auto 7px;
  border-radius: 70px;
  background: #F5F5F5 no-repeat;
  background-position: center;
  background-size: cover;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 700;
  font-size: 3rem;
  color: rgba(0, 0, 0, 0.2);
  line-height: 70px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.profile__userpic.m_verified:after {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  bottom: 0;
  width: 23px;
  height: 23px;
  background: url('images/icon_verified.svg') no-repeat;
  background-position: center;
  background-size: 100%;
}
.profile__userpic_upload {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 1px;
  height: 1px;
  opacity: 0.1;
}
.profile__userpic.m_edit {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.profile__userpic.m_edit::before,
.profile__userpic.m_edit::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: transparent no-repeat;
  background-position: center;
  background-size: 100%;
}
.profile__userpic.m_edit::before {
  width: 21px;
  height: 13px;
  transform: translate(-50%, -50%);
  background-image: url('images/userpic_icon.svg');
}
.profile__userpic.m_edit::after {
  width: 54px;
  height: 54px;
  margin: -27px 0 0 -27px;
  background-image: url('images/userpic_progress.svg');
  transition: all 0.2s;
}
.profile__userpic.m_edit:hover::after {
  transform: scale(0.9);
}
.profile__userpic.m_edit.m_drag::after {
  transform: scale(1.1);
}
.profile__name {
  display: block;
  max-width: 680px;
  margin: 0 0 20px;
  padding: 0;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 800;
  font-size: 3rem;
  color: black;
  line-height: 1em;
  text-align: center;
}
.profile__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.profile__info_bio {
  display: block;
  max-width: 600px;
  margin: 0 0 10px;
  padding: 0;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.65);
  line-height: 1.25em;
  text-align: center;
}
.profile__info_bio:last-child {
  margin-bottom: 0;
}
.profile__info_link {
  display: inline-block;
  max-width: 600px;
  margin: 0 0 10px;
  padding: 0;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: #007AFF;
  line-height: 1.25em;
  text-align: center;
  text-decoration: none;
}
.profile__info_link:last-child {
  margin-bottom: 0;
}
.profile__meta {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 420px;
  margin: 5px -5px 0px;
}
.profile__meta_item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  margin: 0 5px 20px;
}
.profile__meta_item.m_laurels {
  padding: 0 25px;
}
.profile__meta_item.m_laurels:before,
.profile__meta_item.m_laurels:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 20px;
  height: 40px;
  margin-top: -20px;
  background: url('images/laurels.svg') no-repeat;
  background-position: top left;
  background-size: 40px;
}
.profile__meta_item.m_laurels:before {
  left: 0;
  background-position: top left;
}
.profile__meta_item.m_laurels:after {
  right: 0;
  background-position: top right;
}
.profile__meta_item.m_fake {
  width: 120px;
  min-height: 0;
  max-height: 0;
  margin-bottom: 0;
}
.profile__meta_item.m_fake::after {
  content: ".";
  opacity: 0;
}
.profile__meta_value {
  display: block;
  margin-bottom: 0.26666667em;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.65);
  line-height: 1em;
  text-align: center;
}
.profile__meta_name {
  display: block;
  max-width: 75px;
  max-height: 1em;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  color: rgba(0, 0, 0, 0.3);
  line-height: 1em;
  text-align: center;
  word-wrap: break-word;
}
.profile__actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 5px 0 20px;
}
.profile__actions_item {
  display: inline-block;
  margin: 5px;
}
.profile__content {
  display: flex;
  width: 100%;
  flex: 1 1 auto;
  transition: opacity 0.4s;
}
.profile__content.m_disabled {
  opacity: 0.4;
  pointer-events: none;
}
.profile__list {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  align-items: center;
}
.profile__list_menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  align-self: center;
  margin: 0 auto 30px;
}
.profile__list_menu_item {
  display: inline-block;
  margin: 0;
  padding: 10px 15px;
  border-radius: 40px;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.65);
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  transition: transform 0.4s;
  cursor: pointer;
}
.profile__list_menu_item:hover {
  transform: scale(1.03);
}
.profile__list_menu_item.m_active {
  background-color: rgba(216, 216, 216, 0.4);
  cursor: default;
}
.profile__list_menu_item.m_active:hover {
  transform: scale(1);
}
.profile__list_content {
  display: flex;
  align-self: center;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  width: 100%;
  max-width: 1120px;
  margin: 0 -15px;
  padding: 0 25px;
  box-sizing: border-box;
}
.profile__list_preloader {
  display: block;
  grid-column-start: 1;
  grid-column-end: -1;
  width: 100%;
  height: 16px;
  margin: 0 0 30px;
  text-align: center;
  overflow: hidden;
  transition: all 0.4s;
}
.profile__list_preloader:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url('images/preloader.svg') no-repeat;
  background-position: center;
  background-size: 16px;
  opacity: 1;
  animation: preloader 0.7s infinite linear;
}
.profile__list_preloader.m_full {
  opacity: 0;
  height: 0;
}
.profile__list_preloader.m_full:after {
  animation: none;
}
.profile__list_empty {
  display: block;
  margin: auto;
  padding: 40px;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  color: rgba(0, 0, 0, 0.3);
  line-height: 1.23076923em;
  text-align: center;
}
.profile__private {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin: auto;
  padding: 20px;
}
.profile__private_icon {
  display: block;
  width: 40px;
  height: 40px;
  margin-bottom: 15px;
  background: url('images/icon_private.svg') no-repeat;
  background-position: center;
  background-size: 100%;
}
.profile__private_text {
  display: block;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  color: rgba(0, 0, 0, 0.3);
  line-height: 1.23076923em;
  text-align: center;
}
.profile__form {
  display: block;
  width: 100%;
  max-width: 550px;
  margin: 20px 0 10px;
}
.profile__input {
  display: block;
  width: 100%;
  height: 42px;
  margin: 0 0 5px 0;
  padding: 10px 10px 12px;
  box-sizing: border-box;
  border-radius: 5px;
  background: #F5F5F5;
  border: 0;
  outline: 0;
  box-shadow: 0;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  color: black;
  line-height: 20px;
}
@media screen and (max-width: 960px) {
  .profile__list_content {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 700px) {
  .profile__list_content {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 530px) {
  .profile__list_content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 800px) {
  .profile__header {
    padding-left: 20px;
    padding-right: 20px;
  }
  .profile__list_content {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.profileProduct {
  display: flex;
  align-items: stretch;
  flex: 0 0 auto;
  width: 100%;
  height: 460px;
  max-width: 760px;
  margin: 20px 0 120px;
  padding: 0 20px;
  box-sizing: border-box;
}
.profileProduct__wrap {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  width: 100%;
  min-height: 100%;
  border-radius: 15px;
  background: white;
}
.profileProduct__wrap.m_borders {
  border: 1px solid #F2F5F9;
}
.profileProduct__close {
  position: absolute;
  display: block;
  top: 20px;
  right: 20px;
  width: 24px;
  height: 24px;
  background: url('images/icon_close.svg') no-repeat;
  background-position: center;
  background-size: 100%;
  cursor: pointer;
  transition: all 0.4s;
  opacity: 0.1;
  z-index: 1;
}
.profileProduct__close:hover {
  opacity: 0.25;
}
.profileProduct__seasons {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  order: 1;
  height: 43px;
  overflow: hidden;
  margin-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.profileProduct__seasons_next,
.profileProduct__seasons_prev {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 3px;
  height: 43px;
  width: 40px;
  transition: all 0.4s;
  cursor: pointer;
  pointer-events: none;
  opacity: 0;
  z-index: 1;
}
.profileProduct__seasons_next::after,
.profileProduct__seasons_prev::after {
  content: "";
  display: block;
  width: 8px;
  height: 14px;
  background: url('images/icon_next.svg') no-repeat;
  background-position: center;
  background-size: 100%;
}
.profileProduct__seasons_next {
  align-items: flex-end;
  right: 0;
}
.profileProduct__seasons_prev {
  align-items: flex-start;
  left: 0;
}
.profileProduct__seasons_prev::after {
  transform: rotate(180deg);
}
.profileProduct__seasons_list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  padding: 0 0 35px;
  overflow-x: auto;
  overflow-y: hidden;
}
.profileProduct__seasons_wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
}
.profileProduct__seasons.m_desktop_dark {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.profileProduct__seasons.m_scroll_next .profileProduct__seasons_list {
  -webkit-mask-image: linear-gradient(to right, #000000 95%, rgba(0, 0, 0, 0) 99%);
  mask: linear-gradient(to right, #000000 95%, rgba(0, 0, 0, 0) 99%);
}
.profileProduct__seasons.m_scroll_next .profileProduct__seasons_next {
  opacity: 1;
  pointer-events: all;
}
.profileProduct__seasons.m_scroll_prev .profileProduct__seasons_list {
  -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 1%, #000000 5%);
  mask: linear-gradient(to right, rgba(0, 0, 0, 0) 1%, #000000 5%);
}
.profileProduct__seasons.m_scroll_prev .profileProduct__seasons_prev {
  opacity: 1;
  pointer-events: all;
}
.profileProduct__seasons.m_scroll_next.m_scroll_prev .profileProduct__seasons_list {
  -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 1%, #000000 5%, #000000 95%, rgba(0, 0, 0, 0) 99%);
  mask: linear-gradient(to right, rgba(0, 0, 0, 0) 1%, #000000 5%, #000000 95%, rgba(0, 0, 0, 0) 99%);
}
.profileProduct__season {
  display: inline-block;
  flex: 0 1 auto;
  margin: 0 30px 0 0;
  padding: 7px 0 10px;
  border-top: 3px solid transparent;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.3);
  line-height: 26px;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.4s;
}
.profileProduct__season_content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.profileProduct__season:hover {
  color: rgba(0, 0, 0, 0.5);
}
.profileProduct__season.m_active {
  border-color: #007AFF;
  color: rgba(0, 0, 0, 0.65);
  cursor: auto;
}
.profileProduct__season:last-child {
  margin-right: 0;
}
.m_desktop_dark .profileProduct__season {
  color: white;
}
.profileProduct__product {
  position: relative;
  display: flex;
  flex-direction: column;
  order: 0;
  align-items: center;
  justify-content: center;
  flex: 1 1 50%;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 15px 0 0 15px;
  background: #FBFBFB;
}
.profileProduct__product_content {
  display: block;
  width: 100%;
  max-width: 180px;
}
.profileProduct__product_content.m_youtube {
  max-width: 240px;
}
.profileProduct__product_info {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
}
.profileProduct__product_title {
  display: block;
  width: 70%;
  min-width: 150px;
  overflow: hidden;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.65);
  line-height: normal;
  white-space: nowrap;
  text-align: left;
  text-overflow: ellipsis;
}
.profileProduct__product_date {
  display: block;
  width: 100%;
  overflow: hidden;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.3);
  line-height: normal;
  white-space: nowrap;
  text-align: left;
  text-overflow: ellipsis;
}
.profileProduct__content {
  position: relative;
  display: flex;
  order: 2;
  flex-direction: column;
  flex: 1 0 50%;
  padding: 40px 40px 30px;
  box-sizing: border-box;
}
.profileProduct__header {
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.profileProduct__header_item {
  display: block;
  margin-right: 20px;
}
.profileProduct__header_item:last-child {
  margin-right: 0;
}
.profileProduct__user {
  display: block;
  border: 0;
  outline: 0;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.75);
  cursor: pointer;
  transition: all 0.4s;
}
.profileProduct__user_userpic {
  display: block;
  width: 20px;
  height: 20px;
  margin-bottom: 5px;
  border-radius: 20px;
  background: #F5F5F5 no-repeat;
  background-position: center;
  background-size: cover;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  color: rgba(0, 0, 0, 0.2);
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.profileProduct__user_name {
  display: block;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: normal;
  text-align: left;
}
.profileProduct__user:hover {
  color: #007AFF;
}
.profileProduct__status {
  display: block;
  text-align: left;
  margin-top: 5px;
}
.profileProduct__status_date {
  display: inline-block;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  color: rgba(0, 0, 0, 0.2);
  line-height: 1.69230769em;
  vertical-align: middle;
}
.profileProduct__rate {
  display: inline-block;
  margin-right: 7px;
  padding: 4px 6px;
  border-radius: 4px;
  background: #007AFF;
  transition: all 0.4s;
  vertical-align: middle;
}
.profileProduct__rate_stars {
  display: inline-block;
  height: 14px;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  color: white;
  line-height: 1.16666667em;
  vertical-align: top;
}
.profileProduct__rate_stars:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 14px;
  margin-right: 3px;
  background: url('images/icon_star_white.svg') no-repeat;
  background-position: center;
  background-size: 100%;
  vertical-align: top;
}
.profileProduct__review {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex: 1 1 auto;
  min-height: 0;
  text-align: left;
}
.profileProduct__review:before {
  content: "";
  display: block;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  margin-bottom: 10px;
  background: url('images/quotes.svg') no-repeat;
  background-position: center;
  background-size: 19px;
}
.profileProduct__review:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 40px;
  height: 26px;
  margin: -7px 0 0 -20px;
  border-radius: 7px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  background: white url('images/icon_arrow_down.svg') no-repeat;
  background-position: center;
  background-size: 11px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s;
}
.profileProduct__review_text {
  display: block;
  flex: 1 1 auto;
  max-height: 100%;
  overflow: auto;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  color: rgba(0, 0, 0, 0.75);
  line-height: 1.33333333em;
}
.profileProduct__review.m_cutted:after {
  opacity: 1;
}
.profileProduct__footer {
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  min-height: 42px;
  margin-top: auto;
  padding-top: 30px;
}
.profileProduct__login {
  display: inline-block;
  padding: 17px 20px;
  border-radius: 7px;
  background: #007AFF;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  color: white;
  line-height: 1.21428571em;
  text-align: center;
  cursor: pointer;
  transition: all 0.4s;
}
.profileProduct__login:hover {
  transform: scale(1.03);
}
.profileProduct__share {
  display: block;
  width: 14px;
  height: 24px;
  vertical-align: middle;
  cursor: pointer;
  transition: all 0.4s;
}
.profileProduct__share_arrow {
  transition: all 0.4s;
}
.profileProduct__share:hover .profileProduct__share_arrow {
  transform: translateY(-3px);
}
.profileProduct.m_central {
  margin: auto;
  padding: 20px;
}
.profileProduct .m_mobile_shown {
  display: none;
}
@media screen and (max-width: 800px) {
  .profileProduct {
    flex-grow: 1;
    height: auto;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .profileProduct__wrap {
    flex-direction: column;
    border-radius: 0;
  }
  .profileProduct__wrap.m_borders {
    border: 0;
  }
  .profileProduct__seasons {
    position: static;
    flex: 0 0 auto;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .profileProduct__seasons_next,
  .profileProduct__seasons_pev {
    display: none;
  }
  .profileProduct__seasons_list {
    padding-left: 30px;
  }
  .profileProduct__seasons_list::after {
    content: ".";
    display: block;
    width: 1px;
    height: 1px;
    margin-left: 30px;
    opacity: 0;
  }
  .profileProduct__seasons.m_desktop_dark {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .profileProduct__seasons.m_scroll_nextb .profileProduct__seasons_list,
  .profileProduct__seasons.m_scroll_prev .profileProduct__seasons_list,
  .profileProduct__seasons.m_scroll_next.m_scroll_prev .profileProduct__seasons_list {
    -webkit-mask-image: none;
    mask: none;
  }
  .m_desktop_dark .profileProduct__season {
    color: rgba(0, 0, 0, 0.3);
  }
  .m_desktop_dark .profileProduct__season:hover {
    color: rgba(0, 0, 0, 0.5);
  }
  .m_desktop_dark .profileProduct__season.m_active {
    color: rgba(0, 0, 0, 0.65);
  }
  .profileProduct__product {
    flex: 0 0 auto;
    height: 380px;
  }
  .profileProduct__product_info {
    display: none;
  }
  .profileProduct__content {
    flex: 1 0 auto;
    padding: 30px 30px 85px;
  }
  .profileProduct__review::after {
    display: none;
  }
  .profileProduct__footer {
    position: fixed;
    justify-content: center;
    left: 0;
    right: 0;
    bottom: 15px;
    min-height: 0;
    margin: 0;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .profileProduct.m_central {
    margin: 0;
    padding: 0;
  }
  .profileProduct .m_mobile_hidden {
    display: none;
  }
  .profileProduct .m_mobile_shown {
    display: block;
  }
}
.poster {
  position: relative;
  display: block;
  flex: 1 0 150px;
  max-width: 200px;
  margin: 0 15px 30px;
  grid-row-end: span 2;
  align-self: stretch;
  border: 0;
  outline: 0;
  border-radius: 7px;
  background: #F5F5F5;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.4s;
}
.poster__spacer {
  position: relative;
  width: 100%;
  vertical-align: top;
}
.poster__art,
.poster__backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 7px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.poster__backdrop {
  background-color: black;
}
.poster__art.m_youtube {
  background-size: contain;
}
.poster__art.m_backdrop {
  filter: blur(15px);
}
.poster__title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 16px;
  box-sizing: border-box;
  overflow: hidden;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  color: rgba(0, 0, 0, 0.2);
  line-height: 1.125em;
  text-align: left;
  word-wrap: break-word;
}
.poster__badges {
  position: absolute;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  top: 10px;
  right: 10px;
}
.poster__badges.m_left {
  left: 8px;
  right: auto;
  justify-content: flex-start;
}
.poster__rate {
  position: absolute;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  top: 10px;
  right: 10px;
  height: 26px;
  padding: 4px 8px;
  box-sizing: border-box;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.95);
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  color: #595959;
  line-height: 1.18181818em;
  white-space: nowrap;
  transition: all 0.4s;
}
.poster__rate_user {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 4px;
  border-radius: 18px;
  background: #F5F5F5 no-repeat;
  background-position: center;
  background-size: cover;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  color: rgba(0, 0, 0, 0.2);
  line-height: 18px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.poster__rate_stars {
  display: inline-block;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  color: #595959;
  line-height: 1.38461538em;
  vertical-align: top;
}
.poster__rate_stars::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 18px;
  margin-right: 3px;
  background: url('images/icon_star.svg') no-repeat;
  background-position: center;
  background-size: 100%;
  vertical-align: top;
}
.poster__rate_status {
  display: inline-block;
  min-width: 36px;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  color: #595959;
  line-height: 1.18181818em;
  white-space: nowrap;
  vertical-align: top;
}
.poster__rate_progress {
  display: inline-block;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  color: #595959;
  line-height: 1.38461538em;
  vertical-align: top;
}
.poster__rate_progress svg {
  position: relative;
  display: inline-block;
  top: 2px;
  width: 10px;
  height: 10px;
  margin-right: 3px;
  padding: 1px;
  border: 1px solid #595959;
  border-radius: 100%;
  vertical-align: top;
}
.poster__rate_progress svg * {
  fill: #595959;
}
.poster__rate_progress.m_single svg {
  margin-right: 0;
}
.poster__rate.m_review .poster__rate_stars {
  margin-right: 4px;
}
.poster__rate.m_review::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 18px;
  background: url('images/icon_review.svg') no-repeat;
  background-position: center;
  background-size: 100%;
  vertical-align: top;
}
.poster__rate.m_more::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 2px;
  background: url('images/icon_more.svg') no-repeat;
  background-position: center;
  background-size: 100%;
  vertical-align: top;
}
.poster__rate.m_done::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 6px;
  background: url('images/icon_done.svg') no-repeat;
  background-position: center;
  background-size: 100%;
  vertical-align: top;
}
.poster__rate.m_inline {
  position: static;
  margin-left: 6px;
}
.poster__rate.m_left {
  left: 8px;
  right: auto;
}
.poster__rate.m_left.m_inline {
  margin-left: 0;
  margin-right: 6px;
}
.poster__rate.m_opaque {
  background-color: #F5F5F5;
  box-shadow: none;
}
@media screen and (min-width: 800px) {
  .m_desktop_dark .poster__rate {
    background-color: rgba(255, 255, 255, 0.15);
  }
  .m_desktop_dark .poster__rate_stars {
    color: white;
  }
  .m_desktop_dark .poster__rate_stars::before {
    background-image: url('images/icon_star_white.svg');
  }
  .m_desktop_dark .poster__rate_status {
    color: white;
  }
  .m_desktop_dark .poster__rate_progress {
    color: white;
  }
  .m_desktop_dark .poster__rate_progress svg {
    border-color: white;
  }
  .m_desktop_dark .poster__rate_progress svg * {
    fill: white;
  }
  .m_desktop_dark .poster__rate.m_more::after {
    background-image: url('images/icon_more_white.svg');
  }
  .m_desktop_dark .poster__rate.m_done::after {
    background-image: url('images/icon_done_white.svg');
  }
  .m_desktop_dark .poster__rate.m_opaque {
    background-color: #444444;
  }
}
.poster__trailer {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 42px;
  height: 42px;
  margin: -21px 0 0 -21px;
  border-radius: 42px;
  background: rgba(255, 255, 255, 0.95) url('images/icon_play_button.svg') no-repeat;
  background-position: 17px center;
  background-size: 12px 14px;
  -webkit-backdrop-filter: blur(20px);
  -moz-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  transition: transform 0.4s, opacity 0.4s;
  opacity: 0;
  pointer-events: none;
}
.poster__trailer:hover {
  transform: scale(1.05);
}
.poster__add {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 24px;
  height: 24px;
  border-radius: 42px;
  background: rgba(255, 255, 255, 0.95) url('images/icon_add_button.svg') no-repeat;
  background-position: center;
  background-size: 10px;
  -webkit-backdrop-filter: blur(20px);
  -moz-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  transition: transform 0.4s, opacity 0.4s;
  opacity: 0;
  pointer-events: none;
}
.poster__add:hover {
  transform: scale(1.05);
}
.poster__add.m_open {
  opacity: 1;
  pointer-events: auto;
  transform: rotate(45deg);
}
.poster__add.m_open:hover {
  transform: rotate(45deg) scale(1.05);
}
.poster__wrap {
  display: block;
}
.poster__tools {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  left: 10px;
  right: 10px;
  bottom: 44px;
  z-index: 1;
  pointer-events: none;
}
.poster__buttons {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  width: 100%;
  max-width: 146px;
  overflow: hidden;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.4s;
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
}
.poster__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  padding: 12px 15px;
  border-bottom: 1px solid rgba(216, 216, 216, 0.2);
  background: rgba(0, 0, 0, 0);
  -webkit-backdrop-filter: blur(20px);
  -moz-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  cursor: pointer;
  transition: all 0.4s;
}
.poster__button_text {
  display: inline-block;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  color: rgba(0, 0, 0, 0.75);
  line-height: 1.21428571em;
  text-align: center;
  vertical-align: top;
  transition: all 0.4s;
}
.poster__button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  background: url('images/preloader_dark.svg') no-repeat;
  background-position: center;
  background-size: 100%;
  vertical-align: top;
  opacity: 0;
  transition: all 0.4s;
}
.poster__button:first-child {
  border-radius: 10px 10px 0 0;
}
.poster__button:last-child {
  border-radius: 0 0 10px 10px;
  border-bottom: 0;
}
.poster__button:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.poster__button.m_loading {
  pointer-events: none;
}
.poster__button.m_loading .poster__button_text {
  opacity: 0;
}
.poster__button.m_loading:after {
  opacity: 1;
  animation: preloader 0.7s infinite linear;
}
.poster__status {
  display: inline-block;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  color: #979797;
  line-height: 1.18181818em;
  vertical-align: top;
}
.poster__status.m_success::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 8px;
  margin-right: 5px;
  background: url('images/icon_checked.svg') no-repeat;
  background-position: center;
  background-size: 100%;
}
.poster:hover {
  transform: scale(1.03);
}
.poster:hover .poster__trailer,
.poster:hover .poster__add {
  opacity: 1;
  pointer-events: all;
}
.poster.m_no_hover {
  cursor: auto;
}
.poster.m_no_hover:hover {
  transform: scale(1);
}
.poster.m_youtube {
  max-width: 240px;
  grid-row-end: span 1;
}
.poster.m_big {
  max-width: 290px;
}
.poster.m_big.m_youtube {
  max-width: 480px;
}
.poster.m_dummy {
  align-self: start;
  margin-bottom: 0;
}
.poster.m_no_margin {
  margin: 0;
}
.poster.m_buttons_open .poster__trailer {
  opacity: 0;
  pointer-events: none;
}
.poster.m_buttons_open .poster__buttons {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}
@media screen and (max-width: 800px) {
  .poster {
    flex-basis: 150px;
    max-width: 230px;
    margin: 0 8px 16px;
  }
  .poster__trailer {
    top: auto;
    left: 10px;
    bottom: 10px;
    margin-top: 0;
    margin-left: 0;
    opacity: 1;
    pointer-events: all;
  }
  .poster__add {
    top: auto;
    width: 42px;
    height: 42px;
    background-size: 18px;
    opacity: 1;
    pointer-events: all;
  }
  .poster__tools {
    bottom: 62px;
  }
  .poster__buttons {
    flex: 1 1 auto;
    max-width: 200px;
    max-height: 200px;
  }
  .poster.m_buttons_open .poster__rate {
    opacity: 0;
    pointer-events: none;
  }
  .poster.m_no_margin {
    margin: 0;
  }
  .poster.m_big {
    max-width: 290px;
  }
}
@media screen and (max-width: 380px) {
  .poster {
    flex-basis: 120px;
  }
}
.productPage {
  display: block;
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  padding: 80px 0;
}
.productPage__info {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 40px 60px;
}
.productPage__info_aside {
  display: block;
  flex: 1 0 auto;
  max-width: 290px;
  margin: 0 50px 0 0;
}
.productPage__info_actions {
  display: block;
  margin-top: 20px;
}
.productPage__info_actions.m_mobile_visible {
  display: none;
}
.productPage__info_content {
  display: block;
  flex: 0 0 auto;
  width: 460px;
  margin: 0;
}
.productPage__info_header {
  display: block;
  margin-bottom: 20px;
}
.productPage__info.m_youtube .productPage__info_aside {
  max-width: 420px;
}
.productPage__info.m_youtube .productPage__info_content {
  width: 420px;
}
.productPage__title {
  display: block;
  margin: 0 0 0.20833333em 0;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  color: rgba(0, 0, 0, 0.65);
  line-height: 1.04166667em;
  text-align: left;
}
.productPage__subtitle {
  display: block;
  margin: 0;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  color: rgba(0, 0, 0, 0.3);
  line-height: 1.04166667em;
  text-align: left;
  vertical-align: top;
}
.productPage__subtitle_badge {
  display: inline-block;
  margin-left: 10px;
  padding: 5px 10px;
  border-radius: 1em;
  border: 0;
  background: rgba(216, 216, 216, 0.3);
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  color: rgba(0, 0, 0, 0.3);
  line-height: 1.18181818em;
  text-align: left;
  vertical-align: top;
}
.productPage__heading {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1em;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.65);
  line-height: 1.2em;
  text-align: left;
}
.productPage__heading_name {
  display: block;
  margin-right: 20px;
}
.productPage__heading_action.m_mobile_visible {
  display: none;
}
.productPage__link {
  position: relative;
  display: inline-block;
  padding: 0;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.23076923em;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.4s;
}
.productPage__link::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 3px;
  margin-top: 0;
  background: rgba(0, 0, 0, 0.1);
  transition: all 0.4s;
}
.productPage__link:hover::after {
  margin-top: 2px;
}
.productPage__link.m_text {
  position: relative;
  left: 0.5em;
}
.productPage__button {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 10px;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 7px;
  border: 0;
  outline: 0;
  box-shadow: 0;
  background: rgba(0, 0, 0, 0.03);
  text-decoration: none;
  cursor: pointer;
  transition: all 0.4s;
}
.productPage__button_icon {
  display: inline-block;
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.productPage__button_icon.m_cinemas {
  background-image: url('images/icon_cinemas.svg');
}
.productPage__button_icon.m_streamings {
  background-image: url('images/icon_streamings.svg');
}
.productPage__button_text {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.65);
  line-height: 1.2em;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.productPage__button:hover {
  transform: scale(1.03);
}
.productPage__button.m_hidden {
  opacity: 0;
  pointer-events: none;
}
.productPage__button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background: url('images/preloader.svg') no-repeat;
  background-position: center;
  background-size: 100%;
  transition: all 0.4s;
  opacity: 0;
}
.productPage__button::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 14px;
  margin-left: 10px;
  background: url('images/icon_next.svg') no-repeat;
  background-position: center;
  background-size: 100%;
  transition: all 0.4s;
  opacity: 0;
}
.productPage__button.m_link::after {
  opacity: 1;
}
.productPage__button.m_loading::after {
  opacity: 0;
}
.productPage__button.m_loading::before {
  opacity: 1;
  animation: preloader 0.7s infinite linear;
}
.productPage__actions {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.productPage__actions_item {
  position: relative;
  display: block;
  margin-right: 5px;
}
.productPage__actions_item:last-child {
  margin-right: 0;
}
.productPage__actions_note {
  display: block;
  margin-left: 5px;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  color: rgba(0, 0, 0, 0.65);
  line-height: 1.16666667em;
  text-align: left;
}
.productPage__meta {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin: 0 -12px 20px;
}
.productPage__meta_item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  margin: 0 12px 12px;
}
.productPage__meta_item.m_laurels {
  padding: 0 30px;
}
.productPage__meta_item.m_laurels:before,
.productPage__meta_item.m_laurels:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 20px;
  height: 40px;
  margin-top: -20px;
  background: url('images/laurels.svg') no-repeat;
  background-position: top left;
  background-size: 40px;
}
.productPage__meta_item.m_laurels:before {
  left: 0;
  background-position: top left;
}
.productPage__meta_item.m_laurels:after {
  right: 0;
  background-position: top right;
}
.productPage__meta_value {
  display: block;
  margin-bottom: 0.26666667em;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.65);
  line-height: 1em;
  text-align: center;
}
.productPage__meta_name {
  display: block;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  color: rgba(0, 0, 0, 0.3);
  line-height: 1em;
  text-align: center;
}
.productPage__overview {
  display: block;
  margin: 0 0 20px 0;
}
.productPage__overview_text {
  display: block;
  margin: 0;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.1875em;
  text-align: left;
}
.productPage__overview_text.m_hidden {
  display: none;
}
.productPage__persons {
  display: block;
  margin: 0;
}
.productPage__persons_list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  max-height: 150px;
  margin-right: -10px;
  overflow-y: hidden;
}
.productPage__persons_list_more {
  display: none;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.productPage__persons_list_wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  padding-bottom: 20px;
  overflow-x: auto;
  overflow-y: hidden;
}
.productPage__person {
  display: block;
  flex: 0 0 auto;
  width: 80px;
  text-align: center;
  margin: 0 10px 0 0;
}
.productPage__person_picture {
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  margin-bottom: 3px;
  overflow: hidden;
  border-radius: 80px;
  background: #F5F5F5 no-repeat;
  background-position: center;
  background-size: cover;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  color: rgba(0, 0, 0, 0.2);
  line-height: 80px;
  text-align: center;
  text-transform: uppercase;
}
.productPage__person_name {
  display: block;
  margin: 0;
  max-height: 2.46153846em;
  overflow: hidden;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  color: rgba(0, 0, 0, 0.65);
  line-height: 1.23076923em;
  text-decoration: none;
  word-wrap: break-word;
}
.productPage__person_role {
  display: block;
  margin: 0;
  max-height: 2.46153846em;
  overflow: hidden;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  color: rgba(0, 0, 0, 0.3);
  line-height: 1.23076923em;
  text-decoration: none;
  word-wrap: break-word;
}
@media screen and (max-width: 800px) {
  .productPage {
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .productPage__info {
    flex-direction: column;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
  }
  .productPage__info_aside,
  .productPage__info_content {
    width: 100%;
  }
  .productPage__info_aside {
    margin: 0 0 40px 0;
  }
  .productPage__info_actions.m_mobile_visible {
    display: block;
  }
  .productPage__info_actions.m_mobile_hidden {
    display: none;
  }
  .productPage__info.m_youtube .productPage__info_aside,
  .productPage__info.m_youtube .productPage__info_content {
    width: 100%;
  }
  .productPage__title {
    font-size: 2.1rem;
  }
  .productPage__subtitle {
    font-size: 2.1rem;
  }
  .productPage__heading_action.m_mobile_visible {
    display: block;
  }
  .productPage__heading_action.m_mobile_hidden {
    display: none;
  }
  .productPage__actions {
    max-width: 550px;
  }
  .productPage__actions_item {
    flex: 1 1 auto;
  }
  .productPage__meta {
    justify-content: space-between;
    max-width: 320px;
    margin: 0 -5px 10px;
  }
  .productPage__meta_item {
    margin: 0 5px 10px;
  }
  .productPage__button {
    margin-top: -1px;
    margin-bottom: 0;
    padding: 15px 0;
    background: transparent;
    border-radius: 0;
    border-top: 1px solid #ECECEC;
    border-bottom: 1px solid #ECECEC;
  }
  .productPage__button_text {
    transition: all 0.4s;
  }
  .productPage__button:hover {
    transform: scale(1);
  }
  .productPage__button:hover .productPage__button_text {
    transform: translateX(10px);
  }
  .productPage__persons {
    margin-top: 40px;
  }
  .productPage__persons_list {
    margin-left: -20px;
    margin-right: -20px;
  }
  .productPage__persons_list_wrap {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-overflow-scrolling: touch;
  }
  .productPage__persons_list_wrap::after {
    content: "";
    display: block;
    flex: 0 0 auto;
    width: 1px;
    height: 1px;
    opacity: 0;
  }
  .productPage__persons_list_more {
    display: flex;
  }
  .productPage__overview {
    margin-top: 40px;
  }
}
.productShow {
  display: block;
  padding: 0 40px 0;
}
.productShow::before {
  content: "";
  display: block;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
.productShow__seasons {
  position: relative;
  display: block;
  height: 64px;
  overflow: hidden;
  margin-bottom: 0;
}
.productShow__seasons_next,
.productShow__seasons_prev {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 3px;
  height: 43px;
  width: 40px;
  transition: all 0.4s;
  cursor: pointer;
  pointer-events: none;
  opacity: 0;
  z-index: 1;
}
.productShow__seasons_next::after,
.productShow__seasons_prev::after {
  content: "";
  display: block;
  width: 8px;
  height: 14px;
  background: url('images/icon_next.svg') no-repeat;
  background-position: center;
  background-size: 100%;
}
.productShow__seasons_next.m_visible,
.productShow__seasons_prev.m_visible {
  opacity: 1;
  pointer-events: all;
}
.productShow__seasons_next {
  align-items: flex-end;
  right: 0;
  background-image: linear-gradient(to left, #ffffff 60%, rgba(255, 255, 255, 0) 100%);
}
.productShow__seasons_prev {
  align-items: flex-start;
  left: 0;
  background-image: linear-gradient(to right, #ffffff 60%, rgba(255, 255, 255, 0) 100%);
}
.productShow__seasons_prev::after {
  transform: rotate(180deg);
}
.productShow__seasons_list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  padding: 0 0 35px;
  overflow-x: auto;
  overflow-y: hidden;
}
.productShow__seasons_wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
}
.productShow__season {
  display: inline-block;
  flex: 0 1 auto;
  margin: 0 30px 0 0;
  padding: 7px 0 10px;
  border-top: 3px solid transparent;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.3);
  line-height: 26px;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.4s;
}
.productShow__season_content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.productShow__season:hover {
  color: rgba(0, 0, 0, 0.5);
}
.productShow__season.m_active {
  border-color: #007AFF;
  color: rgba(0, 0, 0, 0.65);
  cursor: auto;
}
.productShow__season:last-child {
  margin-right: 0;
}
.productShow__episodes {
  display: block;
  counter-reset: episodes;
  margin-bottom: 20px;
}
.productShow__episodes_item {
  display: block;
  border-bottom: 1px solid rgba(216, 216, 216, 0.4);
}
.productShow__episodes_item:last-child {
  border-bottom: 0;
}
.productShow__episodes_item.m_hidden {
  display: none;
}
.productShow__episodes_tools {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-top: 15px;
}
.productShow__episodes_tools_right {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.productShow__episodes_tools_left {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.productShow__episode {
  display: flex;
  counter-increment: episodes;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 20px 0;
  cursor: pointer;
}
.productShow__episode_index {
  position: relative;
  display: block;
  flex: 0 0 auto;
  margin-right: 10px;
  width: 20px;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  color: rgba(0, 0, 0, 0.3);
  line-height: 1.63636364em;
  text-align: left;
}
.productShow__episode_index::before {
  content: counter(episodes);
}
.productShow__episode_content {
  position: relative;
  display: block;
  flex: 1 1 auto;
  min-width: 0;
  transition: all 0.4s;
}
.productShow__episode_content::before {
  content: "";
  position: absolute;
  top: 6px;
  left: -11px;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: #007AFF;
  transition: all 0.4s;
  opacity: 0;
}
.productShow__episode_title {
  display: block;
  margin: 0;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.65);
  line-height: 1.2em;
  text-align: left;
}
.productShow__episode_title.m_dummy {
  width: 150px;
  height: 1em;
  background: rgba(0, 0, 0, 0.05);
}
.productShow__episode_subtitle {
  display: block;
  margin: 0.38461538em 0 0 0;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  color: rgba(0, 0, 0, 0.3);
  line-height: 1.33333333em;
  text-align: left;
}
.productShow__episode_subtitle.m_dummy {
  width: 70px;
  height: 1em;
  background: rgba(0, 0, 0, 0.05);
}
.productShow__episode_tools {
  display: block;
  flex: 0 0 auto;
  align-self: center;
}
.productShow__episode_checkbox {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #F8F8F8;
}
.productShow__episode_checkbox::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url('images/icon_checked.svg') no-repeat;
  background-position: center;
  background-size: 12px 8px;
  transition: all 0.4s;
  opacity: 0;
}
.productShow__episode:hover .productShow__episode_content {
  transform: translateX(10px);
}
.productShow__episode.m_watched .productShow__episode_checkbox::after {
  opacity: 1;
}
.productShow__episode.m_not_watched .productShow__episode_content::before {
  opacity: 1;
}
.productShow__episode.m_unreleased {
  cursor: auto;
}
.productShow__episode.m_unreleased .productShow__episode_title {
  color: rgba(0, 0, 0, 0.3);
}
.productShow__episode.m_unreleased .productShow__episode_tools {
  display: none;
}
.productShow__episode.m_unreleased:hover .productShow__episode_content {
  transform: none;
}
@media screen and (max-width: 800px) {
  .productShow {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
  }
  .productShow__seasons_list {
    -webkit-overflow-scrolling: touch;
  }
  .productShow__episodes_tools {
    flex-direction: column;
  }
  .productShow__episodes_tools_right {
    position: relative;
    margin-top: 15px;
    transform: none;
  }
  .productShow__episodes_tools_left {
    position: relative;
    margin-top: 15px;
    transform: none;
  }
}
.productWatches {
  display: block;
  padding: 0 40px 0;
}
.productWatches::before {
  content: "";
  display: block;
  height: 1px;
  margin-bottom: 30px;
  background: rgba(0, 0, 0, 0.1);
}
.productWatches__list {
  display: none;
}
.productWatches__columns {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 -10px;
}
.productWatches__column {
  display: block;
  flex: 1 1 50%;
  min-width: 0;
  padding: 0 10px;
  box-sizing: border-box;
}
.productWatches__appender {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px 0;
}
.productWatches__item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 0 20px;
  padding: 20px;
  border-radius: 10px;
  border: 0;
  background: rgba(216, 216, 216, 0.2);
  text-decoration: none;
  transition: all 0.4s;
  transform: scale(1);
}
.productWatches__item:hover {
  transform: scale(1.03);
}
.productWatches__item_picture {
  display: block;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  margin: -2px 10px 0 -5px;
  border-radius: 42px;
  background: #F5F5F5 no-repeat;
  background-position: center;
  background-size: cover;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  color: rgba(0, 0, 0, 0.2);
  line-height: 42px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}
.productWatches__item_info {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
}
.productWatches__item_header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 7px;
}
.productWatches__item_header_name {
  display: block;
  margin: 0 10px 0 0;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.65);
  line-height: 1em;
  text-decoration: none;
  word-wrap: break-word;
}
.productWatches__item_header_name.m_hoverable {
  transition: all 0.4s;
}
.productWatches__item_header_name.m_hoverable:hover {
  color: #007AFF;
}
.productWatches__item_header_date {
  display: block;
  margin: 0;
  padding: 2px 0;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  color: rgba(0, 0, 0, 0.3);
  line-height: 1em;
  text-decoration: none;
  word-wrap: break-word;
}
.productWatches__item_rate {
  position: relative;
  display: block;
  margin: 0 0 15px;
  width: 180px;
  height: 14px;
}
.productWatches__item_rate::before,
.productWatches__item_rate::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: url('images/rate_stars_part.svg') repeat-x;
  background-position: 0 0;
  background-size: auto 100%;
}
.productWatches__item_rate::before {
  width: 100%;
  opacity: 0.2;
}
.productWatches__item_rate::after {
  width: 0;
}
.productWatches__item_rate.m_rate_1::after {
  width: 18px;
}
.productWatches__item_rate.m_rate_2::after {
  width: 36px;
}
.productWatches__item_rate.m_rate_3::after {
  width: 54px;
}
.productWatches__item_rate.m_rate_4::after {
  width: 72px;
}
.productWatches__item_rate.m_rate_5::after {
  width: 90px;
}
.productWatches__item_rate.m_rate_6::after {
  width: 108px;
}
.productWatches__item_rate.m_rate_7::after {
  width: 126px;
}
.productWatches__item_rate.m_rate_8::after {
  width: 144px;
}
.productWatches__item_rate.m_rate_9::after {
  width: 162px;
}
.productWatches__item_rate.m_rate_10::after {
  width: 180px;
}
.productWatches__item_review {
  display: block;
  margin: 0;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: #808080;
  line-height: 1.2em;
  text-decoration: none;
  word-wrap: break-word;
}
.productWatches__item_review_title {
  display: block;
  margin-bottom: 0.38461538em;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  color: rgba(0, 0, 0, 0.3);
  line-height: 1.23076923em;
  text-decoration: none;
  word-wrap: break-word;
}
.productWatches__item_review p {
  margin: 0 0 0.33333333em 0;
}
.productWatches.m_dummy {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .productWatches {
    padding-left: 20px;
    padding-right: 20px;
  }
  .productWatches::before {
    display: none;
  }
  .productWatches__list {
    display: block;
  }
  .productWatches__column {
    display: none;
  }
}
.persons {
  display: block;
  align-self: flex-end;
  max-width: 360px;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 20px;
  box-sizing: border-box;
}
.persons__content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  height: 100%;
  box-sizing: border-box;
  border-radius: 10px;
  border: 0;
  background: white;
}
.persons__list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  flex: 1 1 auto;
  padding: 20px;
  overflow-x: hidden;
  overflow-y: auto;
}
.persons__group {
  display: block;
  margin-bottom: 10px;
}
.persons__group_header {
  display: block;
  margin: 0 0 10px;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.3);
  line-height: 1.2em;
  text-align: center;
}
.persons__group_list {
  display: block;
}
.persons__person {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin: 10px 0;
}
.persons__person_picture {
  position: relative;
  display: block;
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  margin-right: 10px;
  overflow: hidden;
  border-radius: 48px;
  background: #F5F5F5 no-repeat;
  background-position: center;
  background-size: cover;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.2);
  line-height: 48px;
  text-align: center;
  text-transform: uppercase;
}
.persons__person_info {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
}
.persons__person_name {
  display: block;
  margin: 0;
  overflow: hidden;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.65);
  line-height: 1.2em;
  white-space: nowrap;
  text-align: left;
  text-overflow: ellipsis;
}
.persons__person_role {
  display: block;
  margin: 0;
  overflow: hidden;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.3);
  line-height: 1.2em;
  white-space: nowrap;
  text-align: left;
  text-overflow: ellipsis;
}
@media screen and (max-width: 800px) {
  .persons {
    align-self: center;
  }
}
.privacy {
  position: relative;
  display: block;
  background: white;
}
.privacy__header {
  display: block;
  max-width: 700px;
  margin: 0 auto;
  padding: 30px 20px 50px;
  text-align: center;
}
.privacy__header_title {
  display: block;
  margin: 36px 0 30px 0;
  padding: 0;
  font-family: 'PlayFairDisplayBoldItalic', serif;
  font-style: italic;
  font-weight: normal;
  font-size: 5.5rem;
  color: #000000;
  text-align: center;
}
.privacy__header_subline {
  display: block;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  color: #B8B6B6;
  text-align: center;
}
.privacy__text {
  display: block;
  max-width: 700px;
  margin: 0 auto;
  padding: 30px 20px 50px;
}
.privacy__text h2 {
  display: block;
  margin: 70px 0 20px 0;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  color: #000000;
  line-height: 1.44444444em;
  text-align: left;
  text-transform: uppercase;
}
.privacy__text h3 {
  display: block;
  margin: 20 0 20px 0;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  color: #000000;
  line-height: 1.44444444em;
  text-align: left;
}
.privacy__text p {
  display: block;
  margin: 0 0 10px 0;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  color: #000000;
  line-height: 1.44444444em;
  text-align: left;
}
.privacy__text ul {
  margin: 20px 0 30px 0;
  padding: 0;
}
.privacy__text li {
  position: relative;
  margin: 0 0 10px 0;
  padding: 0 0 0 35px;
  list-style-type: none;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  color: #000000;
  line-height: 1.44444444em;
  text-align: left;
}
.privacy__text li:before {
  content: "•";
  position: absolute;
  display: block;
  top: 0;
  left: 7px;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  color: #000000;
  line-height: 1.44444444em;
}
.privacy__footer {
  display: block;
  max-width: 700px;
  margin: 0 auto;
  padding: 30px 20px 50px;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  color: #B8B6B6;
  text-align: center;
}
.selection {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  flex: 1 1 auto;
  width: 100%;
  min-height: 100%;
}
.selection__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex: 0 0 auto;
  margin: 20px 0;
  padding: 0 40px;
  box-sizing: border-box;
}
.selection__header:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  max-width: 680px;
  margin: 20px auto;
  border-bottom: 1px solid #979797;
  opacity: 0.1;
}
.selection__emoji {
  display: block;
  max-width: 680px;
  margin: 0;
  padding: 0;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 800;
  font-size: 6rem;
  color: black;
  line-height: 1.2em;
  text-align: center;
}
.selection__name {
  display: block;
  max-width: 680px;
  margin: 0 0 0.33333333em;
  padding: 0;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 800;
  font-size: 3rem;
  color: black;
  line-height: 1em;
  text-align: center;
}
.selection__info {
  display: block;
  max-width: 680px;
  margin: 0 0 0.33333333em;
  padding: 0;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 700;
  font-size: 2.1rem;
  color: #979797;
  line-height: 1.19047619em;
  text-align: center;
}
.selection__tools {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 20px;
}
.selection__tool {
  display: block;
  margin: 0 5px;
}
.selection__items {
  display: flex;
  flex: 1 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  align-self: center;
  align-items: flex-start;
  justify-content: space-between;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  width: 100%;
  max-width: 1120px;
  margin: 0 -15px;
  padding: 0 25px;
  box-sizing: border-box;
}
.selection__empty {
  display: block;
  margin: auto;
  padding: 40px;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  color: rgba(0, 0, 0, 0.3);
  line-height: 1.23076923em;
  text-align: center;
}
.selection__preloader {
  display: block;
  grid-column-start: 1;
  grid-column-end: -1;
  width: 100%;
  height: 16px;
  margin: 0 0 30px;
  text-align: center;
  overflow: hidden;
  transition: all 0.4s;
}
.selection__preloader:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url('images/preloader.svg') no-repeat;
  background-position: center;
  background-size: 16px;
  opacity: 1;
  animation: preloader 0.7s infinite linear;
}
.selection__preloader.m_full {
  opacity: 0;
  height: 0;
}
.selection__preloader.m_full:after {
  animation: none;
}
@media screen and (max-width: 960px) {
  .selection__items {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 700px) {
  .selection__items {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 530px) {
  .selection__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 800px) {
  .selection__header {
    padding-left: 20px;
    padding-right: 20px;
  }
  .selection__items {
    padding-left: 12px;
    padding-right: 12px;
  }
  .selection__empty {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.search {
  position: absolute;
  right: 0;
  margin-right: 40px;
  width: 380px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s 0.2s;
}
.search__field {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  height: 40px;
  max-width: 45px;
  padding: 10px 15px;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 40px;
  border: 0;
  background: #F5F5F5;
  transition: all 0.4s;
}
.search__btn {
  display: inline-block;
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
  margin-right: 15px;
  background-image: url('images/icon_search.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px;
  cursor: pointer;
  opacity: 1;
  transition: all 0.4s;
}
.search__loading {
  position: absolute;
  top: 12px;
  left: 15px;
  width: 16px;
  height: 16px;
  background-image: url('images/preloader_dark.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  pointer-events: none;
  opacity: 0;
  transition: all 0.4s;
}
.search__input {
  display: block;
  flex: 1 1 auto;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border: 0;
  outline: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  color: rgba(0, 0, 0, 0.65);
  line-height: 20px;
  text-align: left;
  text-decoration: none;
  text-transform: none;
}
.search__results {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  top: 100%;
  left: 0;
  right: 0;
  max-height: 300px;
  margin-top: 20px;
  border: 0;
  border-radius: 10px;
  background: white;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  opacity: 0;
  transform: translateY(-20px);
  pointer-events: none;
  transition: all 0.2s;
  z-index: 10;
}
.search__results_items {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  flex: 1 1 auto;
  overflow: auto;
  padding: 10px 0 10px 20px;
  box-sizing: border-box;
}
.search__results.m_open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}
.search__item {
  position: relative;
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 15px 10px 0;
  border-bottom: 1px solid #F0F0F0;
  text-decoration: none;
}
.search__item_poster {
  display: block;
  flex: 0 0 auto;
  width: 30px;
  height: 40px;
  margin-right: 10px;
  border-radius: 3px;
  background: #F5F5F5 no-repeat;
  background-position: center;
  background-size: cover;
}
.search__item_poster.m_youtube {
  width: 70px;
}
.search__item_info {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
}
.search__item_title {
  display: block;
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 0.15384615em;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  color: rgba(0, 0, 0, 0.65);
  line-height: 1.23076923em;
  white-space: nowrap;
  text-align: left;
  text-decoration: none;
  text-overflow: ellipsis;
}
.search__item_title.m_dummy {
  width: 150px;
  height: 1em;
  background-color: rgba(0, 0, 0, 0.05);
}
.search__item_subtitle {
  display: block;
  max-width: 100%;
  overflow: hidden;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  color: rgba(0, 0, 0, 0.3);
  line-height: 1.23076923em;
  white-space: nowrap;
  text-align: left;
  text-decoration: none;
  text-overflow: ellipsis;
}
.search__item_subtitle.m_dummy {
  width: 40px;
  height: 1em;
  background-color: rgba(0, 0, 0, 0.05);
}
.search__item_product {
  display: block;
  flex: 0 0 auto;
  margin-left: 10px;
}
.search__item_product_elements {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.search__item_actions {
  position: absolute;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 10px 15px 10px 0;
  background: white;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s;
}
.search__item_actions::before {
  content: "";
  position: absolute;
  display: block;
  right: 100%;
  top: 0;
  width: 30px;
  height: 100%;
  background-image: linear-gradient(to left, #ffffff 10%, rgba(255, 255, 255, 0) 100%);
}
.search__item_action {
  display: inline-block;
  margin-right: 5px;
}
.search__item_action:last-child {
  margin-right: 0;
}
.search__item:hover .search__item_actions {
  opacity: 1;
  pointer-events: all;
}
.search__item:last-child {
  border-bottom: 0;
}
.search.m_visible {
  opacity: 1;
  pointer-events: all;
  transition: all 0.4s;
}
.search.m_visible .search__field {
  max-width: 380px;
  transition: all 0.4s 0.2s;
}
.search.m_loading .search__btn {
  opacity: 0;
  pointer-events: none;
}
.search.m_loading .search__loading {
  opacity: 1;
  animation: preloader 0.7s infinite linear;
}
@media screen and (max-width: 800px) {
  .search {
    left: 0;
    width: auto;
    margin-right: 20px;
    margin-left: 20px;
  }
  .search__results {
    max-height: 80vh;
  }
  .search__item_actions {
    display: none;
  }
  .search.m_visible .search__field {
    max-width: 100%;
  }
}
.bAwards {
  display: block;
  width: 100%;
  min-height: 100%;
  color: white;
  background-color: black;
}
.bAwards__eMenu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 30px 90px 0;
  box-sizing: border-box;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 100;
}
.bAwards__eMenuLogos {
  display: flex;
  height: 46px;
  padding-bottom: 30px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: border 1s linear;
}
.bAwards__eMenuLogosItem {
  min-width: 250px;
  text-align: center;
}
.bAwards__eMenuLogosItem.mLeft {
  text-align: left;
}
.bAwards__eMenuLogosItem.mRight {
  text-align: right;
}
.bAwards__eMenuSiteLogo {
  text-decoration: none;
  transition: opacity 1s linear;
}
.bAwards__eMenuSiteLogoImage {
  height: 16px;
  border: 0;
  outline: 0;
  vertical-align: top;
}
.bAwards__eMenuLogo {
  position: relative;
  display: inline-block;
  height: 36px;
  border: 0;
  outline: 0;
  text-decoration: none;
  transition: transform 1s, opacity 0.4s;
  opacity: 0;
}
.bAwards__eMenuLogoText {
  display: inline;
  font-size: 0;
  visibility: hidden;
  margin: 0;
  padding: 0;
}
.bAwards__eMenuLogoImage {
  height: 100%;
  max-width: 100%;
  border: 0;
  outline: 0;
}
.bAwards__eMenuLogoSub {
  position: absolute;
  top: -25%;
  left: 0;
  width: 100%;
  height: 25%;
  background: url('images/logo_old.svg') no-repeat;
  background-size: auto 100%;
  background-position: center;
  pointer-events: none;
  transition: opacity 0.4s;
  opacity: 0;
}
.bAwards__eMenuLogoSub.mVisible {
  opacity: 1;
}
.bAwards__eMenuLink {
  display: inline-block;
  height: 46px;
  padding: 9px 16px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-family: 'ReformaGroteskMedium', sans-serif;
  font-weight: normal;
  font-size: 2rem;
  line-height: 28px;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.11em;
  cursor: pointer;
  transition: border 0.4s, opacity 1s linear;
}
.bAwards__eMenuLinkLogo {
  display: inline-block;
  width: 0.81481481em;
  height: 1em;
  vertical-align: top;
  line-height: 1em;
  font-size: 1.2em;
  fill: #FFFFFF;
}
.bAwards__eMenuLink:hover {
  border-color: rgba(255, 255, 255, 0.4);
}
.bAwards__eMenuItems {
  display: block;
  margin: -1px 0 0 0;
  padding: 0;
  list-style-type: none;
  transition: opacity 1s;
}
.bAwards__eMenuItem {
  display: inline-block;
  margin: 0 30px 0 0;
  padding: 0;
  transition: opacity 1s;
}
.bAwards__eMenuItemLink {
  display: inline-block;
  padding: 14px 0 15px;
  border-top: 1px solid rgba(255, 255, 255, 0);
  outline: 0;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.09166667em;
  color: rgba(255, 255, 255, 0.35);
  transition: all 0.4s;
}
.bAwards__eMenuItemLink:hover {
  color: #ffffff;
}
.bAwards__eMenuItemLink.mActive {
  pointer-events: none;
  cursor: default;
  color: #ffffff;
  border-color: #ffffff;
}
.bAwards__eMenuItem:last-child {
  margin-right: 0;
}
.bAwards__eMenu.mMenu .bAwards__eMenuLogo,
.bAwards__eMenu.mMain .bAwards__eMenuLogo {
  transform: scale(1.5);
}
.bAwards__eMenu.mMenu .bAwards__eMenuItems,
.bAwards__eMenu.mMain .bAwards__eMenuItems {
  opacity: 0;
  pointer-events: none;
}
.bAwards__eMenu.mMain .bAwards__eMenuLogoSub {
  opacity: 1;
}
.bAwards__eMenu.mMain .bAwards__eMenuLogos {
  border-color: rgba(255, 255, 255, 0);
}
.bAwards__eMenu.mMain .bAwards__eMenuSiteLogo,
.bAwards__eMenu.mMain .bAwards__eMenuLink {
  opacity: 0;
  pointer-events: none;
}
.bAwards__eGroup {
  position: relative;
  width: 100%;
  min-height: 100%;
}
.bAwards__eLayout {
  display: block;
}
.bAwards__eLayoutContent {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 100vh;
  align-items: stretch;
}
.bAwards__eLayoutContent.mCenter {
  justify-content: center;
  align-items: center;
  text-align: center;
  vertical-align: middle;
}
.bAwards__eLayoutContent.mOpaque {
  background: black;
}
.bAwards__eHeader {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 75%;
  height: 55%;
  min-width: 320px;
  min-height: 134.35460993px;
  margin-top: 40px;
  transform: translate(-50%, -50%);
}
.bAwards__eHeaderArt {
  width: 100%;
  height: 100%;
  background: black;
}
.bAwards__eHeaderHoverArt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.4s 0.4s;
  pointer-events: none;
}
.bAwards__eHeaderHoverArt.mVisible {
  opacity: 1;
  transition: opacity 0.4s;
}
.bAwards__eHeaderLogo {
  position: absolute;
  display: none;
  top: 50%;
  left: 0;
  right: 0;
  height: 54px;
  margin: 0 20px;
  transform: translate(0, -50%);
  transition: opacity 0.4s;
}
.bAwards__eHeaderLogoImage {
  width: 100%;
  height: 100%;
  background: url('images/awards/logo.svg') no-repeat;
  background-size: contain;
  background-position: center;
}
.bAwards__eHeaderLogo .bAwards__eMenuLogoSub {
  opacity: 1;
}
.bAwards__eHeaderLogo.mHidden {
  opacity: 0;
  pointer-events: none;
}
.bAwards__eHeaderArrow {
  position: absolute;
  bottom: 7%;
  left: 50%;
  width: 9px;
  height: 53px;
  margin-top: 80px;
  background: url('images/awards/scroll_down.svg') no-repeat;
  background-size: 100%;
  background-position: center;
  cursor: pointer;
  transform: translateX(-50%);
  transition: opacity 0.4s;
}
.bAwards__eHeaderArrow.mHidden {
  opacity: 0;
  pointer-events: none;
}
.bAwards__eNav {
  display: flex;
  width: 100%;
  min-height: 60vh;
  padding-top: 40vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.bAwards__eNavItem {
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 42px;
  border-bottom: 2px solid white;
  font-family: 'ReformaGroteskMedium', sans-serif;
  font-weight: normal;
  font-size: 2.7rem;
  line-height: 0.88888889em;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.11111111em;
  cursor: pointer;
}
.bAwards__eNavArrow {
  display: inline-block;
  width: 9px;
  height: 53px;
  margin-bottom: 42px;
  background: url('images/awards/scroll_down.svg') no-repeat;
  background-size: 100%;
  background-position: center;
  cursor: pointer;
}
.bAwards__eCategory {
  display: inline-block;
  max-width: 375px;
  margin: 0 30px;
  font-family: 'ReformaGroteskMedium', sans-serif;
  font-weight: normal;
  font-size: 4.2rem;
  line-height: 1.19047619em;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.10952381em;
}
.bAwards__eCategory i {
  display: inline-block;
  font-family: 'PlayFairDisplay', serif;
  font-style: italic;
  font-weight: normal;
  font-size: 0.71428571em;
  text-transform: none;
}
.bAwards__eMovie {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column;
  padding-top: 150px;
  box-sizing: border-box;
  z-index: 2;
}
.bAwards__eMovieBackground {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  z-index: 1;
}
.bAwards__eMovieContainer {
  position: relative;
}
.bAwards__eMovieContent {
  position: relative;
  margin: 45px 90px 90px;
  z-index: 2;
}
.bAwards__eMovieContent.mTextHeader {
  padding-left: 65px;
}
.bAwards__eMovieLikes {
  position: relative;
  min-height: 20px;
  margin: 0 90px 90px;
  z-index: 2;
}
.bAwards__eMovieRank {
  display: inline-block;
  height: 48px;
  margin-bottom: 25px;
}
.bAwards__eMovieRankU,
.bAwards__eMovieRankA {
  display: inline-block;
  height: 16px;
  vertical-align: top;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 16px;
  color: white;
}
.bAwards__eMovieRankU {
  margin-bottom: 32px;
}
.bAwards__eMovieRankS {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 16px 7px;
  vertical-align: top;
  background: url('images/awards/slash.svg') no-repeat;
  background-size: 100%;
  background-position: center;
}
.bAwards__eMovieRankA {
  margin-top: 32px;
}
.bAwards__eMovieRank.mAward {
  height: 110px;
}
.bAwards__eMovieHeader {
  display: block;
  max-width: 465px;
  margin: 0 0 10px 0;
  padding: 0;
  font-family: 'ReformaGroteskMedium', sans-serif;
  font-weight: normal;
  font-size: 7.2rem;
  color: white;
  line-height: 0.84722222em;
  letter-spacing: 0.11111111em;
  text-transform: uppercase;
}
.bAwards__eMovieHeader.mText {
  position: relative;
  max-width: 675px;
  margin-top: 20px;
  margin-bottom: 25px;
  font-family: 'PlayFairDisplay', serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.08333333em;
  letter-spacing: -0.01111111em;
  color: white;
  text-transform: none;
}
.bAwards__eMovieHeader.mText:before {
  position: absolute;
  width: 55px;
  margin-right: 10px;
  content: "—";
  right: 100%;
  font-size: 0.69444444em;
  text-align: left;
  letter-spacing: 1;
}
.bAwards__eMovieSubheader {
  display: block;
  max-width: 155px;
  margin-bottom: 5px;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.08333333em;
  color: rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
}
.bAwards__eMovieSubheader.mMain {
  color: white;
}
.bAwards__eMovieButtons {
  display: block;
  margin-top: 15px;
}
.bAwards__eMovieInfo {
  display: block;
  margin: 40px 0 0 0;
  padding: 0;
}
.bAwards__eMovieInfoItem {
  display: inline-block;
  max-width: 85px;
  margin: 0;
  padding: 0 30px 20px 0;
  list-style-type: none;
  text-align: left;
  vertical-align: top;
}
.bAwards__eMovieInfoItem:last-child {
  padding-right: 0;
}
.bAwards__eMovieInfoItemLink {
  text-decoration: none;
  border: 0;
  outline: 0;
}
.bAwards__eMovieInfoItemLink:hover .bAwards__eMovieInfoItemKey {
  color: white;
}
.bAwards__eMovieInfoItemValue {
  display: block;
  height: 1.33333333em;
  margin-bottom: 10px;
  font-family: 'PlayFairDisplay', serif;
  font-style: normal;
  font-weight: normal;
  font-size: 4.2rem;
  line-height: 1.33333333em;
  color: white;
  letter-spacing: -0.01071429em;
}
.bAwards__eMovieInfoItemValue.mTrailer {
  width: 100%;
  background: url('images/awards/trailer.svg') no-repeat;
  background-size: 21px;
  background-position: center 70%;
  border: 0;
  outline: 0;
}
.bAwards__eMovieInfoItemKey {
  display: block;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.3);
  line-height: 1em;
  letter-spacing: 0.08333333em;
  text-transform: uppercase;
  transition: color 0.4s;
}
.bAwards__eButton {
  display: inline-block;
  height: 46px;
  min-width: 162px;
  margin: 10px 10px 0 0;
  padding: 9px 16px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0);
  font-family: 'ReformaGroteskMedium', sans-serif;
  font-weight: normal;
  font-size: 2rem;
  line-height: 28px;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.11em;
  cursor: pointer;
  transition: all 0.4s;
}
.bAwards__eButton:hover {
  border-color: rgba(255, 255, 255, 0.4);
}
.bAwards__eButton.mInProgress {
  cursor: default;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0);
  color: rgba(255, 255, 255, 0.2);
}
.bAwards__eButton.mActive {
  cursor: default;
  pointer-events: none;
  border-color: #007AFF;
  background-color: #007AFF;
}
.bAwards__eFooter {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 950px;
  flex-direction: column;
  align-items: center;
  padding: 150px 30px 0;
  box-sizing: border-box;
}
.bAwards__eFooterContent {
  margin: 50px 0 85px;
  text-align: center;
}
.bAwards__eFooterLogo {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-bottom: 35px;
  background: url('images/logo_old_simple.svg') no-repeat;
  background-size: 100%;
  background-position: center;
  border: 0;
  outline: 0;
  text-decoration: none;
}
.bAwards__eFooterHeader {
  display: block;
  max-width: 450px;
  margin: 0 auto 10px;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 600;
  font-size: 2.6rem;
  color: white;
}
.bAwards__eFooterText {
  display: block;
  max-width: 600px;
  margin: 0 auto 20px;
  font-family: 'SF Pro Display', 'SFPRO_d', sans-serif;
  font-weight: 400;
  font-size: 1.7rem;
  color: #E2E2E2;
  line-height: 1.58823529em;
}
.bAwards__eFooterArt {
  display: block;
  flex: 1;
  width: 100%;
  max-width: 385px;
  margin: 0;
  background: url('images/awards/iphone.png') no-repeat;
  background-size: 100%;
  background-position: center top;
}
@media screen and (max-width: 950px) {
  .bAwards__eMenu {
    padding-left: 45px;
    padding-right: 45px;
  }
  .bAwards .bAwards__eMenuLogosItem {
    min-width: 0;
  }
  .bAwards__eMenuLogosItem.mLogo {
    display: none;
  }
  .bAwards__eHeaderLogo {
    display: block;
  }
  .bAwards__eMovieWrap {
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0) 100%);
  }
  .bAwards__eMovieContent {
    margin: 0;
    padding: 45px 45px 90px;
  }
  .bAwards__eMovieContent.mTextHeader {
    padding-left: 95px;
  }
  .bAwards__eMovieLikes {
    margin: 0;
    padding: 0 45px 70px;
  }
  .bAwards__eMovieHeader {
    font-size: 6rem;
  }
  .bAwards__eMovieHeader.mText:before {
    width: 40px;
  }
}
@media screen and (max-width: 650px) {
  .bAwards__eMenu {
    padding-left: 30px;
    padding-right: 30px;
  }
  .bAwards__eMenu.mMenu .bAwards__eMenuLogos {
    border-color: rgba(255, 255, 255, 0);
  }
  .bAwards__eMenu.mMenu .bAwards__eMenuSiteLogo,
  .bAwards__eMenu.mMenu .bAwards__eMenuLink {
    opacity: 0;
    pointer-events: none;
  }
  .bAwards__eMenuItems {
    display: none;
  }
  .bAwards__eHeader {
    position: absolute;
  }
  .bAwards__eHeaderArt {
    display: none;
  }
  .bAwards__eHeaderHoverArt {
    display: none;
  }
  .bAwards__eHeaderArrow {
    display: none;
  }
  .bAwards__eNav {
    padding-top: 0;
  }
  .bAwards__eMovieBackground {
    background-attachment: scroll;
  }
  .bAwards__eMovieContainer {
    transform: none !important;
  }
  .bAwards__eMovieContent {
    margin: 0;
    padding: 30px 30px 45px;
  }
  .bAwards__eMovieContent.mTextHeader {
    padding-left: 70px;
  }
  .bAwards__eMovieLikes {
    margin: 0;
    padding: 0 30px 45px;
  }
  .bAwards__eMovieHeader {
    font-size: 4.5rem;
  }
  .bAwards__eMovieHeader.mText {
    margin-top: 0;
  }
  .bAwards__eMovieHeader.mText:before {
    width: 30px;
  }
  .bAwards__eMovieRank {
    margin-bottom: 20px;
  }
  .bAwards__eMovieRank.mAward {
    height: 90px;
  }
  .bAwards__eMovieInfo {
    margin-top: 20px;
  }
  .bAwards__eLayoutContent.mHeader {
    min-height: 60vh;
  }
}
@media screen and (max-width: 450px) {
  .bAwards__eMenuLogos {
    height: auto;
    justify-content: center;
  }
  .bAwards__eMenuLogosItem.mLink {
    display: none;
  }
  .bAwards__eMovie {
    padding-top: 85px;
  }
  .bAwards__eMovieContent {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .bAwards__eMovieContent.mTextHeader {
    padding-left: 30px;
  }
  .bAwards__eMovieHeader {
    font-size: 3.8rem;
  }
  .bAwards__eMovieHeader.mText:before {
    position: static;
    display: inline;
    width: auto;
    margin: 0 0.1em 0 -0.5em;
    font-size: 1em;
  }
  .bAwards__eMovieInfoItem {
    padding-right: 20px;
  }
  .bAwards__eButton {
    min-width: 110px;
  }
}
