:root {
  --header-height: 100px;
  --app-width: 100%
}

* {
  padding: 0;
  margin: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline
}

form {
  margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  border: 0
}

a {
  display: inline-block
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}

body,
html {
  height: 100%;
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  overflow-x: hidden
}

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  font: inherit;
  font-size: 100%;
  text-transform: none;
  color: inherit;
  letter-spacing: inherit;
  vertical-align: baseline
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer
}

button[disabled],
html input[disabled] {
  cursor: default
}

button,
input,
textarea {
  font-family: inherit
}

input::-ms-clear {
  display: none
}

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

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical
}

button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

button,
input {
  overflow: visible;
  line-height: normal
}

button,
select {
  text-transform: none
}

button:focus {
  outline: 0
}

button::-moz-focus-inner {
  padding: 0;
  border: 0
}

:focus {
  outline: 0
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  height: 22px;
  width: 22px
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

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

[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
  -webkit-appearance: none
}

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

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 0
}

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

[type=search] {
  outline: 0
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: none;
  font: inherit
}

textarea {
  resize: none;
  overflow-y: auto;
  overflow-x: hidden;
  vertical-align: top
}

a {
  text-decoration: none
}

a:active,
a:focus {
  outline: 0
}

a,
a:visited {
  text-decoration: none
}

a:hover {
  text-decoration: none
}

li,
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0
}

img {
  vertical-align: center;
  border: 0;
  -ms-interpolation-mode: bicubic
}

svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  color: inherit;
  font-size: inherit;
  font-weight: inherit
}

::-webkit-scrollbar {
  width: 3px
}

::-webkit-scrollbar-track {
  background-color: transparent
}

::-webkit-scrollbar-thumb {
  background-color: #000
}

::-moz-scrollbar {
  width: 3px
}

::-moz-scrollbar-track {
  background-color: transparent
}

::-moz-scrollbar-thumb {
  background-color: #000
}

::-ms-scrollbar {
  width: 3px
}

::-ms-scrollbar-track {
  background-color: transparent
}

::-ms-scrollbar-thumb {
  background-color: #000
}

audio,
canvas,
video {
  display: inline-block;
  max-width: 100%
}

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

[hidden] {
  display: none
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s
}

::-moz-input-placeholder {
  color: inherit;
  opacity: 1;
  -moz-transition: opacity .3s;
  transition: opacity .3s
}

:-moz-placeholder {
  color: inherit;
  opacity: 1;
  -moz-transition: opacity .3s;
  transition: opacity .3s
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
  -ms-transition: opacity .3s;
  transition: opacity .3s
}

:focus::-webkit-input-placeholder {
  opacity: 0
}

:focus::-moz-input-placeholder {
  opacity: 0
}

:focus:-moz-placeholder {
  opacity: 0
}

:focus:-ms-input-placeholder {
  opacity: 0
}

input[type=file],
input[type=file]::-webkit-file-upload-button {
  cursor: pointer
}

@font-face {
  font-family: Picon;
  font-display: swap;
  src: url(../fonts/LCT-Picon-Condensed-Ultra-light.woff2) format("woff2");
  font-weight: 200;
  font-style: normal
}

