

/* Start:/local/templates/folk/components/bitrix/catalog/bs5/style.css?1708781840853*/
.grid {}

.grid .bx_content_section { margin-bottom: 15px; }

.grid .bx_sidebar { margin-bottom: 15px; }

/* grid2x1 */
.grid2x1 {}

.grid2x1 .bx_content_section {
	float: left;
	width: 66%;
	margin-bottom: 15px;
}

.grid2x1 .bx_sidebar {
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	box-sizing: border-box;
}

@media (max-width: 960px) {
	.grid2x1 .bx_sidebar { padding-left: 4%; }
}

@media (max-width: 640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar {
		width: 100%;
		float: none;
	}

	.grid2x1 .bx_sidebar { padding-left: 3%; }
}

@media (max-width: 479px) {
	.grid2x1 .bx_sidebar { padding-left: 1%; }
}

.catalog-block-header {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin: 5px 0;
	padding: 5px 0;
	border-bottom: 2px solid #d9dee6;
	border-bottom-color: var(--primary);
	color: #000;
}

/* End */


/* Start:/local/templates/folk/components/bitrix/catalog.element/bs5_fund/style.css?17141589631281*/
#detailTabContent i{
    font-style: revert;
}

.objects-element .nav-underline{
    --bs-nav-underline-border-width: 0.225rem!important;
}
.objects-element .article-text p{
    margin-bottom: .3rem!important;
}

.slick-arrow::before{
    color: #2D2755!important;
}
.slick-dots li button:before{
    content: '\2022'!important;
    color: #2D2755!important;
}
.slick-dots li.slick-active button:before{
    color: #2D2755!important;
}
.slick-prev:before{
    content: '\2190'!important;
}
.slick-next:before{
    content: '\2192'!important;
}


.copy-button {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

.tip {
    background-color: #263646;
    padding: 0 14px;
    line-height: 27px;
    position: absolute;
    border-radius: 4px;
    z-index: 100;
    color: #fff;
    font-size: 12px;
    animation-name: tip;
    animation-duration: .6s;
    animation-fill-mode: both
}

.tip:before {
    content: "";
    background-color: #263646;
    height: 10px;
    width: 10px;
    display: block;
    position: absolute;
    transform: rotate(45deg);
    top: -4px;
    left: 17px
}

#copied_tip {
    animation-name: come_and_leave;
    animation-duration: 1s;
    animation-fill-mode: both;
    bottom: -35px;
    left: 2px
}

/* End */


/* Start:/local/js/fv/audiopl/amplitudejs/css/app.css?170835764321317*/
.amplitude-playlist .amplitude-active-song-container {
    z-index: 2;
!important;
    color: #2B317C !important;
    background-color: #E7F5FA !important;
    border-color: #E7F5FA !important;
}
.amplitude-playlist .amplitude-song-container.amplitude-paused .icon-play,
.amplitude-playlist .amplitude-song-container .icon-play {
    display: block;
}

.amplitude-playlist .amplitude-active-song-container .icon-play {
    display: none;
}

.amplitude-playlist .amplitude-song-container .icon-pause {
    display: none;
}

.amplitude-playlist .amplitude-active-song-container.amplitude-playing .icon-pause {
    display: block;
}

.amplitude-playlist .list-group-item-transparent {
    --bs-list-group-bg: #fff0 !important;
    cursor: pointer;
}

    /*
      1. Base
    */
    /*
      2. Components
    */
div#amplitude-player {
    /*background: #FFFFFF;
    box-shadow: 0 2px 12px 8px rgba(0, 0, 0, 0.1);
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    max-width: 900px;*/
}

/* Small only */
@media screen and (max-width: 39.9375em) {
    div#amplitude-player {
        flex-direction: column;
    }
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    div#amplitude-player {
        max-height: 715px;
    }
}

/* Large and up */
@media screen and (min-width: 64em) {
    div#amplitude-player {
        max-height: 715px;
    }
}

