html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    color: #e7e7e7;
    font-family: 'Roboto', sans-serif;
    /* font-size: 1em; */
    font-size: calc( (100vw — 30rem)/100 + 1rem);
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

body {
    margin: 0;
    width:100%;
    background-color: #131313;
    font-size: .9em;
}

iframe,
img{
    vertical-align: middle;
}

img {
    border-style: none;
}

h1 {
    font-size: 1.2em;
    /* margin: 0.67em 0; */
    margin: 0;
}

a {
    background-color: transparent;
}
html a:link, html a:visited, html a:hover, html a:active {
    color: #e7e7e7;
}
b,
strong {
    font-weight: bolder;
}

button,
input {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
    overflow: visible;
    color: inherit;
}

button { /* 1 */
    text-transform: none;
    cursor: pointer;
    border: none;
    outline: none;
    background-color: transparent;
}

button,
[type="button"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}


button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

.eng {
    display:none;
}

.rus {
    display:none;
}

#menublock{
    display:block;
    position: fixed;
    top: 0;
    z-index: 1;
    /* background: #333; */
    color: #c0c0c0;
    width: 100%;
    /* height: 100%; */
    /* border-bottom: 1px solid #575757; */
    /* border-collapse: separate; */
    /* box-shadow: 0px 2px 8px 0px #000; */
}

#menuHorGrid {
    display:grid;
    grid-template-columns: 1fr 5fr 1fr;
    align-items: center;
    justify-items: center;
    background: #000;/* #333; */
    /* border-bottom: 1px solid #575757; */
    /* padding-top: 5px; */
    
}

.redtext {
    color:#e32c14;
    font-weight: bold;
    
}
#titletxt {
    font-family: 'Lora', serif;
    /* text-align: center; */
    background-color: #000;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #575757;
    border-left: 1px solid #575757;
}
#menulang{
    /* border-right: 1px solid #575757; */
    width: 100%;
    height: 100%;
}
#menulang button {
    border: none;
    outline: none;
    background-color: transparent;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
#menushowbtn{
    /* border-left: 1px solid #575757; */
    width: 100%;
    height: 100%;
    /* text-align: center; */
    display: flex;
    justify-content: center;
    align-items: center;
}
#menushowbtn img{
    min-width: 70%;
    /* padding-top: 5%; */
}
#menuVert {
    display: none;
    width: 50%; /* ? */
    margin-right:0;
    margin-left:auto;
    text-align: center;
    background-color: #303030;
}
#menuVert > div {
    border: 1px solid #575757;
    border-top: none;
    padding-top: 1.8vh;
    padding-bottom: 1.8vh;
    cursor: pointer;
}
#menuDesktopView a:link, #menuDesktopView a:visited, #menuDesktopView a:hover, #menuDesktopView a:active {
    color: #c0c0c0;
    text-decoration: none;
}