@font-face {
  font-family: Rajdhani;
  font-display: swap;
  src: url(../fonts/Rajdhani-Medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal
}

@font-face {
  font-family: Rajdhani;
  font-display: swap;
  src: url(../fonts/Rajdhani-SemiBold.woff2) format("woff2");
  font-weight: 600;
  font-style: normal
}

@font-face {
  font-family: Rajdhani;
  font-display: swap;
  src: url(../fonts/Rajdhani-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal
}

@font-face {
  font-family: Jenson;
  font-display: swap;
  src: url(../fonts/Jenson-Classico-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal
}

body,
html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #f3f6f7
}

body.lock {
  overflow: hidden !important
}

body * {
  font-family: Roboto, sans-serif
}

a {
  display: inline-block;
  color: #000
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #000
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #000
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #000
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #000
}

a,
body,
h1,
input,
input::placeholder,
li,
option,
p,
select,
textarea,
textarea::placeholder,
ul {
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #000
}

img {
  display: block
}

.main {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  overflow: hidden
}

.section {
  margin-bottom: 50px
}

.section.margin-none {
  margin-bottom: 0
}

.section-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px
}

.section-head .title {
  margin-bottom: 0
}

.container {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 30px
}

.title {
  margin-bottom: 14px;
  font-family: Jenson, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  color: #000
}

.for-desktop {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important
}

.for-mobile {
  display: none !important
}

.icon {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  fill: currentColor;
  pointer-events: none;
  -webkit-transition: fill .2s ease, -webkit-transform .2s ease;
  transition: fill .2s ease, -webkit-transform .2s ease;
  -o-transition: fill .2s ease, transform .2s ease;
  transition: fill .2s ease, transform .2s ease;
  transition: fill .2s ease, transform .2s ease, -webkit-transform .2s ease
}

.button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px 30px;
  height: 40px;
  background-color: #f2f2f2;
  border-radius: 15px;
  cursor: pointer;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  overflow: hidden;
  -webkit-transition: background-color .2s ease, color .2s ease, border .2s ease, -webkit-transform .2s ease;
  transition: background-color .2s ease, color .2s ease, border .2s ease, -webkit-transform .2s ease;
  -o-transition: background-color .2s ease, color .2s ease, transform .2s ease, border .2s ease;
  transition: background-color .2s ease, color .2s ease, transform .2s ease, border .2s ease;
  transition: background-color .2s ease, color .2s ease, transform .2s ease, border .2s ease, -webkit-transform .2s ease
}

.button .icon {
  width: 20px;
  height: 20px;
  z-index: 5
}

.button .text {
  display: inline-block;
  white-space: nowrap;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  z-index: 5;
  color: #000;
  white-space: nowrap;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content
}

.button.icon-text .icon {
  width: 18px;
  height: 18px;
  margin-right: 10px
}

.button.icon-text .text {
  font-size: 18px
}

.button.only-icon {
  padding: 0;
  height: auto;
  background-color: transparent;
  overflow: visible
}

.button.only-icon .icon {
  width: 20px;
  height: 20px;
  color: #000
}

.button.is-black {
  background-color: #1e1e1e
}

.button.is-black .text {
  color: #fff
}

.button.filter {
  height: 38px;
  width: 38px;
  min-width: 38px;
  padding: 0;
  background-color: #000
}

.button.filter.active {
  background-color: #000
}

.button.filter .icon {
  width: 20px;
  height: 20px;
  color: #fff
}

.button.filter * {
  pointer-events: none
}

.button.min {
  height: 40px;
  width: 40px;
  min-width: 40px;
  padding: 0;
  background-color: #f2f2f2
}

.button.min .icon {
  width: 20px;
  height: 20px;
  color: #000
}

.button.min * {
  pointer-events: none
}

.button.min.active {
  background-color: #000
}

.button.min.active .icon {
  color: #fff
}

