* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  display: flex;
  width: 1440px;
  max-width: 100%;
  min-height: 1000px;
  margin: 0 auto;
  overflow-x: hidden;
  line-height:1.4
}

body {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  text-rendering: optimizeLegibility;
  font-weight: 400;
  line-height: 1.4;
  color: #1D1D1B;
  background-color: #E8E9EA;
  overflow-x: hidden;
  width: 1440px;
  max-width: 100%;
  height: 100%;
}

*, ::before, ::after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

ul {
  list-style: none;
}

ul li {
  margin-left: 0;
  list-style: none;
}

img {
  max-width: 100%;
  border-style: none;
  box-sizing: content-box;
}

.spoiler-body {
  display: none;
  width: 100%;
  font-size: 30px;
  line-height: 1;
  max-width: 100%;
  word-wrap: break-word;
}

/* header start 111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111 */
.header {
  display: none;
  width: 100%;
  z-index: 100;
  padding: 20px 0;
  height: 106px;
  max-height: 106px;
  background-color: #F6F6F7;
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
  width: 100%;
  max-width: 100%;
  padding-left: 46px;
  padding-right: 46px;
  margin: 0 auto; 
}
.header__logo {
  flex-shrink: 0;
}
.header-logo {
  width: 94px;
  height: auto;
}
.club {
  font-size: 46px;
  font-weight: 900;
  margin: 0;
  line-height: 43px;
  text-transform: uppercase;
}
.location__club {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  height: 26px;
  color: #444;
  margin-bottom: 4px;
}
/* header end 1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111 */

/* main start 1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111 */
.con {
  display: flex;
  flex-direction: column;
}

main, nav, section {
  display: block;
}

.side-info__social--mobile  {
  display: none;
}

.page {
  flex: 1;
  height: 100%;
  overflow: hidden;
}

.page__content {
  position: relative;
  z-index: 1;
  padding-bottom: 50px;
}

.container {
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
  margin: 0 auto;
  max-width: 100%;
  min-height: 100%;
}

.two-columns {
  display: flex;
  padding-top: 100px;
}

.two-columns__col_cards {
  padding-top: 50px;
}

.two-columns__col + .two-columns__col {
  margin-left: 100px;
}

/* #left start */
#left {
  padding-top: 94px;
  width: 50%;
  max-width: 50%;
}

.title__cards {
  font-size: 34px;
  font-weight: 400;
  margin: 0 0 50px 0;
  padding: 0;
  text-transform: uppercase;
}

.title__cards-2 {
  display: none;
}

.event-cards__month{
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 16px 0;
  padding: 0;
}

.event-cards {
  margin-bottom: 30px;
}

.event-cards__cards + .event-cards__cards {
  margin-top: 16px;
}

.event-cards .event-card:not(:first-child) {
  margin-top: 16px;
}

.event-card {
  display: block;
  min-height: 100px;
}

.event-card:not(.event-card_static):hover .event-card__artist {
    color: #0F18E2;
}

.event-card:not(.event-card_static):hover .event-card__date {
    color: #0F18E2;
}

.spoiler_links {
    cursor:pointer;
    display: flex;
}

.event-card__info {
  background-color: #fff;
  width: 110px;
  max-width: 110px;
  padding: 6px 10px 7px;
  text-align: center;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  position: relative;
}

span {
  font-style: inherit;
  font-family: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
}

.event-card__date {
  font-size: 30px;
  line-height: 1;
  display: block;
  font-weight: 700;
  margin-top: 14px;
  margin-bottom: 10px;
}

.event-card__time {
  font-size: 18px;
  line-height: 2;
  display: block;
  margin-top: auto;
} 

.event-card__time:not(:first-child) {
    margin-top: 0px;
}

.event-card__texts {
  flex: 1;
  display: flex;
  position: relative;
  width: 100%;
  max-width: 100%;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 18px;
  transition: background-color .3s ease;
  background-color: #F6F6F7;
}

.event-card__artist {
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 30px;
  text-transform: uppercase;
  max-width: 100%;
  word-wrap: break-word;
}

