html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@font-face {
  font-family: "Bebas Neue";
  src:
    url(../webfonts/BebasNeueBold/BebasNeueBold.eot?#iefix)
      format("embedded-opentype"),
    url(../webfonts/BebasNeueBold/BebasNeueBold.otf) format("opentype"),
    url(../webfonts/BebasNeueBold/BebasNeueBold.woff) format("woff"),
    url(../webfonts/BebasNeueBold/BebasNeueBold.ttf) format("truetype"),
    url(../webfonts/BebasNeueBold/BebasNeueBold.svg#BebasNeueBold) format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ProximaNova";
  src:
    url(../webfonts/ProximaNova-Regular.eot?#iefix) format("embedded-opentype"),
    url(../webfonts/ProximaNova-Regular.otf) format("opentype"),
    url(../webfonts/ProximaNova-Regular.woff) format("woff"),
    url(../webfonts/ProximaNova-Regular.ttf) format("truetype"),
    url(../webfonts/ProximaNova-Regular.svg#ProximaNova-Regular) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ProximaNova";
  src:
    url(../webfonts/ProximaNova-Semibold.eot?#iefix) format("embedded-opentype"),
    url(../webfonts/ProximaNova-Semibold.otf) format("opentype"),
    url(../webfonts/ProximaNova-Semibold.woff) format("woff"),
    url(../webfonts/ProximaNova-Semibold.ttf) format("truetype"),
    url(../webfonts/ProximaNova-Semibold.svg#ProximaNova-Semibold) format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ProximaNova";
  src:
    url(../webfonts/ProximaNova-Bold.eot?#iefix) format("embedded-opentype"),
    url(../webfonts/ProximaNova-Bold.otf) format("opentype"),
    url(../webfonts/ProximaNova-Bold.woff) format("woff"),
    url(../webfonts/ProximaNova-Bold.ttf) format("truetype"),
    url(../webfonts/ProximaNova-Bold.svg#ProximaNova-Bold) format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #56ccf2;
  text-shadow: none;
}
::selection {
  background: #56ccf2;
  text-shadow: none;
}
:focus {
  outline: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
input,
textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body, html {
  font: 16px ProximaNova, Helvetica, Helvetica Neue, Arial;
  cursor: default;
  font-weight: 400;
  letter-spacing: -0.4px;
  overflow: auto;  /* Default: allow scrolling and pull-to-refresh */
}

/* Only when installed as PWA (standalone mode), disable pull-to-refresh */
@media all and (display-mode: standalone) {
  body, html {
    overflow: hidden;  /* App-like behavior when installed */
  }
}
.g_wrp {
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  z-index: 0;
}
._flex_fs_c,
.header,
.header__user,
.header__user_pop,
.s_text__info,
.footer,
.footer__volume,
.menu__now_txt,
.menu__panel a,
.rating__table thead tr,
.playlist__table thead tr,
.rating__table thead th,
.playlist__table thead th,
.rating__head_wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header {
  padding: 28px 28px 28px 30px;
  width: 100%;
  position: relative;
  z-index: 555;
  pointer-events: none;
}
.main_wrp {
  width: 100%;
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  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-transition: -webkit-transform 0.375s;
  transition: -webkit-transform 0.375s;
  transition: transform 0.375s;
  transition:
    transform 0.375s,
    -webkit-transform 0.375s;
}
.ok_checkmark:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.menu__filter::-webkit-scrollbar-thumb {
  background: transparent !important;
}
.s_text {
  max-width: 1135px;
  margin-top: auto;
  padding-top: 9vh;
  width: 100%;
}
._flex_fs_c,
.header,
.header__user,
.header__user_pop,
.s_text__info,
.footer,
.footer__volume,
.menu__now_txt,
.menu__panel a,
.rating__table thead tr,
.playlist__table thead tr,
.rating__table thead th,
.playlist__table thead th,
.rating__head_wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.s_btns {
  margin-top: auto;
  margin-bottom: 10vh;
  -webkit-transition: -webkit-transform 0.375s;
  transition: -webkit-transform 0.375s;
  transition: transform 0.375s;
  transition:
    transform 0.375s,
    -webkit-transform 0.375s;
  flex-wrap: wrap;
}
.footer {
  padding: 0 32px;
  width: 100%;
}
.copyright {
  position: relative;
  top: -15px;
  text-decoration: underline;
  cursor: pointer;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition:
    opacity 0.45s,
    visibility 0.6s;
  transition:
    opacity 0.45s,
    visibility 0.6s;
}
.overlay._visible {
  visibility: visible;
  opacity: 0.6;
  pointer-events: all;
  -webkit-transform: none;
  transform: none;
}
.header__logo {
  pointer-events: all;
  position: relative;
  transition: all 0.2s;
}
.header .header__login {
  margin-left: auto;
  pointer-events: all;
  font-size: 0.88em;
  font-weight: 700;
  color: #fff;
  width: 177px;
  height: 40px;
  border-radius: 1px;
  cursor: pointer;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
  border-radius: 1px;
  display: flex;
  justify-content: space-between;
  padding: 0 24px;
}
.s_text h1 {
  font-size: 52px;
  font-weight: 700;
  letter-spacing: -1.5px;
  color: #fff;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.s_text__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 0.7em;
}
.s_btns .s_text__tags {
  width: 100%;
  justify-content: center;
  margin-bottom: 40px;
}
.s_btns .s_text__tags a {
  font-size: 20px;
  line-height: 23px;
  display: flex;
  align-items: center;
  letter-spacing: -0.4px;
  color: #fff;
  padding: 5px 20px;
  margin: 0 10px;
  margin-bottom: 8px;
  border-radius: 8px;
  position: relative;
  z-index: 0;
  width: auto;
  height: auto;
}
.s_text__tags .orange {
  background: linear-gradient(180deg, #f2994a 0%, #f07f1a 100%);
}
.s_text__tags .fiolet {
  background: linear-gradient(180deg, #9b51e0 0%, #8933da 100%);
}
.s_text__tags .green {
  background: #6fcf97;
}
.s_text__tags .bluesky {
  background: #56ccf2;
}
.s_text__tags a:after {
  opacity: 0;
  filter: blur(15px);
  border-radius: 8px;
  left: -2px;
  right: -2px;
  top: 40%;
  height: 38px;
  content: "";
  position: absolute;
  top: 50%;
  transition: all 0.3s ease;
  z-index: -1;
}
.s_text__tags .orange:after {
  background: linear-gradient(180deg, #f2994a 0%, #f07f1a 100%);
}
.s_text__tags .fiolet:after {
  background: #9b51e0;
}
.s_text__tags .green:after {
  background: #6fcf97;
}
.s_text__tags .bluesky:after {
  background: #56ccf2;
}
.s_btns > a {
  width: 56px;
  height: 56px;
  background-color: #fff;
  border-radius: 50%;
  margin-left: 15px;
  margin-right: 15px;
  border: 2px solid #fff;
  position: relative;
  cursor: pointer;
}
.g_wrp__img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -2;
  -webkit-transition: opacity 0.6s ease, visibility 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, visibility 0.6s ease, transform 0.6s ease;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.menu,
.playlist,
.popup,
.rating,
.s_text__info_tooltip,
.s_text__tags small,
.s_btns > a small,
.hide {
  opacity: 0;
}
.header__logo span {
  position: absolute;
  top: 100%;
  margin-top: 3px;
  left: 100%;
  white-space: nowrap;
  color: #56ccf2;
  -webkit-transition: 0.15s;
  transition: 0.15s;
  -webkit-transform: translateX(-96%) translateY(-15px);
  transform: translateX(-96%) translateY(-15px);
  opacity: 0;
  pointer-events: none;
}
.g_wrp:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -1;
}
.g_wrp__img._current {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
  transform: none;
}
.header .header__login:after {
  content: "";
  position: absolute;
  background: #504961;
  height: 20px;
  width: 1px;
  left: 48%;
  top: 10px;
}
.s_text__info_now p {
  font-size: 0.88em;
  font-weight: 400 !important;
  color: #fff;
}
._flex_sb_fe,
.s_text__info_ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.s_text__info_ico {
  margin-right: 10px;
  width: 18px;
  margin-bottom: 5px;
  min-height: 20px;
}
.s_text__info_num {
  color: #fff;
  font-size: 0.88em;
  font-weight: 700;
  padding: 4px 19px;
  position: relative;
  cursor: pointer;
}

.s_text__info_num:hover {
  color: #75d0a4;
}

._flex_c_c,
.header__login,
.s_btns,
.s_btns a,
.popup_user__head_item,
.popup_login__head_item,
.popup_lalamba h2,
.popup_like h2,
.popup_likeLimit h2,
.popup_ua h2,
.popup_about h2,
.popup_privacy_policy h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 1199.5px) {
  .s_text {
    padding-left: 30px;
  }
  .rating__table th.t_rank,
  .rating__table td.t_rank,
  .playlist__table th.t_rank,
  .playlist__table td.t_rank {
    padding-right: 0 !important;
  }
}
@media only screen and (max-width: 768.5px) {
  .s_text h1 {
    font-size: 38px;
  }
  .footer {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header {
    padding: 15px;
  }
  .header__hamb {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 480.5px) {
  .s_text h1 {
    font-size: 32px;
  }
  .s_btns a {
    width: 44px;
    height: 44px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .header__hamb {
    margin-right: 10px;
  }
}
@media (max-width: 540px) {
  .s_btns .s_text__tags a {
    font-size: 14px;
    margin: 0 5px;
    padding: 5px 12px;
  }
  .s_btns .s_text__tags {
    margin-bottom: 25px;
    margin-top: 0;
  }
}
@media (max-width: 630px) {
  .s_btns {
    margin-bottom: 3vh;
  }
  .copyright {
    display: none;
  }
}
.copyright a {
  color: #fff;
  font-size: 12px;
  color: #fff;
  font-size: 12px;
}
._flex_fs_c,
.header,
.header__user,
.header__user_pop,
.s_text__info,
.footer,
.footer__volume,
.menu__now_txt,
.menu__panel a,
.rating__table thead tr,
.playlist__table thead tr,
.rating__table thead th,
.playlist__table thead th,
.rating__head_wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer__volume.footer__event_helper {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.footer__volume_range {
  min-width: 100px;
  margin-top: 2px;
  margin-left: 15px;
}
.footer__social {
  padding: 13px 20px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.footer__social svg {
  width: 30px;
}
.footer__event_helper {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.g_preloader {
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 99999;
  -webkit-transition: 1.35s;
  transition: 1.35s;
  background-color: #141414;
  background-image: url(../img/preloader.webm);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 130px;
}
._active {
  opacity: 1 !important;
}
.s_text__tags small,
.s_btns > a small {
  position: absolute;
  top: -20px;
  font-size: 0.8em;
  opacity: 0;
  -webkit-transform: translateY(20px) translateZ(0);
  transform: translateY(20px) translateZ(0);
  color: #56ccf2;
  -webkit-transition:
    opacity 0.15s,
    -webkit-transform 0.3s;
  transition:
    opacity 0.15s,
    -webkit-transform 0.3s;
  transition:
    transform 0.3s,
    opacity 0.15s;
  transition:
    transform 0.3s,
    opacity 0.15s,
    -webkit-transform 0.3s;
  white-space: nowrap;
}
.s_text h1 span {
  font-size: 1.38rem;
  font-weight: 400;
  display: block;
  letter-spacing: -0.6px;
}
.s_text h1 small {
  font-size: 17px;
  top: 50%;
  margin-top: -1.11rem;
  right: -5.5rem;
  color: #56ccf2;
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
  font-weight: bold;
  opacity: 0;
  -webkit-transition:
    opacity 0.15s,
    -webkit-transform 0.3s;
  transition:
    opacity 0.15s,
    -webkit-transform 0.3s;
  transition:
    transform 0.3s,
    opacity 0.15s;
  transition:
    transform 0.3s,
    opacity 0.15s,
    -webkit-transform 0.3s;
}
.menu {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 325px;
  background-color: #0b0026;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
  -webkit-transition: 0.225s;
  transition: 0.225s;
  align-items: center;
}
.rating,
.playlist {
  background-color: #485465;
  position: absolute;
  z-index: 5;
  right: 0;
  height: 100%;
  top: 0;
  display: none;
}
.rangeslider__handle {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  background: #fff;
  border: 2px solid #47b877;
  cursor: pointer;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  top: 1px !important;
  background-size: 100%;
}
.rangeslider__handle:active {
  background-size: 100%;
  background-image: -webkit-linear-gradient(
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0.12)
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.1)),
    to(rgba(0, 0, 0, 0.12))
  );
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
}
.rangeslider--horizontal .rangeslider__handle {
  top: -10px;
  touch-action: pan-y;
  -ms-touch-action: pan-y;
}
.rangeslider--vertical .rangeslider__handle {
  left: -10px;
  touch-action: pan-x;
  -ms-touch-action: pan-x;
}
input[type="range"]:focus + .rangeslider .rangeslider__handle {
  box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
}
.rangeslider--horizontal {
  height: 18px;
  width: 100%;
  border-radius: 1px;
  position: relative;
}
.header .header__hamb {
  position: absolute;
  display: none;
}
.footer__volume i path {
  fill: #fff;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
.header__user_name {
  margin-right: 19px;
  font-size: 0.88em;
  font-weight: 700;
  color: #fff;
  margin-left: 10px;
}
.footer__volume {
  overflow: hidden;
  width: 29px;
}
.s_btns a._outline {
  border: none;
  background-color: transparent;
}
._flex_fs_fe,
.s_text__info_now {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.s_text__info_now {
  margin-top: -4px;
  margin-right: 20px;
}
.s_text__info_num {
  color: #fff;
  font-size: 0.88em;
  font-weight: 700;
  padding: 4px 19px;
  position: relative;
  cursor: pointer;
}
.s_text__info_numLeft {
  position: absolute;
  width: 3px;
  height: 100%;
  border-radius: 3px;
  left: 0;
  top: 0;
}
.s_text__info_tooltip {
  position: absolute;
  bottom: 115%;
  left: -37px;
  text-align: center;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  font-weight: 400;
  opacity: 0;
  min-width: 218px;
  pointer-events: none;
  -webkit-transition:
    opacity 0.15s,
    -webkit-transform 0.3s;
  transition:
    opacity 0.15s,
    -webkit-transform 0.3s;
  transition:
    transform 0.3s,
    opacity 0.15s;
  transition:
    transform 0.3s,
    opacity 0.15s,
    -webkit-transform 0.3s;
  border-radius: 8px;
  padding: 12px 10px 10px;
  background: rgba(36, 45, 57, 0.2);
  box-shadow: 0 2px 6px rgba(11, 0, 38, 0.2);
  border-radius: 2px;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.4px;
  color: #fff;
}
.footer__social a:not(:last-of-type) {
  margin-right: 20px;
}
.hide {
  display: none !important;
}
a {
  text-decoration: none;
}
.header__user {
  margin-left: auto;
  cursor: pointer;
  pointer-events: all;
  height: 43px;
}
img.helpIcon {
  height: 30px;
  margin-right: 5px;
  cursor: pointer;
}

.showHelp circle {
  -webkit-transition: stroke 0.5s ease-in-out !important;
  -moz-transition: stroke 0.5s ease-in-out !important;
  -ms-transition: stroke 0.5s ease-in-out !important;
  -o-transition: stroke 0.5s ease-in-out !important;
  transition: stroke 0.5s ease-in-out !important;
}
.showHelp text {
  -webkit-transition: fill 0.5s ease-in-out !important;
  -moz-transition: fill 0.5s ease-in-out !important;
  -ms-transition: fill 0.5s ease-in-out !important;
  -o-transition: fill 0.5s ease-in-out !important;
  transition: fill 0.5s ease-in-out !important;
}

.showHelp.glow circle {
  stroke: #75d0a4;
}

.showHelp.glow text {
  fill: #75d0a4;
}

._close_pop_help {
  position: absolute;
  top: 0;
  right: -30px;
  color: #f2994a;
  font-size: 34px;
  line-height: 0.6;
  font-weight: 700;
  cursor: pointer;
  opacity: 1;
}

.popup ._close_pop_help:hover {
  color: #75d0a4;
  opacity: 1;
}

@media only screen and (max-width: 480.5px) {
  ._close_pop_help {
    top: 6px;
    right: 6px;
    z-index: 99;
    color: #f2994a;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 768.5px) {
  ._close_pop_help {
    font-size: 48px;
    color: #f2994a;
    margin-top: 15px;
  }
}

.footer_volume_flex {
  display: flex;
}

.footer__social_flex {
  display: flex;
}

.footer_fulscreen_flex {
  display: flex;
  width: 100%;
}

@media (max-width: 540px) {
  .footer_volume_flex {
    display: flex;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .footer__social_flex {
    display: flex;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 0 !important;
    align-items: center;
    justify-content: center;
  }

  .footer_fulscreen_flex {
    display: flex;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