div#amplitude-left {
    padding: 0px;
  /*border-right: 1px solid #CFD8DC;
  width: 50%;*/
    display: flex;
    flex-direction: column;
}

div#amplitude-left img {
  width: 112px;
    /*width: 100%;*/
}

div#amplitude-left div#player-left-bottom {
    flex: 1;
    background-color: #F1F1F1;
    padding: 20px 10px;
}

div#amplitude-left div#player-left-bottom div#volume-container:after {
    content: "";
    display: table;
    clear: both;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
    div#amplitude-player div#amplitude-left {
        width: 100%;
    }

    div#amplitude-player div#amplitude-left img[amplitude-song-info="cover_art_url"] {
        width: auto;
        height: auto;
    }
}

div#amplitude-right {
    padding: 0px;
    overflow-y: scroll;
    width: 50%;
    display: flex;
    flex-direction: column;
}

div#amplitude-right div.song {
    cursor: pointer;
    padding: 10px;
}

div#amplitude-right div.song div.song-now-playing-icon-container {
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

div#amplitude-right div.song div.song-now-playing-icon-container img.now-playing {
    display: none;
    margin-top: 15px;
}

div#amplitude-right div.song div.play-button-container {
    display: none;
    background: url("/local/js/fv/audiopl/amplitudejs/css/../img/list-play-light.png") no-repeat;
    width: 22px;
    height: 22px;
    margin-top: 10px;
}

div#amplitude-right div.song div.play-button-container:hover {
    background: url("/local/js/fv/audiopl/amplitudejs/css/../img/list-play-hover.png") no-repeat;
}


div#amplitude-right div.song.amplitude-active-song-container div.song-now-playing-icon-container img.now-playing {
    display: block;
}

div#amplitude-right div.song.amplitude-active-song-container:hover div.play-button-container {
    display: none;
}


div#amplitude-right div.song div.song-meta-data {
    float: left;
    width: calc(100% - 110px);
}

div#amplitude-right div.song div.song-meta-data span.song-title {
    color: #272726;
    font-size: 16px;
    display: block;
    font-weight: 300;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

div#amplitude-right div.song div.song-meta-data span.song-artist {
    color: #607D8B;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

div#amplitude-right div.song img.bandcamp-grey {
    float: left;
    display: block;
    margin-top: 10px;
}

div#amplitude-right div.song img.bandcamp-white {
    float: left;
    display: none;
    margin-top: 10px;
}

div#amplitude-right div.song span.song-duration {
    float: left;
    width: 55px;
    text-align: center;
    line-height: 45px;
    color: #607D8B;
    font-size: 16px;
    font-weight: 500;
}

div#amplitude-right div.song:after {
    content: "";
    display: table;
    clear: both;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
    div#amplitude-player div#amplitude-right {
        width: 100%;
    }
}

div#progress-container {
    width: 70%;
    float: left;
    position: relative;
    height: 20px;
    cursor: pointer;
    /*
      IE 11
    */
}

div#progress-container:hover input[type=range].amplitude-song-slider::-webkit-slider-thumb {
    display: block;
}

div#progress-container:hover input[type=range].amplitude-song-slider::-moz-range-thumb {
    visibility: visible;
}

div#progress-container progress#song-played-progress {
    width: 100%;
    position: absolute;
    left: 0;
    top: 6px;
    right: 0;
    width: 100%;
    z-index: 60;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 8px;
    border-radius: 10px;
    background: transparent;
    border: none;
    /* Needed for Firefox */
}

@media all and (-ms-high-contrast: none) {
    div#progress-container *::-ms-backdrop, div#progress-container progress#song-played-progress {
        color: #2B317C;
        border: none;
        background-color: #CFD8DC;
    }
}

@supports (-ms-ime-align: auto) {
    div#progress-container progress#song-played-progress {
        color: #2B317C;
        border: none;
    }
}