.price {
    border: none;
    border-radius: 10px;
    font-size: 12px;
    line-height: 12px;
    width: 120px;
    max-width: 170px;
    height: 30px;
    background: rgba(15, 24, 226, .2);
    color: #0F18E2;
    padding: 8px;
    text-align: center;
    margin-top: 18px;
}

.event-card__image {
  position: relative;
  overflow: hidden;
  width: 110px;
    max-width: 110px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.event-card__image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.event-card__image img {
  margin: 0 auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.spoiler_body {
    display:none;
}

.event-card__name {
  font-size: 18px;
  line-height: 1.4;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  padding-bottom: 0;
  background-color: #E8E9EA;
}

.modal-btns__stroke {
  background-color: #E8E9EA;
  border-radius: 0 0 10px 10px;
}

#btn__stroke {
  background: #FBFBFB;
  color: #0F18E2;
  border: 1px solid #0F18E2;
  margin: 4px 30px 0 0;
}

.event-card__button {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.event-card__button {
  display: button;
  padding: 15px 10px 10px;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  text-align: center;
  display: flex;
  color: #FBFBFB;
  text-transform: uppercase;
  background-color: #0F18E2;
  opacity: 0;
  transition: opacity .3s ease,background-color .3s ease,color .3s ease;
  line-height: 28px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 0 10px 10px 0;
}

.modal-btns {
  margin: 0 auto;
  padding: 18px;
}

.btn {
  border: none;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 28px;
  width: 100%;
  max-width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 8px 0 0;
  transition: 0.3s;
  background: #FBFBFB;
  color: #0F18E2;
  border: 1px solid #0F18E2;
}

.btn:hover{
  background: #0F18E2;
  color: #FBFBFB;
  cursor: pointer; 
}

.btn__img {
    width: 24px;
    max-width: 24px;
    height: 24px;
    margin-right: 10px;
    margin-left: 10px;
    border-radius: 100%;
}
/* #left end */

/* #right start */
#right {
  width: 45%;
  max-width: 45%;
  position: relative;
  flex: 0 auto;
  padding-top: 0;
  margin-top: -30px;
}

.info {
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
  position: fixed;
  width: 520px;
  max-width: 520px;
}

.address_club {
  display: flex;
}

.logo {
  width: 192px;
  height: 142px;
  padding-right: 20px;
}

.title_club {
  font-weight: 900;
  line-height: 68px;
  font-size: 58px;
  text-transform: uppercase;
  margin: 0 0 12px 0;
}

.location {
  position: relative;
  font-size: 18px;
  height: 30px;
}

.location_img {
  width: 24px;
  max-width: 24px;
  height: 24px;
  margin-right: 4px;
}

.metro {
  position: relative;
  font-size: 18px;
  height: 30px;
}

.metro_img {
  width: 24px;
  max-width: 24px;
  height: 24px;
  margin-right: 8px;
}

.text {
  height: auto;
}

.description {
  font-size: 18px;
  line-height: 28px;
  margin-top: 30px;
}

.not__official {
    font-size: 12px;
    color: #1D1D1B47;
    margin-top: 16px;
}

#address_club-2 {
  display: none;
}
/* #right end */

/* main end 1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111 */

/* footer start 111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111 */
.footer {
  display: none;
  flex: 0 0 auto;
  background-color: #F6F6F7;
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 20px 0;
}
.footer__container {
  display: flex;
  align-items: end;
  justify-content: space-between;
  height: 70px;
  width: 100%;
  max-width: 100%;
  padding-left: 46px;
  padding-right: 46px;
  margin: 0 auto;
}
.footer__logo {
  width: 94px;
  height: auto;
}
.not__official-2 {
    color: #1D1D1B47;
}
/* footer end 11111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111 */

/* Адаптив start 11111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111 */
@media (max-width: 1366px) {
  .two-columns__col + .two-columns__col {
    margin-left: 80px;
  }
}

@media (max-width: 1280px) {
  .info {
    width: 470px;
    max-width: 470px;
  }
  .logo {
    width: 156px;
    height: 140px;
  }
  .title_club {
    line-height: 70px;
    margin: 0;
  }
  .btn {
    width: 534px;
    max-width: 534px;
  }
}