.button-large {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 70px;
  height: 90px;
  border-radius: 10px;
  background: -o-linear-gradient(4deg, #ef002b 0, #9b0041 94.45%), #e70000;
  background: linear-gradient(86deg, #ef002b 0, #9b0041 94.45%), #e70000
}

.button-large .text {
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
  font-family: Jenson, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap
}

.cards {
  display: grid
}

.cards-wrapper {
  margin-bottom: 20px
}

.cards.two-columns {
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-columns: 1fr 1fr;
  grid-gap: 20px
}

.cards.four-columns {
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px
}

.card {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden
}

.card.large .card-body {
  padding-bottom: 56.1956521739%
}

.card.large .card-info {
  left: 15px;
  bottom: 5px
}

.card.large .card-info__text {
  font-size: 40px
}

.card-body {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 56.2222222222%;
  border-radius: 10px;
  background-color: #f2f2f2;
  overflow: hidden
}

.card-body img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
  z-index: 2;
  -webkit-transition: -webkit-filter .2s ease, -webkit-transform .2s ease;
  transition: -webkit-filter .2s ease, -webkit-transform .2s ease;
  -o-transition: filter .2s ease, transform .2s ease;
  transition: filter .2s ease, transform .2s ease;
  transition: filter .2s ease, transform .2s ease, -webkit-filter .2s ease, -webkit-transform .2s ease
}

.card-info {
  position: absolute;
  bottom: 5px;
  left: 15px;
  z-index: 6;
  max-width: calc(100% - 30px);
  pointer-events: none
}

.card-info__text {
  font-family: Picon, sans-serif;
  font-size: 26px;
  font-weight: 200;
  color: #fff;
  display: block;
  width: 100%;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis
}

.card-effect {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 50%;
  opacity: .9;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(79.69%, #000));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, #000 79.69%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #000 79.69%);
  pointer-events: none
}

.slide {
  max-width: 1920px;
  width: 100%
}

.slide.custom .slide-info {
  right: auto;
  left: 130px
}

.slide.custom .slide-info__title {
  text-shadow: none;
  color: #fff
}

.slide.custom .slide-info__text {
  text-shadow: none
}

.slide-body {
  position: relative;
  padding-bottom: 28.6458333333%
}

.slide-body img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.slide-body svg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%
}

.slide-info {
  position: absolute;
  top: 50%;
  right: 130px;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content
}

.slide-info__title {
  max-width: 640px;
  width: 100%;
  margin-bottom: 30px;
  font-family: Picon, sans-serif;
  line-height: 1.1;
  text-align: center;
  font-size: 80px;
  font-weight: 200;
  color: #000;
  text-shadow: -2px 2px 0 rgba(255, 255, 255, .25)
}

.slide-info__text {
  margin-bottom: 15px;
  font-family: Jenson, sans-serif;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  color: #880808;
  text-shadow: -2px 2px 0 rgba(255, 255, 255, .25)
}

.slider-large,
.slider-large-custom {
  position: relative;
  max-width: 1920px;
  margin: 0 auto
}

.slider-large .swiper-button-next,
.slider-large .swiper-button-prev,
.slider-large-custom .swiper-button-next,
.slider-large-custom .swiper-button-prev {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .2);
  color: #000;
  -webkit-transition: background-color .2s ease;
  -o-transition: background-color .2s ease;
  transition: background-color .2s ease
}

.slider-large .swiper-button-next:after,
.slider-large .swiper-button-prev:after,
.slider-large-custom .swiper-button-next:after,
.slider-large-custom .swiper-button-prev:after {
  content: "next";
  font-size: 0
}

.slider-large .swiper-button-next .icon,
.slider-large .swiper-button-prev .icon,
.slider-large-custom .swiper-button-next .icon,
.slider-large-custom .swiper-button-prev .icon {
  width: 20px;
  height: 20px
}

.slider-large .swiper-button-prev,
.slider-large-custom .swiper-button-prev {
  left: 20px
}

.slider-large .swiper-button-next,
.slider-large-custom .swiper-button-next {
  right: 20px
}

.slider-large .swiper-pagination-bullet,
.slider-large-custom .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 5px !important;
  background-color: #fff;
  opacity: .2
}

.slider-large .swiper-pagination-bullet.swiper-pagination-bullet-active,
.slider-large-custom .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #880808;
  opacity: 1
}

.slider-collaborations,
.slider-pro-production,
.slider {
  position: relative
}

.slider-collaborations .swiper-button-next,
.slider-collaborations .swiper-button-prev,
.slider-pro-production .swiper-button-next,
.slider-pro-production .swiper-button-prev,
.slider .swiper-button-next,
.slider .swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .7);
  color: #000;
  -webkit-transition: background-color .2s ease;
  -o-transition: background-color .2s ease;
  transition: background-color .2s ease
}