div#progress-container progress#song-played-progress[value]::-webkit-progress-bar {
    background: none;
    border-radius: 5px;
}

div#progress-container progress#song-played-progress[value]::-webkit-progress-value {
    background-color: #2B317C;
    border-radius: 5px;
}

div#progress-container progress#song-played-progress::-moz-progress-bar {
    background: none;
    border-radius: 5px;
    background-color: #2B317C;
    height: 5px;
    margin-top: -2px;
}

div#progress-container progress#song-buffered-progress {
    position: absolute;
    left: 0;
    top: 6px;
    right: 0;
    width: 100%;
    z-index: 10;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 8px;
    border-radius: 10px;
    background: transparent;
    border: none;
    background-color: #D7DEE3;
}

div#progress-container progress#song-buffered-progress[value]::-webkit-progress-bar {
    background-color: #B4CFD7;
    border-radius: 10px;
}

div#progress-container progress#song-buffered-progress[value]::-webkit-progress-value {
    background-color: #95c5d3;
    border-radius: 10px;
    transition: width .1s ease;
}

div#progress-container progress#song-buffered-progress::-moz-progress-bar {
    background: none;
    border-radius: 5px;
    background-color: #78909C;
    height: 5px;
    margin-top: -2px;
}

div#progress-container progress::-ms-fill {
    border: none;
}

@-moz-document url-prefix() {
    div#progress-container progress#song-buffered-progress {
        top: 9px;
        border: none;
    }
}

@media all and (-ms-high-contrast: none) {
    div#progress-container *::-ms-backdrop, div#progress-container progress#song-buffered-progress {
        color: #78909C;
        border: none;
    }
}

@supports (-ms-ime-align: auto) {
    div#progress-container progress#song-buffered-progress {
        color: #78909C;
        border: none;
    }
}

div#progress-container input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    margin: 7.5px 0;
    position: absolute;
    z-index: 9999;
    top: -7px;
    height: 20px;
    cursor: pointer;
    background-color: inherit;
}

div#progress-container input[type=range]:focus {
    outline: none;
}


div#progress-container input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 0px;
    cursor: pointer;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
    background: #0075a9;
    border-radius: 0px;
    border: 0px solid #010101;
}

div#progress-container input[type=range]::-webkit-slider-thumb {
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    border: 0px solid #2B317C;
    height: 8px;
    width: 10px;
    border-radius: 10px;
    background: #2B317C;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -4.5px;
    margin-left: -4px;
}



div#progress-container input[type=range]:focus::-webkit-slider-runnable-track {
    background: #2B317C;
}

div#progress-container input[type=range]::-moz-range-track {
    width: 100%;
    height: 0px;
    cursor: pointer;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
    background: #0075a9;
    border-radius: 0px;
    border: 0px solid #010101;
}

div#progress-container input[type=range]::-moz-range-thumb {
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    border: 1px solid #2B317C;
    height: 15px;
    width: 15px;
    border-radius: 16px;
    background: #2B317C;
    cursor: pointer;
}

div#progress-container input[type=range]::-ms-track {
    width: 100%;
    height: 0px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

div#progress-container input[type=range]::-ms-fill-lower {
    background: #003d57;
    border: 0px solid #010101;
    border-radius: 0px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
}

div#progress-container input[type=range]::-ms-fill-upper {
    background: #0075a9;
    border: 0px solid #010101;
    border-radius: 0px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
}

div#progress-container input[type=range]::-ms-thumb {
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    border: 1px solid #2B317C;
    height: 15px;
    width: 15px;
    border-radius: 16px;
    background: #2B317C;
    cursor: pointer;
    height: 0px;
    display: block;
}