@media (max-width:  1024px) {
  #left {
    padding-top: 70px;
    }
  .event-card__info {
    width: 110px;
    max-width: 110px; 
    padding: 6px 10px 8px;
  }
  .event-cards__month {
    line-height: 1;
    font-size: 26px;
    margin: 0 0 16px 0;
  }
  .event-card__date {
    font-size: 26px;
    margin-top: 12px;
  }
  .event-card__time {
    font-size: 16px;
  }
  .event-card__time:not(:first-child) {
    margin-top: 8px;
  }
  .event-card__texts {
    width: 100%;
    max-width: 100%;
  }
  .event-card__artist {
    font-size: 26px;
  }
  .event-card__name {
    font-size: 16px;
  }
  .price {
    font-size: 16px;
    width: 130px;
    max-width: 130px;
  }
  .event-card__image {
    width: 110px;
    max-width: 110px;
  }
  .event-card__button {
    font-size: 16px;
  }
  .two-columns__col + .two-columns__col {
    margin-left: 50px;
  }
  .info {
    width: 402px;
    max-width: 402px;
  }
  .logo {
    width: 128px;
    height: 102px;
  }
  .title_club {
    line-height: 46px;
    margin-bottom: 4px;
    font-size: 50px;
  }
  .location {
    font-size: 16px;
    height: 26px;
  }
  .location_img {
    width: 20px;
    max-width: 20px;
    height: 20px;
    max-height: 20px;
  }
  .metro {
    font-size: 16px;
    height: 26px;
  }
  .metro_img {
    width: 20px;
    max-width: 20px;
    height: 20px;
    max-height: 20px;
  }
  .text {
    height: auto;
  }
  .description {
    font-size: 16px;
    line-height: 26px;
  }
  .btn {
    width: 414px;
    max-width: 414px;
    font-size: 16px;
    line-height: 26px;
  }
  .btn__img {
    width: 20px;
    max-width: 20px;
    height: 20px;
    max-height: 20px;
  }
}

@media (max-width: 834px) {
  .header {
    display: block;
  }
  .club {
    font-size: 44px;
  }
  .container {
    padding-left: 46px;
    padding-right: 46px;
  }
  .two-columns {
    display: block;
    padding-top: 50px;
  }
  #left {
    padding-top: 0;
    width: 100%;
    max-width: 100%;
    position: relative;
    margin-bottom: 100px;
  }
  .two-columns__col + .two-columns__col {
    margin-top: 44px;
    margin-left: 0;
  }
  .event-cards__month {
    line-height: 21px;
    font-size: 22px;
    margin-bottom: 10px;
  }
  .event-card {
    min-height: 75px;
  }
  .event-card__info {
    width: 110px;
    justify-content: flex-start;
  }
  .event-card__date {
    font-size: 24px;
    margin-top: 14px;
  }
  .event-card__time {
    font-size: 16px;
  }
  .event-card__time:not(:first-child) {
    margin-top: 28px;
  }
  .event-card__artist {
    font-size: 25px;
    padding-bottom: 8px;
  }
  .event-card__name {
    font-size: 16px;
    position: relative;
    top: 0;
  }
  .event-card__image {
    width: 110px;
    background-color: #F6F6F7;
  }
  .loading {
    max-width: 110px;
    max-height: 122px;
    min-height: 0;
    margin: 0;
  }
  .btn {
    width: 100%;
    max-width: 100%;
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
  }
  #right {
    width: 100%;
    max-width: 100%;
    position: relative;
  }
  .info {
    width: 100%;
    max-width: 100%;
    position: relative;
    margin: 0;
    overflow: visible;
  }
  #address_club-1 {
    display: none;
  }
  #address_club-2 {
    display: block;
    color: #444;
  }
  .text {
    height: 160px;
    margin-top: 0;
    margin-bottom: 30px;
    color: #444;
  }
  .logo {
    display: none;
  }
  .title_club {
    display: none;
  }
  .location {
    margin-bottom: 4px;
  }
  .title__cards-2 {
    display: block;
    margin-bottom: 30px;
    font-size: 26px;
  }
  .not__official {
    display: none;
  }
  .footer {
    display: block;
  }
}