.slider-collaborations .swiper-button-next:after,
.slider-collaborations .swiper-button-prev:after,
.slider-pro-production .swiper-button-next:after,
.slider-pro-production .swiper-button-prev:after,
.slider .swiper-button-next:after,
.slider .swiper-button-prev:after {
  content: "next";
  font-size: 0
}

.slider-collaborations .swiper-button-next .icon,
.slider-collaborations .swiper-button-prev .icon,
.slider-pro-production .swiper-button-next .icon,
.slider-pro-production .swiper-button-prev .icon,
.slider .swiper-button-next .icon,
.slider .swiper-button-prev .icon {
  width: 15px;
  height: 15px
}

.slider-collaborations .swiper-button-prev,
.slider-pro-production .swiper-button-prev,
.slider .swiper-button-prev,
.slider .swiper-button-prev {
  left: -20px
}

.slider-collaborations .swiper-button-next,
.slider-pro-production .swiper-button-next,
.slider .swiper-button-next,
.slider .swiper-button-next {
  right: -20px
}

.pagination {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.pagination li {
  padding: 0 5px
}

.pagination li:first-child {
  padding-right: 15px
}

.pagination li:first-child a {
  min-width: 140px
}

.pagination li:last-child {
  padding-left: 15px
}

.pagination li:last-child a {
  min-width: 140px
}

.pagination li.dots a {
  background-color: transparent;
  border: none
}

.pagination li.active a {
  background-color: #880808;
  border: none;
  color: #fff;
  cursor: default;
  font-weight: 600
}

.pagination li.active a * {
  color: #fff;
  cursor: default
}

.pagination li.first-pager a {
  position: relative;
  width: auto;
  border-radius: 10px;
  padding: 12px 30px 10px 30px
}

.pagination li.first-pager a .icon {
  width: 8px;
  height: 13px;
  margin-right: 7px;
  margin-bottom: 2px;
  z-index: 5
}

.pagination li.last-pager a {
  position: relative;
  width: auto;
  border-radius: 10px;
  padding: 12px 30px 10px 30px
}

.pagination li.last-pager a .icon {
  width: 8px;
  height: 13px;
  margin-left: 7px;
  margin-bottom: 2px;
  z-index: 5
}

.pagination a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  padding: 17px 20px 15px 20px;
  border-radius: 10px;
  border: 1px solid #000;
  font-family: Picon, sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 1;
  text-transform: uppercase;
  color: #000;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: background-color .2s ease, color .2s ease, border .2s ease;
  -o-transition: background-color .2s ease, color .2s ease, border .2s ease;
  transition: background-color .2s ease, color .2s ease, border .2s ease;
  z-index: 5;
  white-space: nowrap
}

.pagination a .icon {
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease
}

.header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100px
}

.header-nav {
  height: 100%
}

.header-nav ul {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	column-gap: 2vw;
	row-gap: 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.header-nav li {
  height: 100%;
}

.header-nav a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  text-align: center;
  font-family: Jenson, sans-serif;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease
}

.header-nav a::before {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 2px;
  width: 10%;
  background-color: transparent;
  -webkit-transition: bottom .2s ease, width .2s ease, background-color .2s ease;
  -o-transition: bottom .2s ease, width .2s ease, background-color .2s ease;
  transition: bottom .2s ease, width .2s ease, background-color .2s ease
}

.header-nav a.active {
  color: #880808;
  cursor: default
}

.header-nav a.active::before {
  content: "";
  bottom: 0;
  width: 100%;
  background-color: #880808
}

.main-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}

.burger {
  position: relative;
  right: -10px;
  display: none;
  padding: 10px
}

.burger-wrap {
  position: relative
}

.burger-menu {
  height: 100%
}

.burger-menu__wrapper {
  height: 100%
}

.burger-menu__head {
  display: none
}

.burger-wrapper {
  position: relative;
  max-width: 290px;
  width: 100%;
  height: 100%;
  padding: 10px;
  background-color: #fff
}

.burger-wrapper .main-logo {
  margin-bottom: 30px
}

.burger-wrapper .close-burger-menu {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 10px
}

