.icon-block {
    padding: 0 15px;
}

.icon-block .material-icons {
    font-size: inherit;
}

/* fallback */
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.color-button {
    background: #91005f !important;
    color: #ffffff !important;
    margin: 5px 0px 0px 0px;
}

.color-background {
    background: #91005f !important;
    color: #ffffff !important;
}
.color-background-white {
    background: #ffffff !important;
    color: #91005f !important;
}

.color-icons {
    color: #91005f !important;
}

.heart {
    font-size: 20px;
    color: rgba(165, 25, 25, 1);
}

.sidenav-overlay {
    z-index: 996 !important;
}

h1 {
    font-size: 2.2rem !important;
    line-height: 110%;
    margin: 2.8rem 0 1.68rem 0;
}

.collection .collection-item.active {
    background-color: #91005f !important;
    color: #fff !important;
}

.collection a.collection-item {
    display: block;
    -webkit-transition: .25s;
    transition: .25s;
    color: #000 !important;
}

.card .card-title {
    font-size: 15px !important;
    font-weight: bold
}

input:not([type]):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]),
input[type=time]:not(.browser-default):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]),
input[type=datetime]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]),
input[type=number]:not(.browser-default):focus:not([readonly]),
input[type=search]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #91005f !important;
    -webkit-box-shadow: 0 1px 0 0 #91005f !important;
    box-shadow: 0 1px 0 0 #91005f !important;
}

.input-field .prefix.active {
    color: #91005f !important;
}

h6.title {
    font-size: 1.28rem;
    line-height: 10%;
    margin: 1.52rem 0 0.912rem 0;
    color: #000 !important;
}

a.icons {
    color: #000 !important;
}

.background {
    background-image: url("card.jpg");
}

.card .card-action a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-floating) {
    color: #91005f !important;
}

a {
    color: #91005f !important;
}

a.sidenav-trigger {
    color: #fff !important;
}

.currency-result-to {
    font-weight: 600;
    color: #91005f;
}

.currency-result-compare1 {
    color: #666 !important;
}

.currency-result-compare2 {
    color: #666 !important;
}

.currency-from {
    display: block !important;
}

.currency-to-label {
    display: block !important;
}

.font-size-1-5rem {
    font-size: 2rem;
}

h3 {
    font-size: 2.2rem !important;
}

.margin-top {
    margin-top: 0.7rem !important;
}

.gray-background {
    background-color: rgba(0, 0, 0, 0.5);
    background-size: cover;
}

.container {
    width: 98.5% !important;
}

.collapsible-body {
    padding: 0.5rem !important;
}

/* переносим длинные слова в разговорнике start*/
.striped {
    word-break: break-all;
}

/* переносим длинные слова в разговорнике end*/
.pulse::before {
    animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite !important;
}

nav {
    color: #fff;
    background-color: #fff !important;
    width: 100%;
    height: 56px;
    line-height: 56px;
}

nav .brand-logo {
    font-size: 1.2rem !important;
}
.fixed-share-system {
  position: fixed;
  right: 80px;
  bottom: 25px;
  padding-top: 0px;
  margin-bottom: 0;
  z-index: 997;
}
.fixed-share {
position:fixed;
display:flex;
align-items:center;
justify-content:center;
top:350px;
left:600px;
width:100vw;
height:100vh;
}
#swipe-3 {
    z-index: -2;
}
#text {
    padding: 20px;
    }
.text-white {
    color: #fff!important;
    }
.white-label-outer {
    background-color: rgb(0, 0, 0) !important;
}
.displaynone {
    display: none;
}
/**/
body::-webkit-scrollbar {
  width: 12px;               /* ширина всей полосы прокрутки */
}

body::-webkit-scrollbar-track {
  background: #91005f;        /* цвет зоны отслеживания */
}

body::-webkit-scrollbar-thumb {
  background-color: #ffffff;    /* цвет бегунка */
  border-radius: 20px;       /* округлось бегунка */
  border: 3px solid #91005f;  /* отступ вокруг бегунка */
}
 ::-webkit-scrollbar{
        height: 2px;
        width: 2px;
        background: gray;
    }
    ::-webkit-scrollbar-thumb:horizontal{
        background: #91005f;
        border-radius: 10px;
    }
    .tabs .indicator {
    height: 5px!important;
}
/**/
@media screen and (max-width: 600px) {
  .hideonmobile {
    visibility: hidden;
    display: none;
  }
}