@media (max-width: 768px) {
  .event-card__date {
    margin-top: 16px;
  }
  .event-card__time {
    font-size: 14px;
  }
  .event-card__time:not(:first-child) {
    margin-top: 30px;
  }
  .price {
    font-size: 14px;
    width: 120px;
    max-width: 120px;
    line-height: 14px;
  }
  .event-card__name {
    font-size: 14px;
  }
  .btn {
    font-size: 14px;
  }
  .description {
    font-size: 14px;
    line-height: 24px;
  }
  .text {
    height: 100%;
  }
  .location {
    font-size: 14px;
    height: 24px;
  }
  .location_img {
    width: 18px;
    max-width: 18px;
    height: 18px;
    max-height: 18px;
  }
  .metro {
    font-size: 14px;
    height: 24px;
  }
  .metro_img {
    width: 18px;
    max-width: 18px;
    height: 18px;
    max-height: 18px;
  }
}

@media (max-width: 428px) {
  .container {
    padding-bottom: 50px;
  }
  .header {
    padding: 12px 0;
    height: 86px;
    max-height: 86px;
  }
  .header__container {
    height: 66px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .header-logo {
    width: 84px;
  }
  .club {
    font-size: 33px;
    line-height: 40px;
  }
  .location__club {
    font-size: 12px;
    height: 24px;
  }
  .page__content {
    padding-bottom: 0;
  }
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .two-columns {
    padding-top: 50px;
  }
  #left {
    margin-bottom: 50px;
  }
  .title__cards-2 {
    font-size: 24px;
  }
  .event-cards__month {
    font-size: 15px;
    line-height: 20px;
  }
  .event-card {
    min-height: 50px;
  }
  .event-card__info {
    width: 66px;
    padding: 10px 5px;
  }
  .event-card__date {
    font-size: 14px;
    line-height: 20px;
    margin-top: 1px;
  }
  .event-card__time {
    font-size: 12px;
    line-height: 12px;
  }
  .event-card__time:not(:first-child) {
    margin-top: 16px;
  }
  .event-card__texts {
    padding: 10px 8px;
  }
  .event-card__artist {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 12px;
    margin-right: 0;
  }
  .price {
    font-size: 65%;
    width: 85px;
    max-width: 85px;
    line-height: 4px;
    height: 20px;
    margin-top: 4px;
    border-radius: 6px;
  }
  .event-card__name {
    font-size: 12px;
    line-height: 18px;
    padding: 10px 8px 0 8px;
  }
  .modal-btns {
    padding: 10px 8px;
  }
  .btn {
    font-size: 12px;
    height: 32px;
    max-height: 32px;
    line-height: 18px;
  }
  .event-card:hover .modal-btns__stroke {
    margin: 0;
  }
  .event-card__image {
    width: 80px;
    max-width: 80px;    
  }
  .loading {
    width: 80px;
    max-width: 80px;
    height: 78px;
    max-height: 78px;
  }
  #right {
    margin: 0;
  }
  .description {
    font-size: 12px;
    line-height: 20px;
  }
  .location {
    font-size: 12px;
    height: 20px;
  }
  .location_img {
    width: 16px;
    max-width: 16px;
    height: 16px;
    max-height: 16px;
  }
  .metro {
    font-size: 12px;
    height: 20px;
  }
  .metro_img {
    width: 16px;
    max-width: 16px;
    height: 16px;
    max-height: 16px;
  }
  .footer__container {
    padding-left: 16px;
    padding-right: 16px;
  }
  small {
    font-size: 65%;
    width: 65%;
  }
}

@media (max-width: 320px) {
  .event-card__info {
    width: 72px;
  }
  .event-card__image {
    width: 70px;
    max-width: 70px;
  }
  .loading {
    width: 70px;
    max-width: 70px;
  }
  small {
    width: 45%;
  }
}
/* Адаптив end 11111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111 */