.burger-nav {
  padding-left: 20px
}

.burger-nav li {
  margin-bottom: 30px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content
}

.burger-nav li:last-child {
  margin-bottom: 0
}

.burger-nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 24px
}

.burger-nav .icon {
  margin-right: 20px;
  width: 24px;
  height: 24px;
  color: #1e1e1e
}

.burger-nav .text {
  font-size: 16px;
  font-weight: 500;
  color: #1e1e1e
}

.footer .main-logo {
  margin-bottom: 25px
}

.footer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px 0;
  height: 250px
}

.footer-nav {
  margin-bottom: 15px
}

.footer-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -25px
}

.footer-nav li {
  padding: 5px 25px
}

.footer-nav a {
  font-family: Jenson, sans-serif;
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease
}

.footer-text {
  font-family: Picon, sans-serif;
  font-size: 16px;
  font-weight: 200;
  text-align: center;
  color: #5d5d5d
}

.search-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 450px;
  height: 50px;
  border-radius: 10px;
  border: 1px solid #000
}

.search-input {
  width: 100%;
  height: 100%;
  padding: 12px 0 10px 20px;
  font-family: Picon, sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 1
}

.search-input::-webkit-input-placeholder {
  font-family: Picon, sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 1
}

.search-input::-moz-placeholder {
  font-family: Picon, sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 1
}

.search-input:-ms-input-placeholder {
  font-family: Picon, sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 1
}

.search-input::-ms-input-placeholder {
  font-family: Picon, sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 1
}

.search-input::placeholder {
  font-family: Picon, sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 1
}

.search-submit {
  width: 60px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto
}

.search-submit .icon {
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease
}

.player-wrapper {
  position: relative;
  padding-bottom: 56.1827956989%;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer
}

.player-wrapper__img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.player-wrapper__video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}

.player-info {
  margin-top: 30px
}

.player-info__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}

.player-info__head .player-info__text {
  margin-bottom: 0
}

.player-info__title {
  font-family: Picon, sans-serif;
  font-size: 40px;
  font-weight: 200;
  color: #000
}

.player-info__text {
  margin-bottom: 20px;
  font-family: Picon, sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 1.4;
  color: #000
}
.player-info__text p {
  font-family: Picon, sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 1.4;
  color: #000;
  padding-bottom: 15px;
  min-height: 1px;
}

.player-info__text a {
  cursor: pointer;
  font-family: Picon, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  color: #000;
  transition: color 0.2s ease;
}

.player-info__text a:hover {
  color: #880808;
}

.player-info__text.custom {
  color: #5d5d5d
}

.tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.tags-title {
  margin-right: 10px;
  font-family: Jenson, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  color: #000
}

.tags-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -5px
}

.tags-list li {
  margin: 5px
}

.tags-list li:last-child {
  margin-right: 0
}

.tags-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 20px 10px 20px;
  height: 50px;
  border-radius: 10px;
  border: 1px solid #000;
  font-family: Picon, sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 1;
  color: #000;
  -webkit-transition: color .2s ease, border .2s ease, background-color .2s ease;
  -o-transition: color .2s ease, border .2s ease, background-color .2s ease;
  transition: color .2s ease, border .2s ease, background-color .2s ease
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 4;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 150px;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  opacity: .8;
  -webkit-transition: background-color .2s ease, opacity .2s ease, -webkit-transform .2s ease;
  transition: background-color .2s ease, opacity .2s ease, -webkit-transform .2s ease;
  -o-transition: transform .2s ease, background-color .2s ease, opacity .2s ease;
  transition: transform .2s ease, background-color .2s ease, opacity .2s ease;
  transition: transform .2s ease, background-color .2s ease, opacity .2s ease, -webkit-transform .2s ease
}

.play-button .icon {
  position: relative;
  left: 0px;
  width: 45px;
  height: 55px;
  color: #000;
  opacity: .8;
  pointer-events: none;
  -webkit-transition: color .2s ease, opacity .2s ease;
  -o-transition: color .2s ease, opacity .2s ease;
  transition: color .2s ease, opacity .2s ease
}