@media all and (-ms-high-contrast: none) {
    div#progress-container *::-ms-backdrop, div#progress-container input[type="range"].amplitude-song-slider {
        padding: 0px;
    }

    div#progress-container *::-ms-backdrop, div#progress-container input[type=range].amplitude-song-slider::-ms-thumb {
        height: 15px;
        width: 15px;
        border-radius: 10px;
        cursor: pointer;
        margin-top: -8px;
    }

    div#progress-container *::-ms-backdrop, div#progress-container input[type=range].amplitude-song-slider::-ms-track {
        border-width: 15px 0;
        border-color: transparent;
    }

    div#progress-container *::-ms-backdrop, div#progress-container input[type=range].amplitude-song-slider::-ms-fill-lower {
        background: #CFD8DC;
        border-radius: 10px;
    }

    div#progress-container *::-ms-backdrop, div#progress-container input[type=range].amplitude-song-slider::-ms-fill-upper {
        background: #CFD8DC;
        border-radius: 10px;
    }
}

@supports (-ms-ime-align: auto) {
    div#progress-container input[type=range].amplitude-song-slider::-ms-thumb {
        height: 15px;
        width: 15px;
        margin-top: 3px;
    }
}

div#progress-container input[type=range]:focus::-ms-fill-lower {
    background: #2B317C;
}

div#progress-container input[type=range]:focus::-ms-fill-upper {
    background: #2B317C;
}

div#control-container {
    margin-top: 25px;
    margin-top: 20px;
}

div#control-container div#repeat-container {
    width: 25%;
    float: left;
    padding-top: 20px;
}

div#control-container div#repeat-container div#repeat {
    width: 24px;
    height: 19px;
    cursor: pointer;
}

div#control-container div#repeat-container div#repeat.amplitude-repeat-off {
    background: url("/local/js/fv/audiopl/amplitudejs/css/../img/repeat-off.svg");
}

div#control-container div#repeat-container div#repeat.amplitude-repeat-on {
    background: url("/local/js/fv/audiopl/amplitudejs/css/../img/repeat-on.svg");
}

div#control-container div#repeat-container div#shuffle {
    width: 23px;
    height: 19px;
    cursor: pointer;
    float: right;
}

div#control-container div#repeat-container div#shuffle.amplitude-shuffle-off {
    background: url("/local/js/fv/audiopl/amplitudejs/css/../img/shuffle-off.svg");
}

div#control-container div#repeat-container div#shuffle.amplitude-shuffle-on {
    background: url("/local/js/fv/audiopl/amplitudejs/css/../img/shuffle-on.svg");
}

@media all and (-ms-high-contrast: none) {
    div#control-container *::-ms-backdrop, div#control-container div#control-container {
        margin-top: 40px;
        float: none;
    }
}

div#control-container div#central-control-container {
    width: 50%;
    float: left;
}

 div#central-control-container div#central-controls {
    width: 130px;
    margin: auto;
}

 div#central-control-container div#previous {
    display: inline-block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: url("/local/js/fv/audiopl/amplitudejs/css/../img/prev.svg");
    background-repeat: no-repeat;
    float: left;
    margin-top: 10px;
    margin-right: -5px;
}

div#central-control-container div#rewind {
    display: inline-block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    font-size: 2rem;
    padding-right: 0.8rem;
    /*background: url("/local/js/fv/audiopl/amplitudejs/css/../img/rew.svg");
    background-repeat: no-repeat;*/
    float: left;
    margin-top: 5px;
    margin-right: -12px;
}

 div#central-control-container div#play-pause {
    display: inline-block;
    width: 60px;
    height: 60px;
    cursor: pointer;
    float: left;
}

div#central-control-container  div#play-pause.amplitude-paused {
    background: url("/local/js/fv/audiopl/amplitudejs/css/../img/play.svg");
}

div#central-control-container div#play-pause.amplitude-playing {
    background: url("/local/js/fv/audiopl/amplitudejs/css/../img/pause.svg");
}

