@font-face{
  font-family:Roboto-Regular;
  src:url('../fonts/Roboto-Regular.woff');
}
@font-face{
  font-family:Roboto-Bold;
  src:url('../fonts/Roboto-Bold.woff');
}
@font-face{
  font-family:NotoSerif-Bold;
  src:url('../fonts/NotoSerif-Bold.woff');
}
@font-face{
  font-family:NotoSerif-Regular;
  src:url('../fonts/NotoSerif-Regular.woff');
}
@font-face{
  font-family:CormorantSC-Bold;
  src:url('../fonts/CormorantSC-Bold.woff');
}
@font-face{
  font-family:Playfair-Italic;
  src:url('../fonts/PlayfairDisplay-Italic.woff');
}
@font-face{
  font-family:Playfair-Regular;
  src:url('../fonts/PlayfairDisplay-Regular.woff');
}
@font-face{
  font-family:Playfair-Bold;
  src:url('../fonts/PlayfairDisplay-Bold.woff');
}
@font-face{
  font-family:RozhaOne;
  src:url('../fonts/RozhaOne-Regular.woff');
}
@font-face{
  font-family:Gotham;
  src:url('../fonts/GothamPro.woff');
  font-weight: 500;
}
@font-face{
  font-family:Gotham;
  src:url('../fonts/GothamPro-Light.woff');
  font-weight: 300;
}
@font-face{
  font-family:Helvetica;
  src:url('../fonts/HelveticaNeueCyr-Light.woff');
  font-weight: 400;
}
@font-face{
  font-family:Tahoma;
  src:url('../fonts/Tahoma.woff');
  font-weight: 500;
}

html {
    height: 100%;
    background-color: #000;
}


body {
    background-color: #000;
    color: #f8f8f8;
    height: 100%;
    margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	text-rendering: geometricPrecision;
}

body.biography__page {    
    background-color: #000;
}

body.bio:before {
    content: "";
    position: fixed;
    height: 100%;
    width: 100%;
    background: url(../img/biografia_2.png) no-repeat;
    background-size: cover;
    opacity: 0.3;


}

.music_order  .buttons .button a {
    color: inherit;
    text-decoration: unset;
    white-space: nowrap;
}

.col-soc {
    z-index: 1;
}

.mheader__menu a {
    color: #fff;
    width: 100%;
}

.main__page a.more_music {
    background: url(../img/moremusic-1.svg);
    width: 252px;
    height: 252px;
    background-size: 95% 96%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

.main__page a.more_music:hover {
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
}

.main__page .shadow-bg {
    z-index: -1;
}

.tal_tempor .shadow-bg {
    z-index: 0;
}

.main__page a.more_music img {
    height: 100%;
    width: auto;
    position: absolute;
    z-index: -2;
}

section {
    padding-top: 110px;
    position: relative;
}


a {
    text-decoration: unset;
}

input[type="text"]::-webkit-input-placeholder {
    color: #fff;
}

input[type="text"]::-moz-placeholder {
    color: #fff;
}

input[type="text"]:-ms-input-placeholder {
    color: #fff;
}

input[type="text"]::-ms-input-placeholder {
    color: #fff;
}

input[type="text"]::placeholder {
    color: #fff;
}

header {
  position: absolute;
  width: 100%;
    z-index: 2;
    top: 0;
}

nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 673px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-family: Roboto-Regular;
    font-size: 14px;
    letter-spacing: normal;
    text-align: left;
    list-style: none;
    margin: 76px auto 0;
}

a.music__modal {
    padding: 10px 20px;
    border-radius: 4px;
    border: solid 1px #d39a58;
    color: #fff;
    text-decoration: unset;
    font-family: NotoSerif-Bold;
}


/* Контейнеры */ .container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;position:relative;z-index:1} @media (min-width:360px){.container{width:360px;padding-right:20px;padding-left:20px}}@media (min-width:769px){img.ava_mob{display: none !important;}.container{width: 768px; margin-right: 0;padding-right:24px;padding-left:24px}}@media (min-width:992px){.container{width:960px;padding-right:24px;padding-left:24px}}@media (min-width:1200px){.container{width:1080px;padding-right:24px;padding-left:24px}}
@media (min-width: 1200px) {
.container.contain_1200 {
    width: 1080px;
    margin: auto;
 }

 .main__page .title__inner {
    margin: 0;
 }
}

@media (min-width: 1400px) {
    .container.contain_1200 {
        width: 1200px;
    }
}

section.banner.contacts__page {
    background-attachment: fixed;
    padding-top: 5rem;
}