.play-button .icon.play {
  left: 3px;
}

.play-button .icon.pause {
  left: 0px;
  width: 50px;
  height: 55px;
}

.wave-hover {
  position: relative;
  overflow: hidden;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in
}

.wave-hover * {
  pointer-events: none
}

.wave {
  background: rgba(255, 255, 255, .5);
  border-radius: 50%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-animation: wave .3s ease-in;
  animation: wave .3s ease-in;
  pointer-events: none;
  position: absolute;
  z-index: 10
}

.card .wave {
  background: rgba(255, 255, 255, .1)
}

@-webkit-keyframes wave {
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0
  }
}

@keyframes wave {
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0
  }
}

.text-block * {
  font-family: Picon, sans-serif;
}

.text-section {
  margin-top: 20px;
}

.title.custom {
  text-align: center;
}

.text-block h2,
.text-block h3,
.text-block h4,
.text-block h5 {
  margin-top: 25px;
  margin-bottom: 6px;
  font-family: Jenson, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  color: #000;
}

.text-block h2:first-child,
.text-block h3:first-child,
.text-block h4:first-child,
.text-block h5:first-child {
  margin-top: 0;
}

.text-block p,
.text-block a {
  margin-bottom: 6px;
  font-family: Picon, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #000;
}

.text-block p strong {
  font-family: Picon, sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #000;
}

@media (min-width:1025px) {

  .button.only-icon:hover .icon {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    color: #000
  }

  .button.is-black:hover {
    background-color: #000
  }

  .button.is-black:hover .text {
    color: #fff
  }

  .button:hover {
    background-color: #dedede
  }

  .button:hover .text {
    color: #000
  }

  .button:hover.only-icon {
    background-color: transparent;
    color: #000;
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15)
  }

  .slider-large .swiper-button-next:hover,
  .slider-large .swiper-button-prev:hover,
  .slider-large-custom .swiper-button-next:hover,
  .slider-large-custom .swiper-button-prev:hover {
    background-color: #c2a29a
  }

  .slider-large .swiper-button-next:hover .icon,
  .slider-large .swiper-button-prev:hover .icon,
  .slider-large-custom .swiper-button-next:hover .icon,
  .slider-large-custom .swiper-button-prev:hover .icon {
    color: #fff
  }

  .slider-collaborations .swiper-button-next:hover,
  .slider-collaborations .swiper-button-prev:hover,
  .slider-pro-production .swiper-button-next:hover,
  .slider-pro-production .swiper-button-prev:hover {
    background-color: #c2a29a
  }

  .slider-collaborations .swiper-button-next:hover .icon,
  .slider-collaborations .swiper-button-prev:hover .icon,
  .slider-pro-production .swiper-button-next:hover .icon,
  .slider-pro-production .swiper-button-prev:hover .icon {
    color: #fff
  }

  .pagination li.dots a:hover {
    border: none;
    color: #fff;
    background-color: #c2a29a
  }

  .pagination li.active a:hover {
    border: none;
    color: #fff
  }

  .pagination li.first-pager a:hover {
    color: #fff
  }

  .pagination li.first-pager a:hover .icon {
    color: #fff
  }

  .pagination li.last-pager a:hover {
    color: #fff
  }

  .pagination li.last-pager a:hover .icon {
    color: #fff
  }

  .pagination a:hover {
    color: #fff;
    border: 1px solid #c2a29a;
    background-color: #c2a29a
  }

  .pagination a:hover .icon {
    color: #fff
  }

  .header-nav a:hover {
    color: #880808
  }

  .header-nav a:hover::before {
    content: "";
    bottom: 0;
    width: 100%;
    background-color: #880808
  }

  .footer-nav a:hover {
    color: #880808
  }

  .search-submit:hover .icon {
    color: #880808
  }

  .player-wrapper:hover .play-button {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    -ms-transform: translate(-50%, -50%) scale(1.05);
    transform: translate(-50%, -50%) scale(1.05);
    opacity: 1
  }

  .player-wrapper:hover .play-button .icon {
    color: #880808;
    opacity: 1
  }

  .tags-list a:hover {
    color: #fff;
    border: 1px solid #c2a29a;
    background-color: #c2a29a
  }
}