div#central-control-container div#next {
    display: inline-block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: url("/local/js/fv/audiopl/amplitudejs/css/../img/next.svg");
    background-repeat: no-repeat;
    float: left;
    margin-top: 10px;
    margin-left: -5px;
}
div#central-control-container div#forward {
    display: inline-block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    font-size: 2rem;
    padding-left: 0.8rem;
   /* background: url("/local/js/fv/audiopl/amplitudejs/css/../img/forw.svg");
    background-repeat: no-repeat;*/
    float: left;
    margin-top: 5px;
    margin-left: -10px;
}

div#control-container div#volume-container {
    width: 25%;
    /*float: left;*/
    padding-left: 10px;
}

div#control-container div#volume-container div#shuffle-right {
    width: 23px;
    height: 19px;
    cursor: pointer;
    margin: auto;
}

div#control-container div#volume-container div#shuffle-right.amplitude-shuffle-off {
    background: url("/local/js/fv/audiopl/amplitudejs/css/../img/shuffle-off.svg");
}

div#control-container div#volume-container div#shuffle-right.amplitude-shuffle-on {
    background: url("/local/js/fv/audiopl/amplitudejs/css/../img/shuffle-on.svg");
}

div#control-container div.amplitude-mute {
    cursor: pointer;
    width: 25px;
    height: 19px;
    float: left;
}

div#control-container div.amplitude-mute.amplitude-not-muted {
    background: url("/local/js/fv/audiopl/amplitudejs/css/../img/volume.svg");
    background-repeat: no-repeat;
}

div#control-container div.amplitude-mute.amplitude-muted {
    background: url("/local/js/fv/audiopl/amplitudejs/css/../img/mute.svg");
    background-repeat: no-repeat;
}

div#control-container:after {
    content: "";
    display: table;
    clear: both;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
    div#amplitude-player div#repeat-container div#repeat {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

    div#amplitude-player div#repeat-container div#shuffle {
        display: none;
    }

    div#amplitude-player div#volume-container div.volume-controls {
        display: none;
    }

    div#amplitude-player div#volume-container div#shuffle-right {
        display: block;
    }
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    div#amplitude-player div#repeat-container div#repeat {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

    div#amplitude-player div#repeat-container div#shuffle {
        display: none;
    }

    div#amplitude-player div#volume-container div.volume-controls {
        display: none;
    }

    div#amplitude-player div#volume-container div#shuffle-right {
        display: block;
    }
}

/* Large and up */
@media screen and (min-width: 64em) {
    div#amplitude-player div#repeat-container div#repeat {
        margin-left: 10px;
        margin-right: 20px;
        float: left;
    }

    div#amplitude-player div#volume-container div#shuffle-right {
        display: none;
    }
}

input[type=range].amplitude-volume-slider {
    -webkit-appearance: none;
    width: calc(100% - 33px);
    float: left;
    margin-top: 10px;
    margin-left: 5px;
}

@-moz-document url-prefix() {
    input[type=range].amplitude-volume-slider {
        margin-top: 0px;
    }
}

@supports (-ms-ime-align: auto) {
    input[type=range].amplitude-volume-slider {
        margin-top: 3px;
        height: 12px;
        background-color: rgba(255, 255, 255, 0) !important;
        z-index: 999;
        position: relative;
    }

    div.ms-range-fix {
        height: 1px;
        background-color: #A9A9A9;
        width: 67%;
        float: right;
        margin-top: -6px;
        z-index: 9;
        position: relative;
    }
}

@media all and (-ms-high-contrast: none) {
    *::-ms-backdrop, input[type=range].amplitude-volume-slider {
        margin-top: -24px;
        background-color: rgba(255, 255, 255, 0) !important;
    }
}

input[type=range].amplitude-volume-slider:focus {
    outline: none;
}

input[type=range].amplitude-volume-slider::-webkit-slider-runnable-track {
    width: 75%;
    height: 1px;
    cursor: pointer;
    animate: 0.2s;
    background: #2B317C;
}