.bgpix {
    text-align: center;
}
.bgpix img{
    max-width: 100%;
}
#introblock{
    text-align: justify;
    text-align-last: center;
    background-color: #000;
}
#toppage {
    scroll-margin-top: 300px;
}
#scrollToVideo,#scrollToShows,#scrollToMerch,#scrollToAbout,#scrollToContacts {
    scroll-margin-top: 2em;
}
.contentpadding{
    padding-left: 4vw;
    padding-right: 4vw;
}
.bcplayer {
    position: relative;
    height: 42px;
    padding-top: 2vh;
    padding-bottom: 2vh;
    max-width: 700px; /* max-width inside player fckn code */
    margin-left: auto;
    margin-right: auto;
}
.frameLoading {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 10px;
}
#beforemusicpic {
    position: relative;
}
#beforemusicpic >.contentpadding {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.chapter {
    background-color: #303030;
    border: none;
    border-top: 1px solid #575757;
    border-bottom: 1px solid #575757;
    /* width: 100%; */
    padding-top: .5vh;
    padding-bottom: .5vh;
    text-align: center;
    font-size: 1.05em;
}
.chapterdesrc {
    padding: 4vw;
    text-align: justify;
    /* text-align-last: center; */
}
.emptyline {
    font-size: .5em;
}
#musiclist {
    
}
.musicDescr {
    display: flex;
    border: 1px solid #575757;
    /* border-top: none; */
    /* padding-bottom: 4vh; */
    /* min-width: 0; */
    max-width: 700px; /* like bcplayer max-width */
    margin-left: auto;
    margin-right: auto;
}
.musicDescrImg {
    /* display: flex; */
    flex: 1;
}
.musicDescrImg img {
    max-width:100%;
    /* object-fit: contain; */
}
.musicDescrTxt {
    display: flex;
    flex-direction: column;
    flex:2;
    padding-top: 1vh;
    /* padding-bottom: 4vh; */
    padding-left: 2vw;
    /* padding-right: 1vw; */
    font-size: .8em;
}
.linksToAlbum {
    display: flex;
    justify-content: space-evenly;
    flex: auto;
    align-items: center;
}
#videolist {
    background-color: #303030;
    border: 1px solid #575757;
    width: 100%;
    padding-top: 1vh;
    padding-bottom: 1vh;
    margin-bottom: 1vh;
    text-align: center;
}
.iframevideo {
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
}
.iframevideo iframe{
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.buttonstyle {
    background: #474747;
    border: 1px solid rgba(216, 216, 216, 0.29);
    border-radius: 2px;
    color: #d3d3d3;
    padding-top: 2px;
    padding-left: 2vw;
    padding-right: 2vw;
}
#ToursTableBlock,#hidden-picture-body{
    display: none;
    position: fixed;
    top: 0;
    z-index: 2;
    background: #131313;
    color: #c0c0c0;
    width: 100%;
    height: 100%;
    /* border-bottom: 1px solid #575757; */
    /* border-collapse: separate; */
    /* box-shadow: 0px 2px 8px 0px #000; */
}
.BlockTopBack {
    display: flex;
    /* padding: .5rem; */
    padding-top: 1vh;
    padding-bottom: 1vh;
    padding-left: 2vw;
    padding-right: 2vw;
    border-bottom: 1px solid #575757;
    cursor: pointer;
}
.BlockTopBack > img {
    padding-right: 0.5em;
}
.BlockTopBack > div {
    /* margin-left: auto; */
    /* margin-right: auto; */
    margin: auto;
}
#ToursTable {
    overflow: auto;
    height: 100%;
}
/* HIDDEN tour table */
.tourinfo-hidden-table {
    display: table;
    width: 100%;
}
.tourinfo-table-header-row,
.tourinfo-table-row {
    display: table-row;
}
.tourinfo-table-header-row{
    background-color: #303030;
}
.tourinfo-table-header-cell-left,
.tourinfo-table-header-cell-right,
.tourinfo-table-cell-left,
.tourinfo-table-cell-right {
    display: table-cell;
    text-align: left;
    border: 1px solid #575757;
    position: relative;
    vertical-align: top;
    margin: 0;
    padding: 0;
}
.tourinfo-table-header-cell-left,
.tourinfo-table-header-cell-right {
    text-align: center;
    padding: 1vw;
}
.tourinfo-table-cell-right {
    padding: 2vw;
    background-color: #303030;
}
/* end of HIDDEN tour table */

/* MERCH and ABOUT */
.merchlist {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 0;
    flex-basis: 0;
    justify-content: space-around;
    align-content: center;
    background-color: #303030;
    border: 1px solid #575757;
    width: 100%;
    margin-bottom: 1vh;
    text-align: center;
}
.merchItem {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 40vw;
    padding-left: 2vw;
    padding-right: 2vw;
    padding-top: 1vh;
    padding-bottom: 1vh;
}
.merchItemImg img {
    max-width: 100%;
}
.merchItem button {
    cursor: pointer;
    width: 95%;
    background-color:#474747;
    border: 1px solid rgba(216, 216, 216, 0.29);
    border-radius: 2px;
    padding-top:1vh;
    padding-bottom:1vh;
    margin-top:1vh;
    margin-bottom:1vh;
}
.merchItem button:hover {
    background-color:#7b7b7b;
}