@media (max-width:1650px) {
  :root {
    --header-height: 140px
  }
}

@media (max-width:1450px) {
  .button-large {
    padding: 15px 50px;
    height: 60px
  }

  .button-large .text {
    font-size: 26px
  }

  .card .card-info__text {
    font-size: 18px
  }

  .card.large .card-info__text {
    font-size: 26px
  }

  .slide-info__title {
    margin-bottom: 20px;
    font-size: 50px
  }

  .pagination li:first-child a {
    min-width: 60px
  }

  .pagination li:first-child a .icon {
    min-width: 10px
  }

  .pagination li:last-child a {
    min-width: 60px
  }

  .pagination li:last-child a .icon {
    min-width: 10px
  }

  .pagination li.first-pager a .icon {
    margin-right: 0
  }

  .pagination li.first-pager a {
    width: 60px !important;
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .pagination li.last-pager a .icon {
    margin-left: 0
  }

  .pagination li.last-pager a {
    width: 60px !important;
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .header-wrapper {
    height: 80px
  }

  .header-nav a {
    font-size: 18px
  }

  .main-logo {
    max-width: 200px
  }
}

@media (max-width:1200px) {
  .slide-body {
    padding-bottom: 470px
  }

  .slide-info__title {
    margin-bottom: 40px
  }

  .header-nav a {
    font-size: 18px
  }

  .main-logo {
    max-width: 180px
  }
}

@media (max-width:1024px) {

  .card .card-info__text {
    font-size: 20px
  }

  .card.large .card-info__text {
    font-size: 20px
  }

  .text-block h2,
  .text-block h3,
  .text-block h4,
  .text-block h5 {
    font-size: 24px;
  }

  .text-block p {
    font-size: 16px;
  }

  .text-block p strong {
    font-size: 16px;
  }

  :root {
    --header-height: 70px
  }

  .section {
    margin-bottom: 30px
  }

  .section.margin-none {
    margin-bottom: 0
  }

  .container {
    max-width: 100%;
    padding: 0 10px
  }

  .title {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 1.3
  }

  .for-desktop {
    display: none !important
  }

  .for-mobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }

  .button-large .text {
    font-size: 20px
  }

  .cards-wrapper {
    margin-bottom: 10px
  }

  .cards.two-columns {
    grid-gap: 10px
  }

  .cards.four-columns {
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-columns: 1fr 1fr
  }

  .cards.four-columns {
    grid-gap: 10px
  }

  .slide.custom .slide-info {
    right: auto !important;
    left: 0;
    width: 100%;
    max-width: none;
    -webkit-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important
  }

  .slide-info {
    right: auto !important;
    left: 0;
    width: 100%;
    max-width: none;
    -webkit-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
    padding: 0 10px
  }

  .slide-info__title {
    max-width: none
  }

  .slide-info__text {
    margin-bottom: 20px;
    font-size: 20px
  }

  .slider-large .swiper-button-next,
  .slider-large .swiper-button-prev,
  .slider-large-custom .swiper-button-next,
  .slider-large-custom .swiper-button-prev {
    display: none
  }

  .slider-collaborations .swiper-button-next,
  .slider-collaborations .swiper-button-prev,
  .slider-pro-production .swiper-button-next,
  .slider-pro-production .swiper-button-prev {
    display: none
  }

  .slider-collaborations .swiper,
  .slider-pro-production .swiper {
    margin: 0 -10px
  }

  .slider-collaborations .swiper-slide,
  .slider-pro-production .swiper-slide {
    max-width: 45%;
    margin-left: 10px
  }

  .slider-collaborations .swiper-slide:last-child,
  .slider-pro-production .swiper-slide:last-child {
    margin-right: 10px
  }

  .slider-collaborations .card-info__text,
  .slider-pro-production .card-info__text {
    max-width: 70%
  }

  .header-wrapper {
    height: 70px;
    padding: 0 10px
  }

  .header-nav {
    padding-top: 20px
  }

  .header-nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .header-nav li {
    margin-left: 20px;
    height: auto;
    width: calc(100% - 40px)
  }

  .header-nav li:last-child {
    margin-bottom: 0
  }

  .header-nav a {
    height: 60px;
    font-size: 24px
  }

  .burger {
    display: block
  }

  .burger-wrap {
    width: 24px;
    height: 24px;
    cursor: pointer
  }

  .burger-wrap span {
    top: calc(50% - 1.5px);
    left: 0;
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #1e1e1e;
    border-radius: 1.5px;
    -webkit-transition: background-color .2s ease, top .2s ease, bottom .2s ease, -webkit-transform .2s ease;
    transition: background-color .2s ease, top .2s ease, bottom .2s ease, -webkit-transform .2s ease;
    -o-transition: background-color .2s ease, transform .2s ease, top .2s ease, bottom .2s ease;
    transition: background-color .2s ease, transform .2s ease, top .2s ease, bottom .2s ease;
    transition: background-color .2s ease, transform .2s ease, top .2s ease, bottom .2s ease, -webkit-transform .2s ease
  }

  .burger-wrap span:first-child {
    top: 0
  }

  .burger-wrap span:last-child {
    top: auto;
    bottom: 0
  }

  .burger-menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    background: rgba(243, 246, 247, .3);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    -o-transition: transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease
  }

  .burger-menu.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }

  .burger-menu__wrapper {
    max-width: 325px;
    background-color: rgba(243, 246, 247, .9)
  }

  .burger-menu__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 70px;
    padding: 0 20px
  }

  .footer-wrapper {
    height: 245px;
    padding: 25px 0
  }

  .footer-nav ul {
    margin: 0 -12px
  }

  .footer-nav li {
    padding: 5px 12px
  }

  .search-wrapper {
    width: 300px
  }

  .play-button {
    width: 100px;
    height: 100px
  }

  .play-button .icon {
    width: 35px;
    height: auto
  }
}