section.banner {
    position: relative;
    max-height: 768px;
    height: 100%;
    background: url(../img/back.png);
    background-size: 100%;
    background-position: top -118px center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

section.banner .container.contain_1200 {
    height: 100%;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

section.banner:before {
    content: "";
    height: 200px;
    background: -o-linear-gradient(bottom, black, #00000000);
    background: -webkit-gradient(linear, left bottom, left top, from(black), to(#00000000));
    background: linear-gradient(to top, black, #00000000);
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
}

.banner__inner {
    padding-top: 166px;
}

.banner__inner h1 {
    position: relative;
}

.banner__inner h1:before {
    content: "";
    display: block;
    height: 1px;
    width: 400px;
    position: absolute;
    left: -28rem;
    top: 30px;
    background: #ffb45d;
}

h1 {
    font-family: CormorantSC-Bold;
    font-size: 72px;
    letter-spacing: 0.79px;
    margin: 0;
    line-height: 0.83;
}

.h1__subtext {
    font-family: Playfair-Italic;
    letter-spacing: 0;
    color: #FFFFFF;
    font-size: 24px;
}

a.play {
    background: url(../img/play-index.svg);
    position: relative;
    width: 81.7px;
    height: 81.7px;
    display: block;
    margin: 38px auto 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}

.video__popup {
    cursor: pointer;
}

.video {
    overflow: hidden;
}

.mfooter_item svg {
    fill: #fff;
}

.bio_galery a:nth-child(4) img {
    opacity: 1
}

.term_slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.term_slider .slick-list .slick-slide {
    height: auto;
}
.video .min_vid .vid__item:nth-child(3) a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}
.video .min_vid .vid__item:nth-child(3) a img {
    width: inherit;
    min-width: 100%;
    height: auto;
}
.min_vid .vid__item:nth-child(3) a {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

    .min_vid .vid__item:nth-child(3):before {
        content: "Все видео";
        color: #fff;
        width: 126px;
        background-repeat: no-repeat;
        background-position: right;
        padding-top: 3px;
        font-size: 19px;
        font-family: Playfair-Regular;
        background: url(../img/e980.svg) no-repeat top 7px right;
        background-size: 30px;
        z-index: 5;
        pointer-events: none;
    }
@media (min-width: 1200px) {
    .ya_frame {
        margin-top: 15px;
        border-radius: 4px;
        overflow: hidden;
    }

}

.banner__bottom {
    height: 178px;
    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;
}

.social {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 112px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.talea {
    margin-right: 24px;
    margin-left: auto;
    margin-right: 72px;
    color: #fff;
}


.social img {
    height: 18px;
    margin-right: 8px;
    margin-left: 8px;
}

.talea { 
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    width: 344px;
    height: 112px;
    border-radius: 4px;
    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;
    text-align: center;
    font-size: 28px;
    font-family: RozhaOne;
    line-height: 0.82;
    background: url(../img/tempora_button.png);
    text-transform: uppercase;
}

.talea:hover {
      -webkit-box-shadow: 0 10px 60px 0 rgba(211, 154, 88, 0.5);
            box-shadow: 0 10px 60px 0 rgba(211, 154, 88, 0.4);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.talea:before {
    content: "";
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
}

.talea span {
    z-index: 1;
}

.banner__info {
    width: 344px;
    height: 112px;
    position: relative;
}

.banner__info:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background-image: -o-linear-gradient(top, #d39a58, #6a4d2c);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d39a58), to(#6a4d2c));
    background-image: linear-gradient(to bottom, #d39a58, #6a4d2c);
    opacity: 0.3;
}

.info__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 26px;
    position: relative;
}

p.info__date {
    font-size: 52px;
    width: 50px;
    height: 69px;
    font-family: Playfair-Regular;
    line-height: 1.33;
    margin: auto;
}

p.info__date span {
    font-size: 18px;
    font-family: Playfair-Italic;
    letter-spacing: 1.8px;
    line-height: 0.56;
    width: 100%;
    display: block;
    text-align: center;
    margin-left: -3px;
}

.events {
    overflow: hidden;
}

.events__slider {
    position: relative;
    width: 81vw;
    margin-left: auto;
    padding-left: 22px;
}

.events__slider .slick-slide a {
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.3));
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.3)));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.3));
}

.events__slider .slick-slide a:first-child {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 11;
    cursor: pointer;
      border-radius: 4px;
}


.slick-prev {
    display: inline-block;
    left: 11px;
}

.contacts_inner .select__lang {
    right: 40px;
    left: unset;
    z-index: 11;
}

.events_img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    right: 0;
    overflow: hidden;
    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;
    border-radius: 4px;
}

.events_img img {
    width: 115%;
    height: auto;
}


.events__slider .slick-dotted.slick-slider {
    overflow: visible;
    padding-bottom: 55px;
    margin-left: 69px;
}

.events__slider .slick-list {
    margin-left: -2px;
}

.events__slider .slick-prev {
    left: -1px;
    height: 100%;
}