#MerchItemBlock{
    overflow-x: hidden;
    overflow-y: auto;
    height: 80%;
    display: block;
}
#MerchItemImgSwipeBlock {
    --n: 1;
    display: flex;
    align-items: stretch;
    overflow-y: hidden;
    width: 100%;
    width: calc(var(--n)*100%);
    /* height: 55vh; */
    max-height: 100%; /* 65vh; */
    transform: translate(calc(var(--i, 0)/var(--n)*-100%));
}
.MerchOrderItem {
    width: 100%;
    width: calc(100%/var(--n));
    user-select: none;
    pointer-events: none;
    max-height: 100%;
    display: flex;
    flex-direction: column;
}
.MerchOrderItem > img{
    max-width: 100vw;
    object-fit: contain;
}
#MerchOrderItemTitle{
    display: flex;
    justify-content: space-between;
    /* padding-left: 2vw; */
    /* padding-right: 2vw; */
    padding: 1vh 2vw;
    font-weight: bold;
    text-align: center;
    color: #fff;
}
#MerchOrderItemDesrc{
    background-color: #e6e6e6;
    color: #2b2b2b;
    padding: 2vh 4vw;
}
#MerchOrderItemOrderDescr{
    padding: 2vh 4vw;
    color: #adadad;
}
#merchPriceRubEng,#merchPriceRubRus{
    color:#668e2f;/*greeeen*/
    font-weight: bold;
}
#merchPriceEurEng,#merchPriceEurRus{
    color:#4b87f2;/*blue*/
    font-weight: bold;
}
#merchBCbtn,#merchMailbtn,#order-submit {
    width:100%;
    background-color:#4b87f2;
    border-style: none;
    border-radius: 8px;
    /* font-family:inherit; */
    font-size: 1rem;
    color:#fff;
    cursor: pointer;
    padding: 2vh 0;
    margin-top: .5vh;
    margin-bottom: 2vh;
}
#merchMailbtn,#order-submit {
    background-color:#668e2f;
}
#merchBCbtn:hover {
    background-color:#5d97ff;
}
#merchMailbtn:hover,#order-submit:hover {
    background-color:#77a637;
}

#MerchItemOrderBlock {
    display: none;
    background-color: #e8e8e8;
    color: #000;
    padding: 2vh 4vw;
    overflow-y: auto;
}
#MerchItemOrderBlockTitle {
    text-align: center;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: bold;
}
#MerchOrderThanksBlock {
    display:none;
}
#formOrderEmailSubmit {
    text-align: left;
}
#formOrderEmailSubmit input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border-radius: 3px;
    padding-top: 1vh;
    padding-bottom: 1vh;
    margin-top: .5vh;
    margin-bottom: 2vh;
}
/* end of MERCH */
/* ABOUT */
.lineupTitle {
    text-align: left;
}
#supportAndFollowBlock{
    text-align: center;
    font-size: 1.05em;
    padding-top: 1vh;
    padding-bottom: 1vh;
}
#streamingIcons {
    display: flex;
    justify-content: space-evenly;
}
#subscrForm{
    background-color: #303030;
    border: 1px solid #575757;
    width: 100%;
    margin-bottom: 1vh;
    text-align: left;
    padding-left: 1vw;
    padding-right: 1vw;
    padding-top: 2vh;
    padding-bottom: 2vh;
}
#subscribe-label-green {
    color: #668e2f;
    font-weight: bold;
}
#subscribe-label-green>div {
    padding-left: 2vw;
    padding-right: 2vw;
}
#subscribe-email {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border-radius: 3px;
    padding-top: 1vh;
    padding-bottom: 1vh;
    margin-top: 2vh;
    margin-bottom: 2vh;
}
.g-recaptcha {
    max-width:304px;
    margin: 0px auto;
}
#subscribe-submit {
    width: 100%;
    border: none;
    border-radius: 3px;
    padding-top: 1vh;
    padding-bottom: 1vh;
    margin-top: 2vh;
    background: #4e8e25;
    font-family: inherit;
    cursor:pointer;
}
#subscribe-submit:hover {
    background: #489615;
}
#subscribe-submit:disabled {
    background: #4f7f3a;
}
#subscribe-submit div {
    /* font-size: 12pt; */
    color: #e7e7e7;
}
#subscribeThanks {
    display: none;
    text-align: center;
    background-color: #303030;
    padding-top: 2vw;
    padding-bottom: 2vw;
    border: 1px solid #575757;
    border-radius: 4px;
}
#SubscrError,#OrderError{
    color: red;
    font-style: italic;
    font-size: .8rem;
}
#foooter {
    background-color: #000;
    border-top: 1px solid #575757;
    text-align: center;
    margin-top: 8vh;
    font-size: 1.05rem;
}
#fooooterLinks {
    display: flex;
    border-bottom: 1px solid #575757;
    justify-content: space-between;
    margin-bottom: 4vh;
}
#fooooterLinks button {
    color: #666;
    font-size: .9rem;
    padding-top: 10px;
    padding-bottom: 10px;
}
#icPrivacyPolicyLink {
    /* flex: 1; */
    text-align: left;
}
#switchToDesktopVerLink {
    /* flex: 1; */
    text-align: right;
    color: #e7e7e7 !important;
}
#iclicense, #icPrivacyPolicy {
    display:none;
    padding: 4vw;
    font-size:.7rem;
    white-space:pre-wrap;
    text-align: justify;
    background-color: #131313;
    border-top: 1px solid #303030;
    scroll-margin-top: 1rem; /* 30px; */
}