@media (max-width:1000px) {
  .pagination li.first-pager a {
    font-size: 0
  }

  .pagination li.last-pager a {
    font-size: 0
  }
}

@media (max-width:767px) {
  .text-section {
    margin-top: 5px;
  }

  .text-block h2,
  .text-block h3,
  .text-block h4,
  .text-block h5 {
    margin-top: 15px;
  }

  .section-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 20px
  }

  .section-head .title {
    margin-bottom: 10px
  }

  .cards.two-columns {
    grid-template-columns: none;
    -ms-grid-columns: none
  }

  .cards.four-columns {
    grid-template-columns: none;
    -ms-grid-columns: none
  }

  .slider-collaborations .swiper-slide,
  .slider-pro-production .swiper-slide {
    max-width: 78%;
    margin-left: 10px
  }

  .slider-collaborations .swiper-slide:last-child,
  .slider-pro-production .swiper-slide:last-child {
    margin-right: 10px
  }

  .pagination {
    margin-top: 20px
  }

  .pagination li {
    display: none
  }

  .pagination li.active,
  .pagination li.first-pager,
  .pagination li.last-pager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .main-logo {
    max-width: 155px
  }

  .search {
    width: 100%
  }

  .search-wrapper {
    width: 100%
  }

  .player-wrapper {
    margin: 0 -10px;
    border-radius: 0
  }

  .player-info {
    margin-top: 20px
  }

  .player-info__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 10px
  }

  .player-info__title {
    font-size: 26px;
    line-height: 1
  }

  .player-info__text.custom {
    line-height: 1.2
  }

  .player-info__text {
    margin-bottom: 10px;
    line-height: 1.5
  }

  .play-button {
    width: 70px;
    height: 70px
  }

  .play-button .icon {
    width: 25px;
    height: auto
  }
}