.events__slider .slick-initialized .slick-slide:hover {
    -webkit-box-shadow: 0 20px 60px 0 rgba(211, 154, 88, 0.4);
            box-shadow: 0 20px 60px 0 rgba(211, 154, 88, 0.4);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.events__slider .slick-next {
    right: 32px;
}

.events__slider .slick-slide {
    width: 280px;
    height: 376px;
    margin: 10px 14px 10px;
    background-color: #123;  
    border-radius: 4px;
    padding: 82px 20px;
    position: relative;
}

.events__slider p.info__date {
    margin: 0;
    position: relative;
    z-index: 11;
}

.events__slider p.info__name {
    padding: 16px 0;
    position: relative;
    z-index: 11;
}

.info__button {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    display: block;
    width: 168px;
    text-align: center;
    padding: 10px 0;
    font-family: NotoSerif-Bold;
    color: #fff;
    text-decoration: unset;
    border-radius: 4px;
    border: solid 1px #d39a58;
    margin-bottom: 31px;
    opacity: 0;
    z-index: 12;
    font-size: 14px;
}

.slick-slide:hover .info__button {
    opacity: 1;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}


button.slick-disabled {
  display: none !important;
}

.mobile__musiccat {
    display: none;
}

.title__inner {
    width: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.biography .title__inner {
    margin-top: 167px;
}

h3.section__title {
    font-size: 42px;
    font-weight: 300;
    line-height: 1.33;
    font-family: Playfair-Regular;
}

h3.section__title:before {
    content: "";
    width: 76rem;
    height: 1px;
    background-color: #ffb45d;
    display: block;
    position: relative;
    top: 33px;
    left: -102%;
}

.mobile__header {
    display: none;
}

.mobile__header .tel_icon {
    margin-top: -2px;
}

.mobile__header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.social__contacts .soc_link.vk img {
    width: 24px;
}

.social__contacts .soc_link.fb img {
    width: 11px;
}

.social__contacts .soc_link.yt img {
    width: 22px;
}

.social__contacts .soc_link.inst img {
    width: 20px;
}

.social__contacts .soc_link.tw img {
    width: 22px;
}

.social__contacts .soc_link.vch img {
    width: 26px;
}

.dnone {
    display: none;
}

.banner__info .info__date {
    margin-top: -15px;
}

p.info__name {
    font-family: Roboto-Bold;
    font-size: 14px;
    line-height: 1.14;
    padding-left: 22px;
    margin-top: 11px;
}

p.info__name span {
    font-size: 11px;
    font-family: Roboto-Regular;
    display: block;
    padding-top: 13px;
}

.min_vid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.vid__item {
    position: relative;
    width: 280px;
    height: 152px;
    margin-right: 24px;
    z-index: 1;
    border-radius: 4px;
    overflow: hidden;
}

.vid__item:before {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    background: url(../img/play-ytb-mini.svg);
    background-size: cover;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

.big_vid .vid__item:before {
    width: 64px;
    height: 64px;
}

.vid__item img {
  width: 100%;
  border-radius: 4px;
}

.video .vid__item img {
  width: auto;
  height: 100%;
}

.big_vid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.big_vid .vid__item {
    width: 584px;
    height: 321px;
}

.min_vid .vid__item:last-child:hover img {
  opacity: 1;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.events__slider .slick-list {
  overflow: visible;
}


.music .container {
    position: relative;
}

.music .section__title {
    margin-top: 7px;
}

.ya_frame {
    width: 40vw;
    margin: auto;
    margin-right: 32px;
    border-radius: 4px;
    overflow: hidden;
}

a.more_music {
    width: 300px;
    height: 280px;
    background-color: #919191;
    color: #fff;
    font-size: 19px;
    text-decoration: unset;
    font-family: Playfair-Regular;
    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;
}

a.more_music p {
  margin-top: 0;
}

.music .feedback {
    width: 1174px;
    margin: 13px auto;
    background-color: #000;
}

.events__slider .slick-list.draggable:before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 220px;
    right: 0;
    background: -o-linear-gradient(left, transparent, #000000cf);
    background: -webkit-gradient(linear, left top, right top, from(transparent), to(#000000cf));
    background: linear-gradient(90deg, transparent, #000000cf);
    z-index: 11;
    pointer-events: none;
}

.news {
    margin-bottom: 30px;
}

.news__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.news_item {
    width: 280px;
    border-radius: 7px;
    margin-right: 32px;
    overflow: hidden;
}

.news_item:last-child {
    margin-right: 0;
}

.news_img {
    height: 150px;
    background: #000;
    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;
    overflow: hidden;
    border-radius: 7px;
}

.news_img img {
    max-width: 115%;
}

.news_item p {
    font-family: Roboto-Bold;
    font-size: 14px;
    line-height: 1.14;
}

.news_date a.fb_link {
    width: 16px;
    height: 16px;
    float: left;
    margin-right: 11px;
}

.mobile-banner__footer {
    display: none;
}

.news_date p.date {
    font-size: 11px;
    padding-top: 3px;
    color: #d39a58;
    font-family: Roboto-Regular;
}

footer {
    position: relative;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 48px;
    overflow: hidden;
}

footer:before {
    content: "";
    height: 1px;
    width: 47px;
    margin: auto;
    display: block;
    position: absolute;
    top: 24px;
    background-color: #d39a58;
    left: 0;
    right: 0;
}

footer .container {
    margin: auto;
}

.footer__social {
    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;
}

.footer__social i {
    margin-right: 18px;
}

.footer__info {
    margin-top: 11px;
    font-family: Roboto-Regular;
    opacity: 0.7;
    font-size: 11px;
    line-height: 25.55px;
}

.footer__dev {
    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;
    font-family: Roboto-Regular;
    font-size: 11px;
    margin-top: 14px;
}

.footer__dev span {
    opacity: 0.7;
}

.footer__dev a {
    background: url(../img/logo-nikitabel.svg);
    font-size: 14px;
    width: 120px;
    height: 32px;
    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;
    margin-left: 11px;
}

.footer__dev a:hover {
    background: url(../img/logo-nikitabel-hvr.svg);
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
            transform: scale(1.03);
}

section.biography {
    min-height: 802px;
}

.biography .container {
    position: initial;
    margin: auto;
    margin-top: 10rem;
}

.tempora_button h1 {
	display: none;
}

.biography .container .tabs {
    overflow: hidden;
    margin-bottom: -25px;
}

.biography .buttons {
    position: absolute;
    left: 12.1vw;
    top: 21rem;
}

section.biography .select__lang {
    top: 21.6rem;
    left: 40px;
}

.biography h3.section__title {
    background: unset;
}

    .biography .feedback {
        display: none;
    }   

.bio_galery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -45px;
}

.bio_galery img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.bio__photos, .music__cat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-top: 21px;
}

.bio__photos a, .music__cat a {
    position: relative;
    width: 14.2vw;
    height: auto;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 16px;
    white-space: nowrap;
    cursor: pointer;
}

.bio__photos a.music__modal {
    font-size: 14px;
    margin-left: -35px;
}

.buttons {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    top: 10px;
}

.button.active:before {
    content: "▸";
    margin-right: 15px;
    position: absolute;
    top: -1px;
    left: -24px;
}


.music__page .title__inner, .order_page .title__inner {
    margin-top: 190px;
}

.buttons .button {
    position: relative;
    font-size: 14px;
    font-family: Roboto-Regular;
    line-height: initial;
    padding-bottom: 16px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    cursor: pointer;
}

.buttons .button:nth-last-child(-n+2) {
    margin-bottom: 35px;
}

.buttons .button.active {
    font-family: Roboto-Bold;
    color: #d39a58;
}

.tab {
  display: none;
}

.tab.active {
  display: block;
}

.tab__inner {
    margin-top: 51px;
}

.tap__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 588px;
    margin: auto;
    padding-bottom: 31px;
}

.tap__info .date {
    position: relative;
    width: 222px;
    font-family: NotoSerif-Regular;
    font-size: 18px;
    text-align: right;
    padding-right: 47px;
}

.tap__info .date p {
    margin: -8px 0;
}

.tap__info .date:before {
    content: "";
    width: 16px;
    height: 16px;
    border: solid 1px #d39a58;
    background-color: #000000;
    display: block;
    position: absolute;
    right: 15px;
    border-radius: 50%;
}

.tap__info .date:after {
    content: "";
    width: 1px;
    height: 77vh;
    background-color: #d39a58;
    display: block;
    position: absolute;
    right: 23.13px;
    top: 18px;
}

.tap__info .tap__text {
    width: 100%;
    margin: 0;
    font-family: Roboto-Regular;
    font-size: 14px;
    line-height: 1.14;
}

.biography .term_slider {
    width: 1152px;
    max-width: 100%;
    margin: auto;
}

.biography .term_slide {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    width: 1072px;
    padding: 36px 59px;
    position: relative;
    margin-bottom: 30px;
    height: auto;
    border-radius: 4px;
    border: solid 1px #d39a58;
    max-width: 100%;
    margin: 23px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #000;
}

.musics .music__page .mobile__musiccat select {
    background: url(../img/angle-arrow-down.svg) no-repeat;
    background-size: 10px;
    background-position: right 15px top 15px;
}

.term_slide img { 
    width: 100%;
    height: 100%;
    border-radius: 4px;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
}

.biography p.term_text {
    font-size: 24px;
}

.biography .slick-slide {
    padding-right: 7rem;
}

.biography .slick-list {
    margin-top: -20px;
}

.biography .slick-dots  {
    width: auto;
    margin-left: 42px;
    bottom: 50px;
}

.biography .slick-dots li {
    width: 8px;
    height: 8px;
    background-color: #555555;
    border-radius: 50%;
}
.biography .slick-next {
    right: 96px;
}

.biography .slick-dots li.slick-active {
    background-color: #d39a58;
}

p.term_text {
    width: 890px;
    max-width: 100%;
    font-size: 24px;
    line-height: 1.33;
    font-family: Playfair-Regular;
    margin: 0;
}

p.term_name {
    width: 578px;
    max-width: 100%;
    font-size: 14px;
    line-height: 1.14;
    font-family: Roboto-Regular;
    margin-left: 5px;
}



.term_image {
    position: absolute;
    width: 160px;
    height: 160px;
    right: -81px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
    overflow: hidden;
  border-radius: 4px;
}

.bio__photos a.main_photo:before, .music__cat a.main_photo:before, .tempor_photo a.main_photo:before{
    content: "gringo_musik";
    position: absolute;
    color: #fff;
    background-repeat: no-repeat;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 22px;
    font-size: 19px;
    font-family: Playfair-Regular;
    background: url(../img/inst2.png) no-repeat top center;
    background-size: 20px;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 25px;
}
/* Music page */

.main__page .select__lang {
    right: 0;
    left: unset;
}

.select {
  position: relative;
  display: inline-block;
}
.select:after {
  content: "▼";
  padding: 0 8px;
  font-size: 12px;
  position: absolute;
  right: 8px;
  top: 4px;
  z-index: 1;
  text-align: center;
  width: 10%;
  height: 100%;
  pointer-events: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
select {
  padding-right: 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.select__lang {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    width: 48px;
    position: absolute;
    top: 50px;
    left: 0;
    font-family: Roboto-Bold;
    font-size: 11px;
}

.active__lang {
    font-family: Roboto-Regular;
}

.select__lang a {
    color: #fff;
    text-decoration: unset;
}


section.music {
    padding-top: 13rem;
}

.gen__menu {
    width: 846px;
    max-width: 90%;
    padding: 0;
}

.gen__menu a {
    color: #fff;
    text-decoration: unset;
}

.tempora_button h1 a {
    color: #fff;
    text-decoration: unset;
}

.tempora_button h1 a:hover {
    color: #d39a58;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.gen__menu a:hover {
    color: #d39a58;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

a.music__modal:hover {
    border: solid 1px #d39a58;
    background-color: #d39a581f;
    color: #fff;
    -webkit-box-shadow: inset 0 0 18px #000, 0 4px 15px #d39a58;
            box-shadow: inset 0 0 18px #000, 0 4px 15px #d39a58;
}

a.music__modal:active {
    -webkit-box-shadow: inset 0 0 9px #000, 0 2px 9px #d39a58;
            box-shadow: inset 0 0 9px #000, 0 2px 9px #d39a58;
}

a.active_page {
    color: #d39a58;
    font-family: Roboto-Bold;
}

.artist h1 {
    font-family: CormorantSC-Bold;
    font-size: 28px;
    margin-top: -6px;
}

.music__page .music__cat {
    padding-top: 35px;
    position: absolute;
    left: 11.8vw;
}

.music__page .tabs {
    margin-top: -48px;
}

.musics .music__page .container {
    margin-top: 33px;
}

.music__page .container {
    margin: auto;
    position: initial;
}

.music__page .select__lang { 
    top: unset;
    margin-top: 58px;
    left: 40px;
}

.feedback__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}


.music__page .music__inner {
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.music__cat {
    padding-top: 6.8rem;
}

.music__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.music__body .tabs {
    margin-left: 50px;
}

.order_page .select__lang {
    top: 18.6rem;
    left: 40px;
}

.order_page .container {
    margin: auto;
    position: initial;
}

.order-info_button {
    display: none;
}

.order_page .order__inner {
    margin-top: -48px;
    padding-bottom: 13px;
    overflow: hidden;
}

.music_order .order_page .order__inner {
	overflow: visible;
}

.order_page .feedback {
    width: 800px;
    max-width: 100%;
    margin-top: 0;
}

section.order_page .right__inner .tabs {
    margin-left: 9vw;
}

.order__inner .music__cat {
    padding-top: 113px;
    position: absolute;
    left: 11.8vw;
}


.music_box {
    width: 49vw;
    margin-left: auto;
    padding-top: 3rem;
    position: relative;
    top: -35px;
}

.order__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.order__inner .left__inner {
    width: 402px;
}

.order__inner .right__inner {
    width: 100%;
}

.order__info {
	width: 624px;
    height: 64px;
    border-radius: 4px;
	border: solid 1px #d39a5899;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: Roboto-Regular;
    font-size: 14px;
    line-height: 1.14;
	padding-left: 32px;
    margin-bottom: 64px;
    position: relative;
    margin-left: 162px;
    margin-top: 5px;
}

.popupBox .order__info {
   /* width: 624px; */
    font-size: 16px;
    margin: auto;
  	border: solid 0px #d39a5899;
	padding-left: 0px;
	border-radius: 0px;
    justify-content: center;
}

.music_order .popupBox .order__info {
    justify-content: center;
}

.popupBox .order__info br {
    display: none;
}

.order__inner .right__inner .tabs {
    margin: 0;
}

.order__irem {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 24px;
    margin-left: 56px;
}

.order__image {
    position: relative;
    width: 300px;
    height: 163px;
    border-radius: 4px;
    background: #fff;
    overflow: hidden;
    background-color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.order__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
}

.order__irem:before {
    position: absolute;
    display: block;
    height: 100px;
    content: "";
    width: 1px;
    left: 156px;
    margin: auto;
    bottom: -49px;
    background: #d39a58;
    z-index: 0;
}

.mobile_slider {
    display: none;
}

.feedback.dnone {
    display: none;
}

.order__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 32px;
    width: 384px;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

p.order__title {
    font-family: Playfair-Bold;
    font-size: 19px;
    line-height: 1.37;
    margin-bottom: 0;
    margin-top: 0;
}

.order__subtitle {
    width: 304px;
    max-width: 100%;
    font-family: Roboto-Regular;
    font-size: 11px;
    margin-top: 10px;
}

.feedback {
    width: 800px;
    height: 321px;
    border-radius: 4px;
    border: solid 1px #d39a58;
    text-align: center;
    margin-left: 87px;
    margin-top: 4px;
    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;
}

h3.feedback__title {
    font-family: Playfair-Regular;
    font-size: 32px;
    line-height: 1.34;
    margin-bottom: 0;
    font-weight: 500;
    margin-top: 25px;
}

.feedback_subtitle {
    margin-top: 24px;
    margin-bottom: 24px;
    font-family: Roboto-Regular;
    font-size: 14px;
    line-height: 1.14;
    width: 592px;
    max-width: 100%;
}

.feedback__inputs input {
    width: 136px;
    height: 26px;
    border: 0;
    border-bottom: solid 1px #d39a58;
    background-color: unset;
    padding-left: 5px;
    font-family: Roboto-Regular;
    font-size: 14px;
    padding-bottom: 9px;
    margin: 0 25px;
    outline: unset;
    color: #fff;
}

.feedback__inputs input:last-child {
    width: 184px;
}

.feedback__button {
    width: 184px;
    height: 40.4px;
    border-radius: 4px;
    border: solid 1px #d39a58;
    background: none;
    color: #fff;
    font-family: NotoSerif-Bold;
    font-size: 14px;
    margin-top: 30px;
  	cursor: pointer;
}

p.policy {
    opacity: 0.6;
    font-family: Roboto-Regular;
    font-size: 11px;
    margin-top: 17px;
}

p.policy a {
    color: #fff;
    text-decoration: underline;
}

.c-slide {
  width: 100%;
  height: 100%;
  position: relative;
}
.slider-nav {
  .slick-slide {
    display: block;
    height: 150px;
    text-align: center;
    color: white;
  }  
  &.slick-initialized .slick-slide {
    display: inline-block;
  }
}
.slider-thumbs {
  display: none;
  &.slick-initialized {
    display: block;
    text-align: center;
    & .slick-track {
      position:relative;
      text-align:center;
    }
    .slick-slide {
      display: inline-block;
      float:none;
      border: 1px solid white;
      margin: 10px 10px;
    }
    .slick-slide {
      height: auto;
      max-width: 100%;
      outline: none;
    }
    .slick-current {
      border: 2px solid blue;
    }
  }
}
.pre{
  width: 25px !important;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  margin: auto;
  cursor: pointer;
}
.tempora .next{
  width: 25px !important;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  margin: auto;
  cursor: pointer;
}


.tempora .container {
    width: 100%;
    padding: 0;
    height: 100%;
    position: relative;
}

.tempora .slick-slider {
    width: 100%;
    height: 100%;
}

.c-slide h1 {
    position: absolute;
    top: 242px;
    left: 0;
    right: 0;
    text-align: center;
    font-family: RozhaOne;
    font-size: 93px;
    line-height: 0.82;
    text-transform: uppercase;
    font-weight: 500;
}

.c-slide h1 img {
    width: 401px;
    max-width: 100%;
}

.tal_tempor header nav {
    display: none;
}

.tal_tempor header nav.temp_nav {
    display: block;
    width: 50%;
    margin: auto;
}

.tempora .social {
    position: absolute;
    bottom: 85px;
    left: 0;
    right: 0;
    margin: auto;
    width: 169px;
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
    z-index: 1;
}



.c-slide .slick-list {
    height: 100%;
}

.c-slide .slick-track {
    height: 100%;
}

.c-slide .slider-thumbs.slick-slider {
    z-index: 1;
    top: 26rem;
}

.c-slide .slick-arrow {
    display: none !important;
}

.tempora .slider-thumbs h3 {
    height: 29px;
    font-family: Montserrat-Light;
    font-size: 24px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.21;
    letter-spacing: 7.2px;
    text-align: center;
    color: #ffffff;
    padding: 0 112px;
    margin: 0;  
    opacity: 0.5;
}

.tempora .slider-thumbs h3:hover {
    opacity: 1;
}

.tempora div.slick-current h3 {
    font-family: Montserrat-Medium;
    opacity: 1;
}

.slick-initialized .slick-slide {
    outline: unset;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}




.slider-thumbs .slick-slide {
    cursor: pointer;
}

.slider-thumbs.slick-slider {
    position: absolute;
    top: 26rem;
}


.popupBox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity .5s ease .1s;
  -o-transition: opacity .5s ease .1s;
  transition: opacity .5s ease .1s;
  opacity: 0;
  display: none;
}

.popupBox .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.8);
}

.popupBox .popup {
  position: relative;
  display: none;
}

.popupBox .popup form {
    width: 32vw;
    margin-left: 3vw;
    margin-top: 0.9vw;
}

.popupBox .popup.active {
  display: block;
          z-index: 10;
          width: auto;
}

.popupBox.active {
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 99999999;
}

.popupBox .dashedWrap.hidden {
  display: none;
}

.shadowBox {
  padding: 1.6vw;
  border-radius: 15px;
 /* background-color: #202022; */
  -webkit-box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.1);
  /*  box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.1); */
      overflow: hidden;
      max-width: 900px;
}

.contacts__page .title__inner {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.contacts__body {
    margin: auto;
    padding-top: 80px;
    margin-left: -50px;
    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;
}

.contact__number {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 32px;
    margin-left: 10px;
}

.contact__number:last-child {
    margin-bottom: 24px;
}

.contact__number a {
    font-family: Roboto-Bold;
    font-size: 19px;
    color: #fff;
    text-decoration: unset;
}

.contact__number span {
    font-family: Roboto-Regular;
    font-size: 14px;
}

.contacts_inner {
    padding-top: 0;
    margin-top: 114px;
    position: relative;
}

.order_page .container {
    margin-top: 38px;
}

.contacts__page h3.section__title {
    margin-top: 0;
    background: none;
}

.contacts_soc {
    margin-top: 35px;
}


.contact__number:before {
    position: absolute;
    left: -42px;
    top: 4px;
    width: 24px;
    height: 16px;
}

.number__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 16px;
    margin-top: -3px;
}

.germ:before {
    background-image: url(../img/contacts/ger.png);
}

.china:before {
    background-image: url(../img/contacts/china.png);
}

.rus:before {
    background-image: url(../img/contacts/rus.png);
}

a.contact_mail {
    width: 232px;
    height: 40.4px;
    border-radius: 4px;
    border: solid 1px #ffffff80;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    text-align: center;
    line-height: 41px;
    color: #fff;
    text-decoration: unset;
    font-family: Roboto-Bold;
    font-size: 14px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.social__contacts {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 35px;
}

.social__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 425px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-left: 167px;
}

.contacts_soc .social__links {
    width: 500px;
    max-width: 100%;
}

.contacts_soc .soc_link {
    width: auto;
}

.soc_link {
    width: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 27px;
}

.soc_link a {
    font-family: Roboto-Regular;
    font-size: 14px;
    color: #fff;
    text-decoration: unset;
    padding-left: 12px;
}

.contact__footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 90px;
    margin-bottom: 49px;
    margin-left: auto;
    margin-right: auto;
}

.contact__footer .footer__info {
    margin-top: 0;
}

.contact__footer .footer__dev {
    margin-top: 0;
}



.soc__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 29px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.contacts_inner .container, .contacts_soc .container {
    width: 906px;
}


.menu-icon {
  height: 25px;
  cursor: pointer;
  width: 40px;
  position: relative;
  overflow: hidden;
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}
.menu-icon:before, .menu-icon:after {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  content: '';
  display: block;
  width: 2px;
  height: 28px;
  border-radius: 10px;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  background-color: #fff;
}
.menu-icon:before {
  position: absolute;
  top: 0;
  left: 20px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.menu-icon:after {
  position: absolute;
  top: 0;
  right: 18px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.menu-icon .bar {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
  width: 100%;
  height: 5px;
  background-color: #fff;
  border-radius: 20px;
}
.menu-icon .bar-1 {
  position: absolute;
  top: 0;
  left: 0;
}
.menu-icon .bar-2 {
  position: absolute;
  top: 10px;
  left: 0;
}
.menu-icon .bar-3 {
  position: absolute;
  top: 20px;
  left: 0;
}
.menu-icon.opened .bar {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}
.menu-icon.opened:before, .menu-icon.opened:after {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}



.menu-icon-3:before {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.menu-icon-3:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.menu-icon-3:before, .menu-icon-3:after {
  top: -2px;
}
.menu-icon-3.opened:before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.menu-icon-3.opened:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.menu-icon-3.opened:before, .menu-icon-3.opened:after {
  top: 0px;
}
.menu-icon-3.opened .bar {
  opacity: 0;
}
.menu-icon-3.opened .bar-1 {
  top: 10px;
}
.menu-icon-3.opened .bar-3 {
  top: 10px;
}


header .mheader__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    position: fixed;
    width: 320px;
    max-width: 100%;
    height: auto;
    top: 0;
    left: -100%;
    z-index: 999;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    padding: 0 40px;
    background-color: #000;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

header .mheader__inner.active {
    left: 0;
    bottom: 0;
    overflow: scroll;
    display: block;
    height: auto;
}

.icon {
    position: relative;
    z-index: 9999;
}

.mheader__soc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-top: 48px;
}

.wrapper:before {
    content: "";
    display: block;
    width: 100%;
    height: 100vh;
    position: fixed;
    background: #000;
    z-index: -1;
    opacity: 0;
}


.wrapper.noScroll:before {
    opacity: 0.8;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
    z-index: 2;
    overflow: hidden;
    height: 100vh;
}

a.close {
    left: 0;
    margin: auto;
    font-size: 28px;
    font-family: Helvetica;
    z-index: 1;
    position: absolute;
    top: 15px;
    right: 0;
    font-size: 21px;
    height: 31px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 26px;
    font-family: Roboto-Regular;
    color: #d39a58;
    cursor: pointer;
    height: 100%;
}

a.close:before {
    content: "Закрыть";
    position: absolute;
    top: 18px;
    font-size: 7px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

[data-popup] {
    cursor: pointer;
}

.music_box iframe {
    border-radius: 4px;
    background-color: #383838;
}

.m_mus .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}

section.tempora-inform {
    padding: 100px 120px;
}

.tempora_bg:before {
    content: "";
    position: fixed;
    height: 100%;
    width: 100%;
    background: url(../img/tempora-inform_bg.jpg);
    background-size: 100%;
    top: 0;
  	opacity: 0.5;
}

.tal_tempor h3.section__title {
    background: none;
}

.tal_tempor .events__slider:after {
    background: none;
}

.tempora-inform__body {
    position: relative;
    width: 774px;
    max-width: 100%;
    text-align: center;
    margin: auto;
    z-index: 2;
}

.tempora-inform__body h3 img {
    width: 190px;
}

.mheader_name a {
    color: #fff;
}

.tempora-inform__body h3 {
    font-family: RozhaOne;
    font-size: 42px;
    font-weight: 300;
    text-transform: uppercase;  
    line-height: 0.83;
}

.tempora-inform__body p {
    font-size: 16px;
    font-family: Roboto-Regular;
}

.tempora-inform__body .info__button {
    opacity: 1;
    position: relative;
    margin-top: 34px;
    width: 194px;
    background: #000;
}

.shadow-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    left: 0;
    top: 0;
    opacity: 0.35;
}

.tal_tempor section.tempora {
    padding: 0;
    height: 100%;
    position: relative;
}

.c-slide .slick-slide img {
    width: 100%;
}

a.click_button {
    position: absolute;
    bottom: 29px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    width: 63px;
}

.storys_slider {
    width: 416px;
    height: 536px;
    margin: auto;
}

.storys_slider .slick-prev {
    left: -35px;
}

.storys_slider .slick-dots li {
    position: relative;
    width: 72px;
    height: 3px;
    background: #fff;
    opacity: 0.5;
    overflow: hidden;
    border-radius: 9px;
}

.storys_slider .slick-dots li button {
    background-color: #d39a58;
    left: -20px;
    position: relative;
}


.slick-actives button {
    width: 94px !important;
    -webkit-transition: all 5s;
    -o-transition: all 5s;
    transition: all 5s;
}

.mobile_slider .shadow-bg {
    z-index: 1;
}


.tempor_photo {
    padding-top: 0;
}

.tal_tempor .popup__1 img {
    max-width: 100%;
}

.tempor_photo .bio_galery a {
    position: relative;
    width: 176px;
    height: 176px;
    margin-right: 32px;
}

.vid__item:hover, a.more_music:hover {
    -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
            transform: scale(1.03);
}

.tempor_photo .bio_galery {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.tempor_photo .bio_galery.two_row {
    margin-top: 32px;
}

.popup__2 .shadowBox {
    background: #000;
    /*padding-bottom: 42px;
    padding-top: 42px;*/
    width: 1000px;
    max-width: 100%;
    overflow-y: scroll;
    height: 700px;
}

.popup__2 h2 {
    font-family: RozhaOne;
    font-size: 42px;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    line-height: 0.83;
    margin-top: 0;
}

.tempora_popup_info {
    width: 800px;
    max-width: 100%;
    margin: auto;
    font-family: Roboto-Regular;
    font-size: 20px;
    text-align: center;
    -ms-overflow-style: none;  /* IE 10+ */
    scrollbar-width: none; /* Firefox */
}

.tempora_popup_info h3 {
    font-family: Playfair-Bold;
    font-size: 24px;
}

.tempora_popup_info ul {
    list-style: none;
    padding: 0;
}

.tempora_popup_info::-webkit-scrollbar { /* chrome based */
    width: 0px;  /* ширина scrollbar'a */
    background: transparent;  /* опционально */
}

.general_ava {
    text-align: center;
}

.genava_body {
    margin: auto;
}
    .contacts_section .social img {
        width: 23px;
        margin-right: 12px;
    }
.genava_body .social {
    height: auto;
    position: absolute;
    bottom: -43px;
}

.genava_body h3 {
    font-family: Playfair-Regular;
    font-size: 24px;
    font-weight: 300;
    margin-top: 10px;
    margin-bottom: 12px;
}

.genava_body p {
    font-family: Roboto;
    font-size: 14px;
    line-height: 1.14;
    margin-top: 0;
    margin-bottom: 0;
}

.genava_body a {
    display: block;
    color: #d39a58;
    text-decoration: underline;
}

.genava_body a.music__modal {
    display: block;
    margin-top: 17px;
    width: 208px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    text-decoration: none;
}

.tal_tempor .popupBox {
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
    overflow-y: scroll;
}

.tal_tempor .popupBox .overlay {
    height: 100vw;
}

.overhidden {
    overflow: hidden;
}

.policy .music__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-family: Roboto-Regular;
    font-size: 16px;
}

.policy .music__body h4 {
    margin-bottom: 0;
}

.policy .music__body p {
    margin-top: 0;
}

.tempora_bg {
    position: relative;
}

html.overflow {
    overflow: hidden;
}

html.overflow .popupBox {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    overflow: scroll;
}

html.overflow .popupBox .popup.active {
    margin-top: 80px;
}

html.overflow .popupBox .popup.active img {
    max-width: 100%;
    height: auto;
}

.bio_galery a.video__popup_ph:last-child {
    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;
    color: #fff;
    font-family: Playfair-Regular;
}

.bio_galery a.video__popup_ph:last-child:before {
    position: absolute;
    content: "grigorovich_composer";
    background: url(../img/instagram.svg) no-repeat top 7px center;
    padding-top: 25px;
    background-size: 17px;
  z-index:1;
}

.bio_galery a.video__popup_ph:last-child:after {
    content: "";
    position: absolute;
    width: 100%;
    background: #000000;
    height: 100%;
    z-index: 0;
}

.tempor_photo .min_vid .vid__item:nth-child(3):before {
    content: "talea_tempora";
    background: url(../img/instagram.svg) no-repeat top 7px center;
    padding-top: 25px;
    background-size: 17px;
    width: 100%;
    text-align: center;
    color: white;
}

.tal_tempor .popupBox .popup.active {
    margin-top: 65px;
}


.tal_tempor .popupBox .popup.active .form__wrap {
    border: 1px solid #d39a58;
    border-radius: 4px;
}

.tal_tempor .popupBox .shadowBox {
 overflow: visible;
    height: 100%;
}

.contacts_section {
    padding-bottom: 50px;
    padding-top: 130px;
}

.contacts_section .contain_1200 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.social .soc_vk img {
    width: 25px;
}

.mobile_slider .slick-list {
    border-radius: 4px;
}

.contacts_section .genava_body {
    margin: 0;
}

.contacts_section .contact__number {
    margin-bottom: 12px;
    margin-left: 70px;
}

.contacts_section .contact__number:last-child {
    margin-bottom: 12px;
}

.music__page .feedback__box h3.section__title {
    position: absolute;
    left: 0;
    font-size: 29px;
}

.music__page .feedback__box h3.section__title:before {
    top: 24px;
}


.music__page .feedback__box h3.section__title {
    display: none;
}

body.policy .section__title {
    margin-left: -70px;
    background-color: #000;
    margin-bottom: 15px;
}

body.policy .section__title:before {
    z-index: -1;
}

.footer__social img {
    opacity: 0.8;
}

.mheader__inner .icon {
    position: absolute;
    left: 13px;
    top: 31px;
}

.mobile__header .icon {
    z-index: 999;
}

.tempora .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}

.contacts_section .container.contain_1200 {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    padding-left: 18rem;
}

.popup {max-height: 100%;}

.bio_galery > a {
    justify-content: center;
    align-items: center;
    width: 208px;
    height: 208px;
    display: flex;
}

.music_order .feedback {
	position: relative;
}

/* стили для мноточия '…' */ 
.news__inner p {
  overflow: hidden;
  position: relative; 
  line-height: 1.2em;
  /* max-height = line-height (1.2) * число строк (3) */
  max-height: 3.4em; 
}

.bio .popup__1 .shadowBox img {
	width: 100%;
}

.tal_tempor .select__lang {
    z-index: 1;
    left: 3rem;
    top: 12rem;
}

div.vid__item a:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: hsla(0, 0%, 0%, .5);
}
.info__button:empty {
	display: none;
}
.tempor_photo a.vid__item:before {
	display: none;
}

.bio .gen__menu li:nth-child(2) a, .musics .gen__menu li:nth-child(4) a, .cont .gen__menu li:nth-child(5) a {
  font-family: Roboto-Bold;
    color: #d39a58; 
}
.bio .slick-arrow {
    display: none !important;
}
@media (max-width: 768px) {
.main__page #__replain_widget {
  display:none
  }
}

.main__page .popup__1 iframe {
    width: 955px;
    height: 504px;
    max-width: 100%;
    border-width: 0px;
}