.share > div {
    display: inline-flex;
    margin-top: 1px;
}

.share {
    display: flex;
}

.share .vk {
    margin: 0 0 0 5px;
}

.comments {
    margin-top: 10px;
}

.social {
    margin-top: 20px;
}

.stock-toolbar {
    background-color: #e3eef8;
    font-size: 14px;
    padding: 40px 40px 40px 35px;
}

.stock-toolbar .button {
    margin-right: 0;
}

.stock-toolbar button {
    position: relative;
    height: 43px;
    width: 100px;
    line-height: 43px;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
    font-family: 'Ubuntu-Bold', sans-serif;
    background-color: #0abfdc;
    color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.stock-toolbar button:hover {
    opacity: 0.8;
}

.stock-toolbar button:active {
    top: 3px;
}

.stock-toolbar .filter-range > label > label {
    position: relative;
    display: inline-block;
    height: 45px;
    margin-right: 10px;
}

.stock-toolbar .filter-range label input {
    margin-right: 0;
}

.stock-toolbar .filter-range label label span {
    display: inline-block;
    width: 8px;
}

.player a.showman {
    color: #b3b3b3;
}

.slide-inner-text .blue {
    color: #1aa1e0;
}

.track-list > ul li .artist-bl .artist-title {
    display: flex;
    white-space: normal;
    text-overflow: clip;
    padding-right: 110px;
}

.track-list > ul li .artist-bl .artist-title .artist-name {white-space: nowrap;}

.track-list > ul li .artist-bl .artist-title .artist-song {
    min-width: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

@media screen and (max-width: 995px) {
    .stock-toolbar{

        display: block;
        width: auto;
        height: auto;
        padding: 35px 30px 40px 30px;
        margin: 0 20px 0 0;
    }
    .stock-toolbar .filter-range > label > label {

    }
}


@media screen and (max-width: 768px) {
    .stock-toolbar{
        margin-right: 0;
    }
    .stock-toolbar .filter-range > label > label {
        margin-top: 10px;
    }

    .track-list > ul li .artist-bl .artist-title{
        padding-right: 0;
    }

}


@media screen and (max-width: 678px) {
    .main-popup {
        padding-bottom: 70px;
    }
}

@media screen and (max-width: 430px) {
    .slider-wr .social ul li a.ok span i {
        background-size: 27px;
    }
}

.slider-wr .social ul li a.instagram span i {
    background-image: url('/assets/i/social-instagram.png');
}

.footer-main .fm-inner .fm-social a.instagram {
    background-image: url('/assets/i/fm-social-instagram.png');
}

.bottom-sec .track-list > ul li:has(>.play) {
    height: 125px;
}

.b-progress {
    width: 100%;
    height: 4px;
    background-color: #d6d6d6;
    border-radius: 4px;
    position: relative;
    display: block;
    bottom: -14px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: .25s opacity, .25s visibility;
    cursor: pointer;
    z-index: 1;
}
.play ~ .b-progress {
    opacity: 1;
    visibility: visible;
    margin: 25px 0;
}
@media (max-width: 768px) {
    .bottom-sec .track-list > ul li {
        height: 108px;
        margin-bottom: 15px;
    }
    .play ~ .b-progress {
        margin: 33px 0;
    }
}
.play .b-progress {
    opacity: 1;
    visibility: visible;
    margin: 20px 0;
}
.b-progress__line {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-radius: 4px;
    background-color: #EC0B43;
}
.b-progress__time {
    position: absolute;
    right: 0;
    bottom: 12px;
    font-size: 100%;
    color: #393939;
}
.b-progress__time-bottom {
    position: absolute;
    left: 0;
    top: 12px;
    font-size: 100%;
    display: block;
    color: #393939;
}


.feedback-popup label span a,
.standart-popup-form label span a {
    font-family: 'Ubuntu-Bold', sans-serif;
    text-decoration: underline;
}
.feedback-popup label input[type="checkbox"],
.standart-popup-form label input[type="checkbox"] {
  width: 25px;
  height: 25px;
  cursor: pointer;
  min-width: auto;
  max-width: none;
  flex-grow: 0;
  -webkit-appearance: none;
  appearance: none;
  background-color: #ffffff;
  border: 1px solid #9a9590;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  transition: background-color .15s ease, border-color .15s ease, box-shadow .15s ease;
}
.feedback-popup label input[type="checkbox"]::after,
.standart-popup-form label input[type="checkbox"]::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  top: 49%;
  left: 50%;
  transform: translate(-50%, -60%) rotate(45deg);
  opacity: 0;
  transition: opacity .15s ease;
}
.feedback-popup label input[type="checkbox"]:checked,
.standart-popup-form label input[type="checkbox"]:checked {
  background-color: #0abfdc;
  border-color: #0abfdc;
}
.feedback-popup label input[type="checkbox"]:checked::after,
.standart-popup-form label input[type="checkbox"]:checked::after {
  opacity: 1;
}
.feedback-popup label input[type="checkbox"]:focus-visible,
.standart-popup-form label input[type="checkbox"]:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(26, 161, 224, 0.35);
}
.feedback-popup label input[type="checkbox"]:disabled,
.standart-popup-form label input[type="checkbox"]:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}