input[type=range].amplitude-volume-slider::-webkit-slider-thumb {
    height: 10px;
    width: 10px;
    border-radius: 10px;
    background: #2B317C;
    cursor: pointer;
    margin-top: -4px;
    -webkit-appearance: none;
}

input[type=range].amplitude-volume-slider:focus::-webkit-slider-runnable-track {
    background: #2B317C;
}

input[type=range].amplitude-volume-slider::-moz-range-track {
    width: 100%;
    height: 1px;
    cursor: pointer;
    animate: 0.2s;
    background: #2B317C;
}

input[type=range].amplitude-volume-slider::-moz-range-thumb {
    height: 10px;
    width: 10px;
    border-radius: 10px;
    background: #2B317C;
    cursor: pointer;
    margin-top: -4px;
}

input[type=range].amplitude-volume-slider::-ms-track {
    width: 100%;
    height: 1px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    /*leave room for the larger thumb to overflow with a transparent border */
    border-color: transparent;
    border-width: 15px 0;
    /*remove default tick marks*/
    color: transparent;
}

input[type=range].amplitude-volume-slider::-ms-fill-lower {
    background: #2B317C;
    border-radius: 10px;
}

input[type=range].amplitude-volume-slider::-ms-fill-upper {
    background: #2B317C;
    border-radius: 10px;
}

input[type=range].amplitude-volume-slider::-ms-thumb {
    height: 10px;
    width: 10px;
    border-radius: 10px;
    background: #2B317C;
    cursor: pointer;
    margin-top: 2px;
}

input[type=range].amplitude-volume-slider:focus::-ms-fill-lower {
    background: #2B317C;
}

input[type=range].amplitude-volume-slider:focus::-ms-fill-upper {
    background: #2B317C;
}

input[type=range].amplitude-volume-slider::-ms-tooltip {
    display: none;
}

div#time-container span.current-time {
    color: #607D8B;
    font-size: 14px;
    font-weight: 700;
    float: left;
    width: 15%;
    text-align: center;
}

div#time-container span.duration {
    color: #607D8B;
    font-size: 14px;
    font-weight: 700;
    float: left;
    width: 15%;
    text-align: center;
}

div#time-container:after {
    content: "";
    display: table;
    clear: both;
}

div#meta-container {
    text-align: center;
    margin-top: 5px;
}

div#meta-container span.song-name {
    display: block;
    color: #272726;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

div#meta-container div.song-artist-album {
    color: #607D8B;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

div#meta-container div.song-artist-album span {
    display: block;
}







/*
input[type=range] {
    height: 14px;
    -webkit-appearance: none;
    margin: 10px 0;
    width: 100%;
}
input[type=range]:focus {
    outline: none;
}
input[type=range]::-webkit-slider-thumb {
    box-shadow: 0px 0px 0px #2B317C;
    border: 0px solid #2B317C;
    height: 8px;
    width: 20px;
    border-radius: 10px;
    background: #2B317C;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: 0px;
}


input[type=range]::-moz-range-thumb {
    box-shadow: 0px 0px 0px #2B317C;
    border: 0px solid #2B317C;
    height: 8px;
    width: 20px;
    border-radius: 10px;
    background: #2B317C;
    cursor: pointer;
}



input[type=range]::-ms-thumb {
    margin-top: 1px;
    box-shadow: 0px 0px 0px #2B317C;
    border: 0px solid #2B317C;
    height: 8px;
    width: 20px;
    border-radius: 10px;
    background: #2B317C;
    cursor: pointer;
}

*/

/* End */
/* /local/templates/folk/components/bitrix/catalog/bs5/style.css?1708781840853 */
/* /local/templates/folk/components/bitrix/catalog.element/bs5_fund/style.css?17141589631281 */
/* /local/js/fv/audiopl/amplitudejs/css/app.css?170835764321317 */
