html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {margin: 0;}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {display: block;}
audio, canvas, progress, video {display: inline-block;}
audio:not([controls]) {display: none; height: 0;}
progress {vertical-align: baseline;}
template,
[hidden] {
  display: none;
}
a {background-color: transparent; -webkit-text-decoration-skip: objects;}
a:active, a:hover {outline-width: 0;}
abbr[title] {border-bottom: none; text-decoration: underline; text-decoration: underline dotted;}
b, strong {font-weight: inherit; font-weight: bolder;}
dfn {font-style: italic;}
h1 {font-size: 2em; margin: 0.67em 0;}
mark {background-color: #ff0; color: #000;}
small {font-size: 80%;}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {bottom: -0.25em;}
sup {top: -0.5em;}
img {border-style: none;}
svg:not(:root) {overflow: hidden;}
code, kbd, pre, samp {font-family: monospace,monospace; font-size: 1em;}
figure {margin: 1em 40px;}
hr {box-sizing: content-box; height: 0; overflow: visible;}
button, input, select, textarea {font: inherit; margin: 0;}
optgroup {font-weight: 700;}
button, input {overflow: visible;}
button, select {text-transform: none;}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
textarea {overflow: auto;}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
p, figure, h1, h2, h3, h4, h5, h6 {margin: 0;}
/*normalize css */

/*begin general css */
ul {list-style: none; margin: 0; padding: 0;}
a {text-decoration: none;}
* {box-sizing: border-box;}
a, button, input, textarea, .js-svg {
  -webkit-transition: background .2s, border .2s, color .2s;
  -o-transition: background .2s, border .2s, color .2s;
  transition: background .2s, border .2s, color .2s;
}
body {font-family:'Prata',Arial,Helvetica,sans-serif; color:#333;}

@font-face {
    font-family: 'Prata';
    src: url('../fonts/Prata-Regular.eot');
    src: local('☺'),
         url('../fonts/Prata-Regular.woff') format('woff'),
         url('../fonts/Prata-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'NotoSans';
    src: url('../fonts/NotoSans.eot');
    src: local('☺'),
         url('../fonts/NotoSans.woff') format('woff'),
         url('../fonts/NotoSans.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'NotoSans';
    src: url('../fonts/NotoSans-Bold.eot');
    src: local('☺'),
         url('../fonts/NotoSans-Bold.woff') format('woff'),
         url('../fonts/NotoSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
/*end general css */


/*begin my css */

.container{
  width: 1140px;
  margin: 0 auto;
}
.about__block_info{
  display: flex;
  justify-content: flex-end;
  position: relative;
}
/*.text_right {
  text-align: right;
}*/
/*.text_right::before{
  content: '';
  background-image: url(../img/roza-picture.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}*/
.about_bg img{
  position: relative;
  z-index: 5;
}
.ab_bg_left.about_bg img {
  /* background: linear-gradient(270deg, #000 40%, transparent); */
  max-width: 520px;
}
.about__block_right {
  width: 680px;
}
.block__rb.active {
  color: #00C5B9;
}
/*.about__block_left img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: linear-gradient(90deg, #f6f6f6 60%, transparent);
}*/
header{
  position: relative;
}

.header_top{
  padding: 20px 0;
  font-family: 'NotoSans';
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 2;
  transition: 0.6s;
  background-color: rgba(0, 0, 0, 0.9);
}
.header_top.index{
  background-color: transparent;
}
.header_top.scroll{
  background-color: rgba(0, 0, 0, 0.9);
}
.header_top .container{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo{
  display: block;
  width: 200px;
  height: 70px;
  background: url('../img/logo-header.svg') center / cover no-repeat;
}

.menu{
  display: flex;
}
.menu>li:not(:first-child){
  margin-left: 20px;
}
.menu_link{
  text-transform: uppercase;
  font-size: 12px;
  color: #FCF7EE;
}
.menu_link:hover,
.sub_menu_link:hover .menu_link{
  color: #DFAF4B;
}
.menu_link.active{
  color: #DFAF4B;
  font-weight: bold;
}

.sub_menu_link{
  cursor: pointer;
  position: relative;
  padding-right: 15px;
  background: url('../img/down_white.svg') right top 9px / 10px no-repeat;
}
.sub_menu_link:hover,
.sub_menu_link.active{
  background-image: url('../img/down_yellow.svg');
}
.sub_menu{
  position: absolute;
  width: 250px;
  left: -20px;
  padding-top: 48px;
  top: 100%;
  max-height: 0;
  overflow: hidden;
  transition: 1s;
}
.sub_menu.index{
  padding-top: 10px;
}
.sub_menu.index.scroll{
  padding-top: 48px;
}
.sub_menu_link:hover .sub_menu{
  max-height: 500px;
}

.sub_link{
  display: block;
  color: #fff;
  font-size: 12px;
  transition: 0.6s;
  padding: 10px 20px;
  text-transform: uppercase;
  border-left: 3px solid transparent;
  background-color: rgba(0, 0, 0, 0.8);
}
.sub_link:hover{
  border-left: 3px solid #FFCF6C;
}
.sub_link.active{
  font-weight: bold;
  border-left: 3px solid #FFCF6C;
}

.lang_block{
  width: 35px;
  margin-left: auto;
  padding-right: 15px;
  position: relative;
  background: url('../img/lang_arrow.svg') right top 8px / 10px no-repeat;
}
.lang{
  display: block;
  color: #fff;
  text-transform: uppercase;
}
.lang.choice{
  color: #DFAF4B;
  font-weight: bold;
}
.lang:hover,
.menu_btn:hover,
.close:hover{
  color: #DFAF4B;
}
.other_lang{
  position: absolute;
  max-height: 0;
  left: -5px;
  transition: 0.6s;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.9);
}
.other_lang > .lang{
  padding: 4px 10px;
}
.other_lang > .lang:last-child{
  padding-bottom: 10px;
}
.lang_block:hover .other_lang{
  max-height: 140px;
}

.mobile_lang{
  display: none;
  margin-top: 20px;
  padding: 0 20px;
  justify-content: space-between;
}

.mob_menu{
  display: none;
  margin-bottom: 10px;
  color: #fff;
}
.menu_btn{
  display: flex;
  padding-right: 30px;
  cursor: pointer;
  font-size: 16px;
  text-transform: uppercase;
}

.menu_btn:hover .mob-start span{
  transition-delay: 0s;
  background-color: #DFAF4B;
  border-color: #DFAF4B;
}

.burger_btn{
  margin-left: 10px;
  position: relative;
}
.mob-start{
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  right: 0;
  cursor: pointer;
}
.mob-start span{
  position: absolute;
  left: 0;
  width: 25px;
  height: 1px;
  display: block;
  background-color: #fff;
  border: 1px solid #fff;
  transform: rotate(0deg);
  transition: 0.5s linear;
}
.mob-start .menu1{
  top: 0;
}
.mob-start .menu2{
  top: 9px;
}
.mob-start .menu3{
  top: 18px;
}
.burger_btn.burger_btn--active .mob-start .menu1{
  top: 10px;
  transform: rotate(135deg);
}
.burger_btn.burger_btn--active .mob-start .menu2{
  left: -20px;
  opacity: 0;
}
.burger_btn.burger_btn--active .mob-start .menu3{
  top: 10px;
  transform: rotate(-135deg);
}


.under_nav{
  display: none;
  position: fixed;
  width: 240px;
  right: 0;
  top: 0;
  z-index: 5;
  height: 100vh;
  transition: 0.6s;
  background-color: rgba(0, 0, 0, 0.9);
  transform: translateX(320px);
}
.under_nav.active{
  transform: translateX(0);
}
.close{
  color: #fff;
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 20px;
  cursor: pointer;
}
.under_nav .menu{
  display: block;
  margin-top: 50px;
}

.header_soc_name{
  position: absolute;
  right: 110px;
  top: 50%;
  transform: rotateZ(90deg) translateX(-50%);
}
.header_soc_name .soc_name_item:last-child{
  margin-left: 30px;
}
.soc_name_item{
  color: #fff;
}
.soc_name_item:hover{
  color: #DFAF4B;
}
.header_soc_name .soc_block{
  margin: 0;
}
.soc_item{
  transform: rotateZ(-90deg);
}

/*.header_slider{
  opacity: 0;
  transition: 1s;
  transform: translateY(50px);
}
.header_slider.way--active{
  opacity: 1;
  transform: translateY(0);
}*/

.header_bottom_slider{
  position: absolute;
  transition: 1s;
  transition-delay: 2.3s;
  bottom: 20px;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, 50px);
}
.header_bottom_slider.way--active{
  opacity: 1;
  transform: translate(-50%, 0);
}
.slide{
  min-height: 630px;
  height: 100vh;
  display: flex;
  align-items: center;
  color: #fff;
  background: center / cover no-repeat;
}
.slide .container{
  margin-bottom: 140px;
}
.slide .slide_title,
.slide .slide_btn,
.slide .slide_text{
  opacity: 0;
  transition: 1s;
  transform: translateY(50px);
}
.slide .slide_title{
  transition-delay: 0.8s;
}
.slide .slide_text{
  transition-delay: 1.3s;
}
.slide .slide_btn{
  transition-delay: 1.8s;
}
.slide .slide_title.way--active,
.slide .slide_btn.way--active,
.slide .slide_text.way--active{
  opacity: 1;
  transform: translateY(0);
}
.slide .slide_btn:hover{
  transition-delay: 0s;
  background-color: #007b80;
}

.slide_title{
	display: inline-block;
  color: #fff;
  font-weight: normal;
  font-size: 28px;
  margin-bottom: 20px;
}
.slide_text{
  font-size: 14px;
  margin-bottom: 40px;
}
.slide_title:hover{
	transition-delay: 0s;
	color: #DFAF4B;
}
.slide_btn{
  display: inline-block;
  padding: 15px 40px;
  color: #fff;
  border-radius: 40px;
  background-color: #00C5B9;
}
.slide_item{
  width: 600px;
}

.text{
  font-family: 'NotoSans';
}


.bottom_slide_img{
  display: block;
  float: left;
  width: 280px;
  height: 165px;
  background: center / cover no-repeat;
}
.bottom_slide_text{
  margin-left: 295px;
  color: #fff;
  margin-right: 10px;
}
.bottom_slide_text .slide_title{
  font-size: 18px;
  margin-bottom: 5px;
}
.bottom_slide_text .slide_text{
  font-size: 12px;
}

.slick_arrow{
  position: absolute;
  width: 25px;
  height: 25px;
  border: none;
  outline: none;
  top: 40%;
  cursor: pointer;
  transform: translateY(-50%);
  background-color: transparent;
  background: center / 20px no-repeat;
}
.header_bottom_slider .slick_prev{
  left: -40px;
  background-image: url(../img/left_w.svg);
}
.header_bottom_slider .slick_next{
  right: -30px;
  background-image: url('../img/right_w.svg');
}

.slick-dots{
  margin-top: 10px;
  display: flex;
  justify-content: center;
}
.slick-dots > li:not(:first-child){
  margin-left: 15px;
}
.slick-dots button{
  border-radius: 50%;
  border: none;
  outline: none;
  font-size: 0;
  width: 0;
  height: 0;
  padding: 6px;
  cursor: pointer;
  transition: 0.8s;
  background-color: #fff;
}
.slick-dots .slick-active button{
  padding: 12px;
  background-color: #02AAB0;
}

section{
  padding: 90px 0;
}
.title{
  font-size: 40px;
}
.figure{
  display: inline-block;
  position: relative;
}
.figure:before{
  content: "";
  position: absolute;
  z-index: -1;
}
.poly_6:before{
  left: 50px;
  top: 50%;
  width: 80px;
  height: 80px;
  transform: translateY(-50%);
  background: url('../img/poly_6.svg') center / contain no-repeat;
}


.gray{
  position: relative;
}
.gray_bg{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #F6F6F6;
}
.afisha_bg{
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
}

.section_top
/*.afisha_item*/{
  margin-bottom: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.more{
  position: relative;
  margin-right: 25px;
  color: #000;
  padding: 5px 20px 5px 10px;
  background-color: rgb(48, 213, 200);
}
.more:after{
  content: "";
  position: absolute;
  right: -25px;
  top: 50%;
  width: 37px;
  height: 12px;
  transition: 0.6s;
  transform: translateY(-50%);
  background: url('../img/more.svg') center / contain no-repeat;
}
.more:hover:after{
  right: -35px;
}
.more--yellow{
  background-color: #FFCF6C;
}

/*.afisha_block{
  display: flex;
}
.afisha_img{
  display: block;
  width: 180px;
  height: 285px;
  background: center / cover no-repeat;
}
.afisha_item{
  margin-bottom: 0;
}
.afisha_text{
  margin-left: 20px;
  max-width: 400px;
}
.afisha_title{
  font-size: 24px;
  line-height: 32px;
  margin: 5px 0 30px;
}
.afisha_btn{
  padding: 8px 30px;
  border: 1px solid #000;
  text-align: center;
  color: #000;
  border-radius: 35px;
}*/


.tour{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tour_img{
  width: 40%;
  flex-shrink: 0;
}
.tour_img img{
  display: block;
  width: 100%;
}
.tour_text{
  width: 48%;
}
.tour_text .title{
  text-align: right;
}
.tour_text .more{
  display: table;
  margin: 20px 30px 0 auto;
}

.tour_text__buttons{
  display: flex;
}
.more.more_inner{
  display: table;
  margin-bottom: 40px;
}

.poly_4:before{
  left: 7px;
  top: -10px;
  width: 75px;
  height: 75px;
  background-color: rgb(48, 213, 200);
}

.news_main{
  display: grid;
  grid-template-columns: repeat(4, 270px);
  justify-content: space-between;
  grid-gap: 40px 20px;
}
.news_img{
  display: block;
  height: 220px;
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}
.news_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
}
.news_img:hover img{
  transform: scale(1.1);
}
.news_date{
  font-size: 14px;
  margin-bottom: 10px;
}
.news_title{
  color: #000;
  font-size: 18px;
  line-height: 24px;
}
.news_title:hover{
  color: #00968a;
}


.about_section{
  padding-top: 140px;
}
.left_to_right{
  clip-path: polygon(0 0, 100% 11%, 100% 88%, 0% 100%);
}
.about_bg{
  text-align: right;
}
.ab_bg_left{
  text-align: left;
}
.about_bg img{
  max-width: 1000px;
  height: 100%;
  object-fit: contain;
  margin-top: 30px;
  margin-left: 130px;
}
.about_gradient{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 0;
  background: linear-gradient(90deg, #f6f6f6 40%, transparent);
}
.poly_0:before{
  left: 200px;
  width: 75px;
  height: 75px;
  top: 50%;
  border-radius: 50%;
  background-color: #FFCF6C;
  transform: translateY(-50%);
}
.about_text{
  margin: 30px 0;
  width: 680px;
  font-size: 14px;
  line-height: 24px;
  text-indent: 16px;
}
.about_btn{
  position: relative;
  background-color: transparent;
}
.about_btn:before{
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  z-index: -1;
  width: 40px;
  height: 20px;
  background-color: #FFCF6C;
  transform: translateY(-50%);
}

.poly_3:before{
  width: 85px;
  height: 85px;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
  background: url('../img/poly_3.svg') center / contain no-repeat;
}


.song_main{
  margin-top: 85px;
  display: flex;
  justify-content: space-between;
}
.song_list{
  width: 49%;
}
.song_list .list_item:not(:first-child){
  margin-top: 20px;
}
.list_item{
  display: flex;
  transition: 0.6s;
  border-radius: 5px;
  align-items: center;
  padding: 10px 30px 10px 20px;
  justify-content: space-between;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.list_item audio{
  display: none;
}
.list_item:hover{
  border-color: #DFAF4B;
  box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.16);
}
.song_number{
  display: block;
  width: 33px;
  font-size: 24px;
}
.song_img{
  width: 65px;
  height: 65px;
  border-radius: 5px;
  margin: 0 30px 0 10px;
  background: center / cover no-repeat;
}
.song_play{
  display: inline-block;
  width: 15px;
  margin-right: 30px;
  height: 15px;
  opacity: 0.5;
  transition: 0.4s;
  background: url('../img/play.svg') center / contain no-repeat;
}
.song_play.active{
  background-image: url('../img/pause.svg');
}
.song_play:hover{
  opacity: 1;
}
.song_title{
  width: 310px;
}
.song_name{
  color: #909090;
}
.song_download{
  display: block;
  width: 20px;
  height: 20px;
  opacity: 0.7;
  transition: 0.4s;
  background: url('../img/download.svg') center / contain no-repeat;
}
.song_download:hover{
  opacity: 1;
}


.right_to_left{
  clip-path: polygon(0 7%, 100% 0%, 100% 100%, 0% 93%);
}
.poly_5:before{
  left: 130px;
  width: 90px;
  height: 90px;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
  background: url('../img/poly_5.svg') center / contain no-repeat;
}

.album_slider .slick_arrow{
  top: 50%;
  z-index: 2;
}
.album_slider .slick_prev{
  left: 30px;
  background: url('../img/left_b.svg') center / contain no-repeat;
}
.album_slider .slick_next{
  right: 30px;
  background: url('../img/right_b.svg') center / contain no-repeat;
}
/*.album_arrows .slick_arrow:before{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  z-index: -1;
  transition: 0.6s;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.album_arrows .slick_prev:hover:before,
.album_arrows .slick_next:hover:before{
  width: 45px;
  height: 45px;
  background-color: #FFCF6C;
  opacity: 1;
}*/
.album_slider .slick-slide{
  outline: none;
  opacity: 0.5;
  transition: 0.6s;
}
.album_slider .slick-slide.active,
.album_slider .slick-center{
  opacity: 1;
}
.album_slider .slick-list{
  padding: 0 15px;
}
.album_slide_item{
  display: block;
  margin: 25px 15px;
  text-align: center;
  height: 330px;
  padding: 160px 25px 25px;
  cursor: pointer;
  color: #fff;
  transition: 0.6s;
  background: center / cover no-repeat;
}
.album_slide_item:hover{
  transform: translateY(-10px);
  box-shadow: -8px 16px 24px rgba(32, 32, 35, 0.2);
}
.album_length{
  position: relative;
  display: inline-block;
}
.album_length:before{
  content: "";
  position: absolute;
  left: -30px;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: url('../img/photo_icon.svg') center / contain no-repeat;
}
.album_title{
  color: #fff;
  margin-top: 10px;
}


.partner_title{
  display: inline-block;
  position: relative;
}
.partner_title:before{
  content: "";
  position: absolute;
  width: 140px;
  height: 50px;
  right: -30px;
  top: 50%;
  z-index: -1;
  transform: translateY(-60%);
  background-color: rgb(48, 213, 200);
}

.partner_slider{
  margin-top: 80px;
}
.partner_slider .slick-slide{
  outline: none;
}
.partner_slider .slick_arrow{
  top: 50%;
  transform: translateY(-50%);
}
.partner_slider .slick_prev{
  left: -30px;
  background: url('../img/left_y.svg') center / 14px no-repeat;
}
.partner_slider .slick_next{
  right: -20px;
  background: url('../img/right_y.svg') center / 14px no-repeat;
}
.partner{
  display: block;
  height: 135px;
  margin: 0 10px;
  background: center / contain no-repeat;
}
.title.figure.poly_4.margin-bottom {
    margin-bottom: 40px;
}
.page_inner.toring-page .page_inner_content {
    margin-right: 0;
}
footer{
  font-family: 'NotoSans';
  background-color: #0D0D0D;
}
.footer_top{
  padding: 30px 0;
}
.footer_top .container{
  display: flex;
  justify-content: space-between;
}
.footer_list{
  width: 220px;
  color: #A6A6A6;
}
.footer_list a:not(.footer_link){
  font-size: 14px;
  color: #A6A6A6;
}
.footer_list a:not(.footer_link):hover{
  text-decoration: underline;
}
.footer_list > .list_title{
  margin-bottom: 10px;
  margin-left: -5px;
}
.footer_list .soc_block .soc_item{
  transform: none;
}

.logo_footer{
  margin-bottom: 25px;
  background-image: url('../img/logo-header.svg');
}
.footer_link{
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  font-size: 14px;
}
.footer_link:hover{
  text-decoration: none;
  color: #DFAF4B;
}


.soc_block{
  display: flex;
  margin-top: 10px;
  margin-bottom: 40px;
}
.soc_block .soc_item:not(:first-child){
  margin-left: 10px;
}
.soc_item{
  display: block;
  width: 30px;
  height: 30px;
  opacity: 0.7;
  border-radius: 50%;
  border: 1px solid #fff;
  background: center / 16px 16px no-repeat;
}
.soc_item:hover{
  opacity: 1;
}
.youtube{
  background-image: url('../img/youtube.svg');
}
.instagram{
  background-image: url('../img/insta.svg');
}
.facebook{
  background-image: url('../img/facebook.svg');
}
.telegram{
  background-image: url('../img/telegram.svg');
}
.soc_item.telegram{
  background-size: 15px;
  background-position: center left 40%;
}

.min_sport_logo{
  display: block;
  width: 100%;
  max-width: 250px;
  /*height: 110px;*/
  margin-top: 30px;
}
.min_sport_logo img{
  display: block;
  width: 100%;
  object-fit: contain;
}

.footer_list a.ticket_btn{
  color: #DFAF4B;
}
.ticket_btn{
  border-radius: 25px;
  padding: 10px 20px 10px 50px;
  background: url('../img/ticket.svg') left 20px center no-repeat;
  border: 1px solid rgba(223, 175, 75, 0.5);
}
.footer_list a.ticket_btn:hover{
  text-decoration: none;
  border-color: rgba(223, 175, 75, 1);
}

.footer_bottom a{
  color: #a6a6a6;
}
.footer_bottom a:hover{
  text-decoration: underline;
}
.footer_bottom{
  color: #a6a6a6;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.footer_bottom .container{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

      /*Afisha Page styles*/
.page{
  padding-top: 130px;
  padding-bottom: 80px;
}

.breadcrumbs{
  display: flex;
  margin: 30px 0;
}
.breadcrumbs a{
  color: #444;
  font-size: 14px;
}
.breadcrumbs a[href]:hover{
  cursor: pointer;
  text-decoration: underline;
}
.breadcrumbs > li{
  max-width: 400px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.breadcrumbs li:not(:first-child){
  margin-left: 8px;
  position: relative;
}
.breadcrumbs li:not(:first-child):before{
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  padding: 1.5px;
  border-radius: 50%;
  background-color: #444;
  margin-right: 5px;
  margin-bottom: 4px;
}

.afisha_block{
  margin: 80px 0;
  display: grid;
  grid-template-columns: repeat(4, 270px);
  justify-content: space-between;
  grid-gap: 70px 5px;
}
.afisha_item{
  height: 530px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.afisha_img{
  display: block;
  width: 100%;
  height: 370px;
  transition: 0.6s;
  background: center / cover no-repeat;
}
.afisha_img:hover{
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
.afisha_img_inner img{
  width: 100%;
  margin-bottom: 20px;
}
.afisha_date{
  font-size: 14px;
  text-align: center;
}
.afisha_title{
  color: #000;
  text-align: center;
}
.afisha_title:hover{
  color: #00968a;
}
.afisha_btn_block{
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
}

.afisha_btn{
  padding: 7px 15px;
  color: #000;
  font-size: 12px;
  border-radius: 35px;
  text-align: center;
  transition: 0.6s;
  border: 1px solid transparent;
}
.afisha_btn_more{
  border-color: #000;
}
.afisha_btn_more:hover{
  border-color: transparent;
  background-color: rgb(48, 213, 200);
}
.afisha_btn_buy{
  background-color: rgb(48, 213, 200);
}
.afisha_btn_buy:hover{
  border-color: rgb(48, 213, 200);
  background-color: #fff;
}

.pagination{
  display: flex;
  margin: 40px 0;
  justify-content: center;
}
.pag{
  display: block;
  width: 25px;
  height: 25px;
  padding: 3px;
  text-align: center;
  color: #000;
  background: center / 9px no-repeat;
}
.pag:hover{
  background-color: #ffdf9e;
}
.pag.active,
.pag.active:hover{
  background-color: #FFCF6C;
}
.first{
  background-image: url('../img/left_b.svg');
}
.last{
  background-image: url('../img/right_b.svg');
}

      /*Afisha Page styles END*/


      /*Afisha_Inner Page styles*/

.inner_date{
  text-align: left;
  font-size: 16px;
}
.inner_date .inner_date_item:not(:last-child){
  margin-right: 40px;
}
.inner_text{
  margin-top: 30px;
}
.inner_text p{
  margin-bottom: 10px;
}
.inner_img{
  float: right;
  display: flex;
  flex-direction: column;
}
.inner_img img{
  object-fit: cover;
  max-width: 180px;
  max-height: 250px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.afisha_ticket{
  display: block;
  text-align: center;
  font-size: 18px;
  color: #444;
  border: none;
  transition: 0.4s;
  background-color: rgb(48, 213, 200);
  background-image: url('../img/ticket_b.svg');
}
.afisha_ticket:hover{
  background-color: rgb(0, 255, 235);
}
.afisha_text{
  margin-right: 300px;
  min-height: 330px;
}

.repost_block{
  margin-top: 20px;
}
.repost_list{
  margin-top: 15px;
}
.repost_list .repost_item:not(:first-child){
  margin-left: 5px;
}
.repost_item{
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  overflow: hidden;
  background: center / cover no-repeat;
}
.facebook_color{
  background-image: url('../img/facebook_color.svg');
}
.vkontakte_color{
  background-image: url('../img/vk_color.svg');
}
.twitter_color{
  background-image: url('../img/twitter_color.svg');
}
.whatsapp_color{
  background-image: url('../img/whatsapp_color.svg');
}

      /*Afisha_Inner Page styles END*/

      /*All_News Page styles*/

.all_news_top{
  margin: 60px 0 40px;
  display: flex;
  justify-content: space-between;
}

.category_item{
  display: inline-block;
  text-align: center;
  padding: 10px 30px;
  background-color: #F6F6F6;
  border-radius: 25px;
  color: #333;
  transition: 0.6s;
}
.category_item:hover{
  background-color: #ffe6b2;
}
.category_item.active,
.category_item.active:hover{
  background-color:  #FFCF6C;
}

.sorting_block{
  font-size: 14px;
  display: flex;
  align-items: center;
  /*background-color: #fff;*/
}
.sorting_select{
  min-width: 120px;
  max-width: 170px;
  position: relative;
  cursor: pointer;
  padding: 7px 30px 7px 15px;
  margin-left: 10px;
  border-radius: 25px;
  transition: 1s;
  border: 1px solid rgb(48, 213, 200);
  background: url('../img/down_b.svg') right 10px top 13px no-repeat;
}
.other_type{
  position: absolute;
  max-height: 0;
  left: 0;
  right: 0;
  top: 5%;
  padding-top: 25px;
  overflow: hidden;
  transition: 1s;
  border-radius: 10px;
  border: 1px solid transparent;
  border-top: none;
}
.sorting_select:hover{
  border-radius: 15px;
}
.other_type .type:first-child{
  padding-top: 10px;
}
.sort_type{
  white-space: n
}
.type{
  display: block;
  color: #333;
  padding: 4px;
  background-color: #fff;
}
.type:hover{
  color: rgb(48, 213, 200);
}
.sorting_select:hover .other_type{
  max-height: 200px;
  border-color: rgb(48, 213, 200);
}


.all_news{
  grid-template-columns: repeat(3, 380px);
  grid-gap: 60px 20px;
}
.all_news_img{
  height: 300px;
}

      /*All_News Page styles END*/

      /*News_Inner Page styles*/
.page_inner_content{
  margin-right: 380px;
}
.page_inner_content img{
  width: 100%;
  max-height: 500px;
  object-fit: cover;
}
.news_inner_sidebar{
  float: right;
  padding: 20px 40px;
  width: 340px;
  background-color: #F6F6F6;
}
.news_inner_sidebar .sidebar_item:not(:last-child){
  border-bottom: 1px solid #FFCF6C;
}
.news_date_inner{
  margin: 30px 0;
  color: #000;
}

.sidebar_title{
  font-size: 20px;
  margin-bottom: 40px;
  text-align: center;
  position: relative;
}
.sidebar_title:before{
  content: "";
  position: absolute;
  width: 80px;
  height: 1px;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #262626;
}
.sidebar_item{
  padding-bottom: 10px;
  margin-bottom: 10px;
}

      /*News_Inner Page styles END*/

      /*Photo Page styles*/

.album_block{
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 370px);
  justify-content: space-between;
  grid-gap: 20px;
}
.album_item{
  margin: 0;
}

      /*Photo Page styles END*/

      /*Photo_Inner Page styles*/

.album_gallery{
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(4, 280px);
  justify-content: space-between;
  grid-gap: 20px;
}
.gallery_item{
  position: relative;
  height: 300px;
  background: center / cover no-repeat;
}
.gallery_item:hover .gallery_bg{
  opacity: 1;
}

.gallery_bg{
  font-family: 'NotoSans';
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: 1s;
  background-color: rgba(0, 0, 0, 0.6);
}
.gallery_bg .gallery_btn:first-child{
  margin-bottom: 10px;
}
.gallery_btn{
  display: block;
  width: 140px;
  padding: 7px 20px;
  padding-left: 30px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  border-radius: 25px;
  background: left 10px center no-repeat;
  background-color: rgba(255, 255, 255, 0.5);
}
.gallery_btn:hover{
  background-color: rgba(255, 255, 255, 0.2);
}
.gallery_view{
  background-image: url('../img/eye.svg');
}
.gallery_download{
  background-image: url('../img/download_w.svg');
  background-position: left 15px center;
}

      /*Photo_Inner Page styles END*/

      /*Contact Page styles*/

.contact_title:before{
  right: -60px;
  top: 10%;
  transform: rotate(30deg) translateX(-50%);
}
.contact{
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
.contact_block{
  width: 48%;
}

.contact_list{
  margin: 30px 0;
}
.contact_list > li{
  margin-bottom: 10px;
}
.left_icon{
  padding-left: 30px;
  color: #111;
  background: left top / 23px no-repeat;
}
.left_icon[href]:hover{
  text-decoration: underline;
}
.loc{
  background-image: url('../img/loc.svg');
}
.tel{
  background-image: url('../img/tel.svg');
}
.mail{
  background-image: url('../img/mail.svg');
}
.fax{
  background-image: url('../img/fax.svg');
}

.contact_item{
  margin-top: 70px;
  padding: 40px 30px 20px;
  position: relative;
  background-color: #d9d9d9;
}
.contact_item > p{
  margin-top: 10px;
}
.contact_item_title{
  position: absolute;
  padding: 15px 20px;
  left: 0;
  top: -35px;
  background-color: #fff;
  text-transform: uppercase;
}
.list_row{
  margin: 0;
  display: flex;
}
.list_row > li{
  margin-bottom: 0;
}
.list_row > li:not(:last-child){
  margin-right: 40px;
}
.list_col{
  margin: 0;
}

.contact_item_last{
  display: grid;
  grid-template-columns: repeat(2, 48%);
  justify-content: space-between;
}

.map{
  height: 430px;
}
.map iframe{
  width: 100%;
  height: 100%;
}
.map_btn{
  display: block;
  margin-top: 50px;
  padding: 15px;
  text-align: center;
  border-radius: 5px;
  transition: 0.4s;
  background-color: rgb(48, 213, 200);
}
.map_btn:hover{
  background-color: rgb(0, 239, 220);
}
.map_btn_text{
  color: #444;
  padding-left: 40px;
  background: url('../img/mail.svg') left center / 30px no-repeat;
}

.popup{
  display: none;
}

.request{
  font-family: 'NotoSans';
  width: 525px;
  padding: 60px 70px !important;
  max-width: 90% !important;
}
.request_title{
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.request_form{
  display: flex;
  flex-direction: column;
}
.request_form label{
  margin-top: 20px;
  color: #222;
  margin-bottom: 4px;
}
.form_item{
  resize: none;
  outline: none;
  padding: 5px 10px;
  border-radius: 2px;
  border: 1px solid #D8D8D8;
  background-color: #F4F4F4;
}
.form_item:focus{
  border-color: #FFCF6C;
}
.form_btn{
  font-family: 'Prata';
  margin-top: 20px;
  background-color: #FFCF6C;
  border-radius: 2px;
  cursor: pointer;
  outline: none;
  border: none;
  font-size: 14px;
  padding: 15px;
  transition: 0.4s;
}
.form_btn:hover{
  background-color: #ffbb30;
}

      /*Contact Page styles END*/


      /*Visit Page styles*/

.visit_block{
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
.visit_text{
  width: 50%;
  margin-right: 20px;
}
.visit_text > p{
  margin-bottom: 15px;
  line-height: 26px;
}
.visit_img{
  width: 50%;
  min-height: 300px;
  background: url('../img/visit_img.png') center / cover no-repeat;
}

.small_title{
  font-size: 24px;
}

.hall_types{
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, 49%);
  justify-content: space-between;
  grid-gap: 5px;
}
.hall_types .hall_item:nth-child(even){
  margin-top: 20px;
}
.hall_item{
  display: block;
  height: 190px;
  transition: 0.6s;
  position: relative;
  border: 10px solid #F6F6F6;
  background: center / cover no-repeat;
}
.hall_item:hover{
  border-color: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.hall_item:hover .hall_name{
  background-color: #fff;
}
.hall_name{
  position: absolute;
  min-width: 270px;
  max-width: 300px;
  left: 10px;
  bottom: 0;
  padding: 7px 10px;
  transition: 0.6s;
  color: #262626;
  text-align: center;
  background-color: #F6F6F6;
}

.visit_gallery{
  margin-top: 40px;
}
.visit_gallery .slick_arrow{
  background-size: 15px;
}
.visit_gallery .slick_prev{
  left: -30px;
  background-image: url('../img/left_blue.svg');
}
.visit_gallery .slick_next{
  right: -30px;
  background-image: url('../img/right_blue.svg');
}

.visit_gallery_item{
  margin: 0 10px;
  height: 240px;
  cursor: pointer;
  background: center / cover no-repeat;
}
.visit_gallery .slick-slide{
  outline: none;
}
.visit_gallery .slick-dots{
  margin-top: 40px;
}
.visit_gallery .slick-dots button,
.visit_slider .slick-dots button{
  background-color: #DEDEDE;
}
.visit_gallery .slick-dots .slick-active button,
.visit_slider .slick-dots .slick-active button{
  padding: 6px;
  background-color: rgb(48, 213, 200);
}

      /*Visit Page styles END*/

      /*Visit Inner Page styles*/


.page_text > p{
  margin-bottom: 0;
  line-height: 26px;
}
.hall_size{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px;
  margin-top: 60px;
  border-radius: 5px;
  background-color: #F4F4F4;
}
.size_block{
  display: flex;
}
.size_item{
  position: relative;
  margin-left: 20px;
  padding-left: 20px;
  text-align: center;
}
.size_item:after{
  position: absolute;
  content: "";
  width: 2px;
  height: 30px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #FFCF6C;
}
.size_number{
  font-size: 44px;
}
.size_title{
  margin-top: 10px;
  font-size: 12px;
  text-transform: uppercase;
}
.not_after:after{
  content: none;
}

.visit_slider{
  margin: 60px 0;
}
.visit_slide_item{
  cursor: pointer;
  height: 500px;
  background: center / cover no-repeat;
}
.visit_slider .slick_arrow{
  background-size: 15px;
  top: 50%;
}
.visit_slider .slick_prev{
  left: -30px;
  background-image: url('../img/left_blue.svg');
}
.visit_slider .slick_next{
  right: -30px;
  background-image: url('../img/right_blue.svg');
}

      /*Visit Inner Page styles END*/

      /*Filial Page styles*/

.filial_title:before{
  left: 80px;
  width: 60px;
  height: 60px;
  background-color: rgb(48, 213, 200);
}
.page_inner_img{
  float: right;
}
.page_inner_img img{
  object-fit: cover;
  width: 360px;
  max-height: 500px;
}

      /*Filial Page styles END*/

      /*Hud_Sovet Page styles*/

.poly_3_yellow:before{
  position: absolute;
  content: "";
  top: 50%;
  width: 80px;
  height: 80px;
  transform: translateY(-50%);
  right: 20px;
  background: url('../img/poly_3_yellow.svg') center / contain no-repeat;
}

      /*Hud_Sovet Page styles END*/

      /*Direcors Page styles*/

.directors{
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(2, 49%);
  justify-content: space-between;
  align-items: start;
  grid-gap: 15px 5px;
}
.directors .dir_item:nth-child(even){
  margin-top: 10px;
}
.dir_item{
  display: flex;
  background-color: #F4F4F4;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.16);
}
.dir_img{
  width: 50%;
  min-height: 350px;
  background: center / cover no-repeat;
}
.dir_text{
  position: relative;
  width: 50%;
  padding: 30px 15px;
  text-align: center;
}
.dir_text:before{
  content: "";
  position: absolute;
  width: 0;
  left: -40px;
  height: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 20px solid transparent;
  border-right: 20px solid #F4F4F4;
}
.dir_name{
  font-size: 20px;
  margin-bottom: 5px;
}
.dir_position{
  position: relative;
  font-size: 12px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.dir_position:before{
  content: "";
  position: absolute;
  height: 1px;
  width: 80px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background-color: #FFCF6C;
}
.about_dir{
  font-family: 'NotoSans';
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 25px;
}
.dir_btn{
  border-radius: 25px;
  color: #000;
  font-size: 14px;
  padding: 10px 40px;
  transition: 0.8s;
  background-color: rgb(48, 213, 200);
}
.dir_btn:hover{
  background-color: #00ffeb;
}

      /*Direcors Page styles END*/

      /*Directors_Inner Page styles*/

.dir_info{
  margin-top: 30px;
  display: grid;
  grid-template-columns: 280px auto;
  grid-gap: 30px;
}
.dir_info_img{
  width: 280px;
  height: 350px;
  background: center / cover no-repeat;
}
.dir_position_inner{
  margin-top: 20px;
}

      /*Directors_Inner Page styles END*/

      /*Vakansii Page styes*/
.vakancy_page{
  position: relative;
  overflow: hidden;
}
.poly_4_yellow:before{
  width: 50px;
  height: 50px;
  right: 20px;
  left: auto;
  top: 50%;
  background-color: #FFCF6C;
  transform: translateY(-50%);
}

.vakancy_block{
  margin-top: 50px;
  display: flex;
}
.vakancy_list{
  width: 570px;
}
.vakancy_item{
  cursor: pointer;
  padding: 15px;
  border-bottom: 2px solid #F0F0F0;
}
.vakancy_item.active{
  background-color: #F0F0F0;
}
.vakancy_title{
  font-size: 20px;
  margin-bottom: 10px;
}
.about_vakancy{
  font-family: 'NotoSans';
  font-size: 14px;
  line-height: 24px;
}
.vakancy_bottom{
  font-family: 'NotoSans';
  margin-top: 10px;
  display: flex;
  font-size: 14px;
  align-items: center;
  justify-content: space-between;
}
.vakancy_more{
  color: #30D5C8;
  font-weight: 500;
  text-transform: uppercase;
}
.vakancy_more:hover{
  color: #00afa2;
}

.vakancy_info{
  /*position: absolute;*/
  /*left: 50%;*/
  /*right: 0;*/
  width: 1700px;
  margin-right: -1200px;
  background-color: #F0F0F0;
}
.info_item{
  width: 550px;
  margin: 20px;
  display: none;
  background-color: #fff;
}
.info_item.active{
  display: block;
}
.info_top{
  position: relative;
  padding: 20px;
  border-bottom: 1px solid #CCCCCC;
  border-top: 5px solid #FFCF6C;
}
.info_request{
  color: #000;
  display: inline-block;
  margin-top: 10px;
  border-radius: 25px;
  padding: 7px 55px 7px 15px;
  background: url('../img/more.svg') right 10px center / 35px no-repeat, rgb(48, 213, 200);
}
.info_request:hover{
  background-color: #00f9e5;
}
.close_vakancy{
  position: absolute;
  display: block;
  cursor: pointer;
  width: 15px;
  height: 15px;
  right: 25px;
  top: 25px;
  background: url('../img/vakan_close.svg') center / contain no-repeat;
}
.info_bottom{
  font-family: 'NotoSans';
  padding: 20px;
}
.info_list.no_list{
  list-style: none;
  text-indent: 16px;
}
.info_title{
  font-weight: bold;
  margin-bottom: 7px;;
}
.info_list{
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 22px;
  list-style: inside disc;
}
.info_list > li{
  margin-bottom: 8px;
}

.vakancy_pagination{
  justify-content: flex-start;
}

      /*Vakansii Page styles END*/

      /*Art_Guide Page styles*/

.poly_5_blue:before{
  left: 140px;
  background-image: url('../img/poly_5_blue.svg');
}

.art_directors{
  display: grid;
  grid-template-columns: repeat(4, 260px);
  justify-content: space-between;
}
.art_item{
  margin-top: 150px;
  padding: 20px;
  text-align: center;
  border: 1px solid #bbbbbb;
}
.art_img{
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 25px;
  margin-top: -100px;
  background: center / cover no-repeat;
}
.art_position{
  font-size: 14px;
  margin-bottom: 10px;
}

      /*Art_Guide Page styles END*/

      /*About_Us Page styles*/

.about_block{
  /*position: relative;*/
  margin-top: 50px;
}
.about_left{
  margin-right: 580px;
  margin-bottom: 30px;
}
.about_left > img,
.about_right > img{
  position: absolute;
  max-width: 700px;
  max-height: 700px;
  object-fit: cover;
}
.about_left > img{
  left: 51%;
}
.about_right{
  margin-left: 600px;
  margin-bottom: 30px;
}
.about_right > img{
  right: 50%;
}

      /*About_Us Page styles END*/

      /*Our_Artist Page styles*/
.poly_0_blue:before{
  left: 120px;
  background-color: rgb(48, 213, 200);
}

.artist{
  margin-bottom: 100px;
  display: grid;
  grid-template-columns: repeat(4, 25%);
}
.artist_item{
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 500px;
  position: relative;
  transition: 1s;
  background-color: rgba(0, 0, 0, 0.3);
}
.artist_bg{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 1s;
  overflow: hidden;
  /*background-color: rgba(0, 0, 0, 0.3);*/
  /*background: center top / cover no-repeat;*/
}
.artist_bg video{
  min-width: 100%;
  max-width: 105%;
  height: auto;
}

/*.artist_item:hover .artist_bg{
  opacity: 1;
}*/
/*.artist_item:hover .artist_title{
  color: #fff;
}*/
.artist_title{
  color: #fff;
}
/*.artist_item:hover{
  background-color: rgba(0, 0, 0, 0.3);
}*/

.artist_item.red:hover{
  background-color: rgba(254, 98, 29, 0.5);
}
.artist_item.blue:hover{
  background-color: rgba(48, 213, 200, 0.5);
}
.artist_item.violet:hover{
  background-color: rgba(12, 115, 205, 0.5);
}
.artist_item.green:hover{
  background-color: rgba(92, 215, 105, 0.5);
}

.artist_title{
  position: relative;
  z-index: 1;
  font-size: 24px;
  transition: 1s;
  margin-bottom: 20px;
}
.artist_btn{
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 6px 20px;
  border-radius: 25px;
  transition: 0.4s;
  border: 1px solid #fff;
}
.artist_btn:hover{
  background-color: rgba(255, 255, 255, 0.5);
}

      /*Our_Artist Page styles END*/


      /*Artist_Category Page styles*/

.category{
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(4, 270px);
  justify-content: space-between;
  grid-gap: 40px 10px;
}
.artist_category{
  display: block;
  transition: 0.6s;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.artist_category:hover{
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}
.artist_img{
  height: 330px;
  background: center / cover no-repeat;
}
.artist_text{
  text-align: center;
  color: #000;
  padding: 20px;
}

      /*Artist_Category Page styles END*/

      /*Category_Inner Page styles*/

.category_sidebar{
  float: right;
  width: 450px;
}
.category_inner{
  margin-top: 60px;
}
.category_inner_content{
  margin-right: 490px;
}
.category_inner_content > img{
  width: 100%;
  max-height: 650px;
  object-fit: cover;
}

.song_item{
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.song_item audio{
  display: none;
}
.song_item:after{
  content: "";
  position: absolute;
  height: 1px;
  left: 40px;
  right: 0;
  bottom: 0;
  background-color: #FFCF6C;
}
.sidebar_song_title{
  width: 340px;
  font-size: 14px;
}
.sidebar_play{
  margin-right: 10px;
}
.sidebar_play.active{
  background-image: url('../img/pause.svg');
}
.song_length{
  font-size: 14px;
  max-width: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sidebar_song_top{
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.sidebar_song_top .small_title{
  margin-right: 20px;
}
.line{
  width: 100%;
  height: 1px;
  background-color: #262626;
}

.slider_title{
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.photo_slider,
.sidebar_song{
  margin-bottom: 60px;
}
.photo_slide_item{
  cursor: pointer;
  height: 300px;
  background: center top / cover no-repeat;
}
.video_slide_item{
  height: 300px;
}
.video_slide_item iframe{
  height: 100%;
  width: 100%;
}

.slider_arrow{
  width: 15px;
  height: 15px;
  cursor: pointer;
  outline: none;
  border: none;
  background-color: transparent;
  background: center / 13px no-repeat;
}
.photo_arrows .slick_prev,
.video_arrows .slick_prev{
  margin-right: 15px;
  background-image: url('../img/left_b.svg');
}
.photo_arrows .slick_next,
.video_arrows .slick_next{
  background-image: url('../img/right_b.svg');
}

      /*Category_Inner Page styles END*/


@media screen and (max-width: 1400px){
  .slide_title{
    font-size: 26px;
  }
  .slide_text{
    margin-bottom: 20px;
  }
  .slide_btn{
    padding: 10px 30px;
  }
  .header_soc_name{
    right: 20px;
  }
  .slide .container{
    margin-bottom: 110px;
  }
  .lang_block,
  .logo_text,
  .footer_bottom{
    font-size: 14px;
  }
  .about_text{
    width: 610px;
  }
  .title{
    font-size: 36px;
  }
  .news_title{
    font-size: 16px;
    line-height: 22px;
  }
  .album_title{
    font-size: 20px;
    line-height: 26px;
  }
  .about__block_right {
    width: 577px;
  }

      /*About_Us Page styles*/
  .about_left > img{
    left: auto;
    right: 0;
    width: 49%;
  }
  .about_right > img{
    right: 50%;
    width: 48%;
    left: 0;
  }
  .about_right{
    margin-left: 580px;
  }
}

@media screen and (max-width: 1250px){
  .container{
    width: 1000px;
  }
  .header_top .container .logo{
  	width: 200px;
  	height: 70px;
  	background-image: url('../img/logo-header.svg');
  }
  .menu{
    display: none;
  }
  .mob_menu,
  .under_nav{
    display: block;
  }
  .menu > li:not(:first-child){
    margin-left: 0;
    margin-top: 10px;
  }
  .menu_link{
    display: block;
    font-size: 14px;
    padding: 5px 20px;
  }
  .sub_menu_link:hover .sub_menu{
    max-height: none;
  }
  .sub_menu{
    display: none;
    padding-top: 0;
    max-height: none;
    left: 0;
    width: 240px;
    position: static;
    transition: 0s;
  }
  .sub_menu.index,
  .sub_menu.index.scroll{
    padding-top: 0;
  }
  .sub_menu_link{
    padding-right: 0;
    background-position: right 20px top 9px;
  }
  .bottom_slide_img{
    width: 190px;
  }
  .bottom_slide_text{
    margin-left: 210px;
    width: 280px;
  }

  .tour_text{
    width: 50%;
  }

  .news_main{
    grid-template-columns: repeat(4, 230px);
  }
  .about_section{
    padding: 70px 0;
  }
  .about_bg img{
    width: 800px;
  }
  .album_slide_item{
    height: 260px;
    padding-top: 120px;
  }
  .album_title{
    font-size: 18px;
    line-height: 22px;
  }
  .album_length{
    font-size: 14px;
  }
  .partner{
    height: 100px;
  }

      /*Afisha Page styles*/
  .afisha_block{
    grid-template-columns: repeat(3, 300px);
  }
  .afisha_img{
    height: 410px;
  }

      /*Afisha_Inner Page styles*/
  .afisha_text{
    margin-right: 230px;
  }

      /*All_News Page styles*/
  .all_news{
    grid-template-columns: repeat(3, 320px);
  }
  .all_news_img{
    height: 250px;
  }
  .category_item{
    font-size: 14px;
  }

      /*Photo / Photo_Inner Page styles*/
  .album_block,
  .album_gallery {
    grid-template-columns: repeat(3, 320px);
  }
      /*Contact Page styles*/
  .list_row > li:not(:last-child){
    margin-right: 20px;
  }
  .left_icon{
    font-size: 14px;
  }
      /*Vakancy Page styles*/
  .vakancy_list{
    width: 500px;
  }
  .info_item{
    width: 480px;
  }
      /*Art_Guide Page styles*/
  .art_directors{
    grid-template-columns: repeat(4, 240px);
  }
      /*About_Us Page styles*/
  .about_left{
    margin-right: 510px;
  }
  .about_right{
    margin-left: 510px;
  }
      /*Artist_Category Page styles*/
  .category{
    grid-template-columns: repeat(3, 310px);
  }

      /*Category_Inner Page styles*/
  .category_sidebar{
    width: 410px;
  }
  .sidebar_song_title{
    width: 280px;
  }
  .category_inner_content{
    margin-right: 440px;
  }
  .ab_bg_left.about_bg img {
    max-width: 360px;
  }
}

@media screen and (max-width: 1100px){
  .container{
    width: 900px;
  }
  .slide_title{
    font-size: 24px;
  }
  .bottom_slide_text{
    width: 230px;
  }
  .bottom_slide_text .slide_text{
    display: none;
  }
  .header_soc_name{
    font-size: 14px;
  }
  .header_soc_name .soc_name_item:last-child{
    margin-left: 20px;
  }
  .slick-dots button,
  .visit_gallery .slick-dots .slick-active button,
  .visit_slider .slick-dots .slick-active button{
    padding: 5px;
  }
  .slick-dots .slick-active button{
    padding: 9px;
  }
  .title{
    font-size: 30px;
  }
  .poly_4:before,
  .poly_3:before{
    width: 65px;
    height: 65px;
  }
  .poly_3:before{
    right: -20px;
  }
  .news_main{
    grid-template-columns: repeat(3, 280px);
  }
  .poly_0:before{
    left: 160px;
  }
  .song_title{
    width: 200px;
    font-size: 14px;
  }
  .song_img,
  .song_play{
    margin-right: 10px;
  }
  .album_title{
    font-size: 16px;
    line-height: 20px;
  }
  .album_slide_item{
    padding-left: 15px;
    padding-right: 15px;
  }

      /*Afisha Page styles*/
  .afisha_block{
    grid-template-columns: repeat(3, 280px);
  }
  .afisha_img{
    height: 390px;
  }
      /*Afisha_Inner Page styles*/
  .afisha_text{
    margin-right: 200px;
  }
      /*All_News Page styles*/
  .all_news_img{
    height: 220px;
  }
      /*News_Inner Page styles*/
  .news_inner_sidebar{
    padding: 20px 30px;
    width: 300px;
  }
  .page_inner_content{
    margin-right: 330px;
  }
      /*Photo Page styles*/
  .album_block,
  .album_gallery{
    grid-template-columns: repeat(3, 280px);
  }
      /*Contact Page styles*/
  .contact_title:before{
    right: -50px;
    top: 20%;
  }
  .list_row{
    flex-direction: column;
  }
  .list_row > li:not(:last-child){
    margin-right: 0;
    margin-bottom: 10px;
  }

      /*Visit Inner Page styles*/
  .visit_slide_item{
    height: 450px;
  }
  .size_number{
    font-size: 38px;
  }
      /*Filial Page styles*/
  .page_inner_img img{
    width: 310px;
  }
  .filial_title:before{
    left: 70px;
  }

      /*Directors Page styles*/
  .directors{
    grid-template-columns: 100%;
  }
  .dir_img{
    width: 30%;
  }
  .dir_text{
    width: 70%;
    padding: 30px;
  }
  .dir_name{
    font-size: 24px;
    margin-bottom: 10px;
  }
  .dir_position{
    font-size: 16px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .about_dir{
    font-size: 14px;
    line-height: 22px;
  }

      /*Vakancy Page styles*/
  .vakancy_list{
    width: 450px;
  }
  .info_item{
    width: 430px;
  }
  .info_request{
    font-size: 14px;
    padding-right: 45px;
    background-size: 30px;
  }
  .info_list{
    margin-bottom: 20px;
  }

      /*Art_Guide Page styles*/
  .art_directors{
    grid-template-columns: repeat(3, 280px);
  }
      /*About_Us Page styles*/
  .about_left{
    margin-right: 460px;
  }
  .about_right{
    margin-left: 460px;
  }

      /*Our_Artist Page styles*/
  .artist{
    grid-template-columns: repeat(3, 33%);
    justify-content: space-between;
  }

      /*Artist_Category Page styles*/
  .category{
    grid-template-columns: repeat(3, 280px);
  }
  .ab_bg_left.about_bg img {
    max-width: 375px;
  }
  .about__block_right {
    width: 450px;
  }
}

@media screen and (max-width: 990px){
  .container{
    width: 800px;
  }
  .bottom_slide_text{
    margin-left: 190px;
    width: 200px;
  }
  .bottom_slide_text .slide_title{
    font-size: 18px;
  }
  .bottom_slide_img{
    width: 180px;
    height: 130px;
  }

  .tour_text{
    width: 55%;
  }

  .news_main{
    grid-template-columns: repeat(3, 250px);
  }
  .list_item{
    padding: 10px 20px;
  }
  .footer_list{
    width: 185px;
  }

  .left_to_right{
    clip-path: polygon(0 0, 100% 7%, 100% 93%, 0% 100%);
  }

      /*Afisha Page styles*/
  .afisha_block{
    grid-template-columns: repeat(2, 48%);
  }
  .afisha_img{
    height: 530px;
  }
  .afisha_item{
    height: 670px;
  }

      /*Afisha_Inner Page styles*/
  .afisha_text{
    margin-right: 200px;
  }
      /*All_News Page styles*/
  .category_item{
    padding: 7px 20px;
  }
      /*News_Inner Page styles*/
  .sidebar_title{
    font-size: 18px;
  }
  .sidebar_date{
    font-size: 12px;
  }
  .sidebar_news_title{
    font-size: 14px;
  }

      /*Photo Page styles*/
  .album_block,
  .album_gallery{
    grid-template-columns: repeat(2, 48%);
  }

      /*Contact Page styles*/
  .contact_item_last{
    grid-template-columns: 100%;
  }
  .contact_item{
    margin-top: 50px;
  }
  .contact_item_title{
    font-size: 14px;
    top: -25px;
  }

      /*Visit Page styles*/
  .visit_block{
    flex-direction: column;
  }
  .visit_text{
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .visit_img{
    width: 100%;
    height: 500px;
  }
  .hall_name{
    font-size: 14px;
  }
  .visit_gallery_item{
    height: 200px;
  }

      /*Visit Inner Page styles*/
  .size_number{
    font-size: 30px;
  }
      /*Vakancy Page styles*/
  .vakancy_info{
    display: none;
  }
  .vakancy_list,
  .info_item{
    width: 100%;
  }
  .info_item{
    margin: 20px 0 0 0;
  }

      /*Art_Guide Page styles*/
  .art_directors{
    grid-template-columns: repeat(3, 250px);
  }
  .art_text{
    font-size: 14px;
  }
  .dir_name{
    font-size: 20px;
  }

      /*About_Us Page styles*/
  .about_left{
    margin-right: 0;
  }
  .about_right{
    margin-left: 0;
  }
  .about_left > img,
  .about_right > img{
    position: static;
    max-width: 100%;
    width: 100%;
    margin-left: -16px;
    margin-bottom: 20px;
  }

      /*Artist_Category Page styles*/
  .category{
    grid-template-columns: repeat(3, 250px);
  }
  .artist_img{
    height: 300px;
  }
  .artist_text{
    font-size: 14px;
  }

      /*Category_Inner Page styles*/
  .category_inner{
    display: flex;
    flex-direction: column-reverse;
  }
  .category_inner_content{
    margin-right: 0;
  }
  .category_sidebar{
    width: 100%;
    float: none;
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(2, 48%);
    justify-content: space-between;
  }
  .ab_bg_left.about_bg img {
    max-width: 290px;
  }
}

@media screen and (max-width: 890px){
  .about__block_right {
    width: 100%;
  }
  .container{
    width: 700px;
  }
  .slide_title{
    font-size: 22px;
  }
  .title{
    font-size: 26px;
  }
  .bottom_slide_img{
    width: 160px;
    height: 110px;
  }
  .bottom_slide_text{
    width: 170px;
    margin-left: 170px;
  }
  .bottom_slide_text .slide_title{
    font-size: 16px;
  }

  .tour{
    flex-direction: column;
  }
  .tour_img{
    width: 350px;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .tour_text{
    width: 100%;
  }
  .tour_text .title{
    text-align: center;
    width: 100%;
  }
  .tour_text .more{
    margin: 20px auto 0;
  }

  .news_main{
    grid-template-columns: repeat(3, 220px);
  }
  .news_img{
    height: 180px;
  }
  section{
    padding: 60px 0;
  }
  .about_bg img{
    display: none;
  }
  .about_text{
    width: 100%;
  }
  .poly_0:before,
  .poly_4:before, 
  .poly_3:before{
    width: 55px;
    height: 55px;
  }
  .poly_0:before{
    right: 0;
  }
  .poly_5:before{
    width: 70px;
    height: 70px;
    left: 70px;
  }
  .album_slide_item{
    height: 290px;
    padding-top: 150px;
  }
  .partner_title:before{
    width: 110px;
    height: 30px;
  }
  .footer_top{
    display: none;
  }

      /*Afisha Page styles*/
  .afisha_img{
    height: 470px;
  }
  .afisha_item{
    height: 620px;
  }

  .breadcrumbs > li{
    max-width: 150px;
  }

      /*Afisha_Inner Page styles*/
  .afisha_text,
  .inner_date{
    font-size: 14px;
  }
  .inner_date .inner_date_item:not(:last-child){
    margin-right: 20px;
  }

      /*All News Page styles*/
  .category_item{
    margin-bottom: 10px;
  }

      /*News_Inner Page styles*/
  .page_inner{
    display: flex;
    flex-direction: column-reverse;
  }
  .news_inner_sidebar{
    width: 100%;
    float: none;
  }
  .page_inner_content{
    margin-right: 0;
    margin-bottom: 60px;
  }

      /*Contact Page styles*/
  .contact{
    flex-direction: column;
  }
  .contact_block{
    width: 100%;
  }
  .map{
    margin-top: 50px;
  }
  .contact_item{
    font-size: 14px;
  }
  .contact_item_block{
    display: grid;
    grid-template-columns: repeat(2, 48%);
    justify-content: space-between;
  }
  .contact_item_last{
    grid-column: 1/3;
    grid-template-columns: repeat(2, 48%);
  }

      /*Visit Inner Page styles*/
  .small_title{
    font-size: 22px;
  }
  .size_number{
    font-size: 26px;
  }
      /*Hud_Sovet Page styles*/
  .poly_3_yellow:before{
    width: 60px;
    height: 60px;
  }
      /*Directors Page styles*/
  .dir_img{
    width: 40%;
  }
  .dir_text{
    width: 60%;
  }
      /*Art_Guide Page styles*/
  .art_directors{
    grid-template-columns: repeat(2, 48%);
  }
  .art_img{
    width: 220px;
    height: 220px;
  }

      /*Artist_Category Page styles*/
  .category{
    grid-template-columns: repeat(3, 220px);
  }
  .artist_img{
    height: 250px;
  }
  .artist_text{
    padding: 15px;
  }

      /*Category_Inner Page styles*/
  .category_sidebar{
    grid-template-columns: 100%;
  }
  .song_item:after{
    left: 70px;
  }
  .sidebar_song_title{
    width: 70%;
    font-size: 16px;
  }
  .song_length{
    font-size: 16px;
  }
  .photo_slide_item,
  .video_slide_item {
    height: 400px;
  }
}

@media screen and (max-width: 790px){
  .container{
    width: 600px;
  }
  .slide_item{
    width: 100%;
  }
  .header_bottom_slider{
    padding: 0 30px;
  }
  .header_bottom_slider .slick_prev{
    left: 0;
  }
  .header_bottom_slider .slick_next{
    right: 0;
  }
  .header_soc_name{
    display: none;
  }
  .bottom_slide_img{
    width: 140px;
    height: 100px;
  }
  .bottom_slide_text{
    width: 110px;
    margin-left: 150px;
  }
  .bottom_slide_text .slide_title{
    font-size: 12px;
  }
  .slick-dots button{
    padding: 4px;
  }
  .slick-dots .slick-active button{
    padding: 7px;
  }
  .slide_btn{
    font-size: 14px;
  }
  .news_main{
    grid-template-columns: repeat(2, 48%);
  }
  .song_main{
    flex-direction: column;
  }
  .song_list{
    width: 100%;
    margin-bottom: 20px;
  }
  .song_title{
    width: 60%;
  }

  .left_to_right{
    clip-path: polygon(0 0, 100% 3%, 100% 97%, 0% 100%);
  }

      /*Afisha Page styles*/
  .afisha_img{
    height: 400px;
  }
  .afisha_item{
    height: 570px;
  }

      /*Afisha_Inner Page styles*/
  .afisha_img_inner{
    width: 350px;
    margin: 0 auto;
  }

      /*All_News Page styles*/
  .all_news_top{
    flex-direction: column;
  }
  .sorting_block{
    margin-top: 20px;
  }
      /*Contact Page styles*/
  .map_btn{
    margin-top: 30px;
  }
  .contact_item_title{
    top: -30px;
  }
      /*Visit Page styles*/
  .visit_img{
    height: 400px;
  }
  .visit_gallery .slick-dots{
    margin-top: 20px;
  }
  .visit_gallery .slick-dots .slick-active button,
  .visit_slider .slick-dots .slick-active button{
    padding: 4px;
  }
  .hall_types{
    grid-template-columns: 100%;
    grid-gap: 10px;
  }
  .hall_types .hall_item:nth-child(even){
    margin-top: 0;
  }
  .hall_item{
    height: 240px;
  }

      /*Visit Inner Page styles*/
  .visit_slide_item{
    height: 350px;
  }
  .hall_size{
    flex-direction: column;
  }
  .size_block{
    width: 100%;
    margin-top: 20px;
    justify-content: space-between;
  }
  .size_item{
    margin-left: 0;
    padding-left: 0;
  }
  .size_item:after{
    left: -50px;
  }

      /*Directors_Inner Page styles*/
  .dir_info{
    grid-template-columns: 100%;
  }
  .dir_info_img{
    margin: 0 auto;
    max-width: 100%;
  }
  .page_text{
    font-size: 14px;
    text-align: justify;
  }

      /*Our_Artist Page styles*/
  .artist{
    grid-template-columns: repeat(2, 50%);
  }

      /*Artist_Category Page styles*/
  .category{
    grid-template-columns: repeat(2, 48%);
  }
  .artist_img {
    height: 330px;
  }
  .artist_text{
    padding: 20px;
  }

      /*Category_Inner Page styles*/
  .sidebar_song_title{
    font-size: 14px;
  }
  .photo_slide_item, 
  .video_slide_item{
    height: 350px;
  }
  .song_item:after{
    left: 60px;
  }
}

@media screen and (max-width: 690px){
  .container{
    width: 500px;
  }
  .slide{
    min-height: 570px;
  }
  .bottom_slide_img{
    width: 120px;
    height: 90px;
  }
  .bottom_slide_text{
    width: 80px;
    margin-left: 130px;
  }
  .slick_arrow{
    width: 20px;
    height: 20px;
  }
  .about_text{
    line-height: 22px;
    text-align: justify;
  }
  .poly_0:before{
    left: 120px;
  }
  .song_main {
    margin-top: 60px;
  }
  .song_title{
    width: 50%;
  }
  .more{
    font-size: 14px;
  }
  .title{
    font-size: 22px;
  }
  .album_slide_item{
    margin: 25px 10px;
  }
  .partner_slider{
    margin-top: 50px;
    padding: 0 30px;
  }
  .partner{
    height: 70px;
  }
  .partner_slider .slick_next{
    right: 0;
  }
  .partner_slider .slick_prev{
    left: 0;
  }

      /*Afisha Page styles*/
  .afisha_img{
    height: 330px;
  }
  .afisha_item{
    height: 500px;
  }
  .afisha_btn_block{
    padding: 0;
  }

      /*Afisha_Inner Page styles*/
  .breadcrumbs > li{
    max-width: 100px;
  }
  .inner_img{
    float: none;
    align-items: center;
    margin-top: 30px;
  }
  .afisha_text{
    margin-right: 0;
    min-height: auto;
  }
  .inner_text{
    font-size: 14px;
    text-align: justify;
  }

      /*Photo Page styles*/
  .album_block{
    grid-template-columns: 100%;
  }
  .album_item{
    margin: 0;
  }
      /*Photo_Inner Page styles*/
  .gallery_item{
    height: 200px;
  }
  .gallery_btn{
    width: 130px;
    font-size: 12px;
  }

      /*Contact Page styles*/
  .contact_item_block,
  .contact_item_last{
    grid-template-columns: 100%;
  }
  .contact_item_last{
    grid-column: auto;
  }
  .contact_item .contact_list{
    display: flex;
    flex-direction: row;
  }
  .contact_item .contact_list > li:not(:last-child){
    margin-right: 20px;
  }
  .contact_item_title{
    top: -25px;
  }

      /*Visit Page styles*/
  .visit_img{
    min-height: auto;
    height: 300px;
  }
  .visit_gallery{
    padding: 0 25px;
  }
  .visit_gallery .slick_prev{
    left: 0;
  }
  .visit_gallery .slick_next{
    right: 0;
  }
  .visit_gallery_item{
    height: 170px;
  }

      /*Visit Inner Page styles*/
  .visit_slider{
    padding: 0 30px;
  }
  .visit_slider .slick_prev{
    left: 0;
  }
  .visit_slider .slick_next{
    right: 0;
  }
  .visit_slide_item{
    height: 280px;
  }
  .size_item:after{
    left: -30px;
  }
  .hall_size{
    padding: 30px;
  }

      /*Filial Page styles*/
  .poly_0.filial_title:before{
    left: 40px;
  }

      /*Directors Page styles*/
  .poly_6:before{
    width: 60px;
    height: 60px;
  }
  .dir_item{
    flex-direction: column;
  }
  .dir_img{
    width: 50%;
    margin: 0 auto;
  }
  .dir_text{
    width: 100%;
  }
  .dir_text:before{
    left: 50%;
    top: -40px;
    transform: translateY(0);
    transform: translateX(-50%);
    border-right: 20px solid transparent;
    border-bottom: 20px solid #F4F4F4;
  }

      /*Vakancy Page styles*/
  .about_vakancy{
    line-height: 22px;
  }
  .info_list{
    line-height: 20px;
  }
  .info_list > li{
    margin-bottom: 4px;
  }
      /*Art_Guide Page styles*/
  .art_img{
    width: 200px;
    height: 200px;
  }
      /*Artist_Category Page styles*/
  .artist_img{
    height: 280px;
  }

      /*Category_Inner Page styles*/
  .photo_slide_item, 
  .video_slide_item{
    height: 300px;
  }
  .song_item:after{
    left: 50px;
  }
}

@media screen and (max-width: 540px){
  .container{
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /*.right_top .lang_block{
    display: none;
  }
  .mob_menu{
    margin-bottom: 0;
  }*/
  .mobile_lang{
    display: flex;
  }
  .header_bottom_slider{
    padding: 0 40px;
  }
  .header_bottom_slider .slick_prev{
    left: 15px;
  }
  .header_bottom_slider .slick_next{
    right: 15px;
  }
  .bottom_slide{
    margin: 0 5px;
  }
  .slide_text{
    display: none;
  }
  .bottom_slide_img{
    width: 140px;
  }
  .bottom_slide_text{
    width: 60%;
    margin-left: 150px;
  }
  .title{
    font-size: 20px;
  }
  .poly_5:before{
    left: 30px;
  }
  .list_item{
    padding: 10px;
  }
  .album_slider .slick_prev{
    left: 20px;
  }
  .album_slider .slick_next{
    right: 20px;
  }
  .footer_bottom .container{
    flex-direction: column;
    text-align: center;
  }
  .footer_bottom .container p:first-child{
    margin-bottom: 10px;
  }

  .right_to_left{
    clip-path: polygon(0 4%, 100% 0%, 100% 100%, 0% 96%);
  }

  .tour_text__buttons{
    flex-direction: column-reverse;
  }

      /*Afisha Page styles*/
  .afisha_img{
    height: 300px;
  }
  .afisha_item{
    height: 470px;
  }
  .afisha_btn_block{
    padding: 0;
  }
  .afisha_btn{
    font-size: 10px;
  }

      /*Photo_Inner Page styles*/
  .album_gallery{
    grid-gap: 10px;
  }
      /*Contact Page styles*/
  .contact_item .contact_list{
    flex-direction: column;
  }
  .contact_item .contact_list > li:not(:last-child){
    margin-right: 0;
  }
  .map{
    height: 350px;
  }
  .contact_block{
    font-size: 14px;
  }
  .map_btn_text{
    padding-left: 35px;
    background-size: 25px;
  }

      /*Visit Page styles*/
  .visit_text{
    font-size: 14px;
    text-align: justify;
  }
  .poly_0:before{
    left: 70px;
  }
      /*Visit Inner Page styles*/
  .size_item:after{
    left: -31%;
  }
  .visit_slide_item{
    height: 240px;
  }
      /*Directors Page styles*/
  .dir_img{
    width: 250px;
    height: 300px;
    max-width: 100%;
    min-height: auto;
  }
      /*Art_Guide Page styles*/
  .art_img{
    width: 170px;
    height: 170px;
  }
  .art_item{
    padding: 10px;
  }
      /*Our_Artist Page styles*/
  .artist{
    grid-template-columns: 100%;
  }
      /*Artist_Category Page styles*/
  .artist_img{
    height: 250px;
  }
}

@media screen and (max-width: 460px){
  .header_top .container .logo{
	 width: 170px;
	 height: 60px;
  }
  .lang_block{
    display: none;
    width: auto;
    margin: 15px 20px 0;
    padding-right: 0;
    background: none;
  }
  .under_nav .lang_block{
    display: block;
  }
  .other_lang{
    position: static;
    display: flex;
    justify-content: center;
    max-height: none;
    background: none;
  }
  .other_lang > .lang{
    display: block !important;
  }
  .lang.choice{
    display: none;
  }
  .lang.active{
    color: #DFAF4B;
    font-weight: bold;
  }
  .mob_menu{
    margin-bottom: 0;
  }
  .bottom_slide_text{
    width: 40%;
    margin-left: 130px;
  }
  .bottom_slide_img{
    width: 120px;
  }
  .news_main{
    grid-template-columns: 100%;
  }
  .news_img{
    height: 220px;
  }
  .song_number{
    font-size: 20px;
    width: 25px;
  }
  .song_title{
    font-size: 12px;
  }
  .album_slide_item{
    height: 230px;
    padding-top: 110px;
  }

      /*Afisha Page styles*/
  .breadcrumbs > li{
    max-width: 80px;
  }
  .breadcrumbs a{
    font-size: 12px;
  }
  .afisha_block{
    grid-template-columns: 100%;
  }
  .afisha_img{
    height: 470px;
  }
  .afisha_item{
    height: 630px;
  }
  .afisha_btn{
    font-size: 14px;
  }

      /*Afisha_Inner Page styles*/
  .afisha_img_inner{
    width: 100%;
  }
  .afisha_ticket{
    display: table;
    margin: 0 auto;
    font-size: 14px;
  }

        /*Photo_Inner Page styles*/
  .album_gallery{
    grid-template-columns: 100%;
  }
  .gallery_item{
    height: 250px;
  }
      /*Contact Page styles*/
  .map{
    height: 250px;
  }
  .map_btn{
    padding: 10px;
  }
  .contact_item_title{
  	padding: 10px;
  }
  .contact_list > li{
    max-width: 240px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .request{
    padding: 40px !important;
  }
  .request_title{
    font-size: 20px;
  }
  .request_form label,
  .form_item{
    font-size: 14px;
  }


      /*Visit Page styles*/
  .visit_img,
  .hall_item{
    height: 200px;
  }
  .hall_name{
    max-width: 100%;
    min-width: auto;
    right: 10px;
  }
      /*Visit Inner Page styles*/

  .hall_size{
    padding: 20px;
  }
  .size_block{
    display: grid;
    grid-template-columns: repeat(2, 50%);
    justify-content: space-between;
    grid-gap: 20px 0;
  }
  .size_item:after{
    left: 0;
  }
  .size_block .size_item:nth-child(odd):after{
    content: none;
  }
  .visit_slide_item{
    height: 200px;
  }

      /*Filial Page styles*/
  .page_inner_img img{
    width: 100%;
  }
      /*Directors Page styles*/
  .dir_name{
    font-size: 20px;
  }
  .dir_position{
    font-size: 14px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .about_dir{
    font-size: 12px;
    line-height: 18px;
  }

      /*Directors_Inner Page styles*/
  .dir_info_img{
    width: 240px;
    height: 300px;
  }
      /*Vakancy Page styles*/
  .info_list.no_list,
  .about_vakancy{
    text-align: justify;
  }
  .vakancy_title {
    font-size: 18px;
  }
  .info_request{
    padding-right: 40px;
    background-size: 25px;
  }
      /*Art_Guide Page styles*/
  .art_directors{
    grid-template-columns: 100%;
  }
  .art_img{
    width: 200px;
    height: 200px;
  }
      /*Our_Artist Page styles*/
  .artist_item{
    height: 500px;
  }
      /*Artist_Category Page styles*/
  .category{
    grid-template-columns: 100%;
  }
  .artist_img {
    height: 390px;
  }

      /*Category_Inner Page styles*/
  .photo_slide_item, 
  .video_slide_item{
    height: 250px;
  }
  .song_length{
    font-size: 14px;
  }
  .song_item:after{
    left: 0;
  }
  .sidebar_song_title{
    width: 60%;
    font-size: 12px;
  }
}

@media screen and (max-height: 420px){
  .menu > li:not(:first-child){
    margin-top: 5px;
  }
  .menu_link{
    font-size: 12px;
  }
}


/*end my css */