.page-main-title_h {
    display: none;
}

.p-404-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 40px 0 100px 0;
    gap: 40px;
}

@media screen and (max-width: 768px) {
    .p-404-container {
        flex-direction: column;
    }
}

.p-404-text h1 {
    width: 100%;
    margin-top: 65px;
    padding-bottom: 10px;
    font-size: 3rem;
    line-height: 1.3;
    box-sizing: border-box;
}

.p-404-text p {
    width: 100%;
    padding-bottom: 30px;
    font-size: 18px;
    box-sizing: border-box;
    color: #999;
}

.p-404-button {
    display: inline-block;
    position: relative;
    height: 43px;
    width: 185px;
    line-height: 43px;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
    font-family: 'Ubuntu-Bold', sans-serif;
    background-color: #77CCF1;
    color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.breadcrumbs span[itemprop="name"] {
    position: relative;
    display: inline-block;
    margin-right: 5px;
    padding-left: 27px;
    float: left;
    font-size: 14px;
    background-image: url(../i/breadcrumbs-ico.png);
    background-position: left center;
    background-repeat: no-repeat;
    color: #898077;
    box-sizing: border-box;
}

.breadcrumbs a[itemprop="name"] {
    position: relative;
    display: inline-block;
    margin-right: 12px;
    padding-left: 27px !important;
    float: left;
    font-size: 14px;
    background-image: url(../i/breadcrumbs-ico.png) !important;
    background-position: left center;
    background-repeat: no-repeat;
    color: #898077;
    box-sizing: border-box;
}

.breadcrumbs .breadcrumbs-first,
.breadcrumbs .breadcrumbs-first span {
    background-image: none !important;
    padding-left: 0 !important;
}

footer .markup-block {
    display: none;
}

.empty-list-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    margin-left: 30px;
    gap: 100px;
}

.empty-list-title {
    font-size: 18px;
    font-weight: 700;
    color: #EC0B43;
    margin-bottom: 10px;
}

.empty-list-description {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}

.empty-list-text {
    font-size: 14px;
    color: #898077;
}

.empty-list-text:last-child {
    margin-top: 20px;
}

@media screen and (max-width: 768px) {
    .empty-list-container {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 60px;
        margin-left: 0;
    }
}

.inner-main ~ .bottom-sec {
    margin-top: 0;
}

.hdr-top nav ul li.lang-switcher a {
    color: #1aa1e0;
    font-size: 24px;
}

.hdr-top nav ul li.lang-switcher span {
    display: block;
    height: 100%;
    width: 100%;
    padding: 0 15px;
    font-size: 24px;
    box-sizing: border-box;
    color: #f095be;
    font-weight: 700;
}

@media (max-width: 1089px) {
    .hdr-top nav ul li.lang-switcher span {
        padding: 0 11px;
    }
}