.banner-block{
	color: rgba(255,255,255,1);
	width: 100%;
	position: relative;
	& .banner-text-container{
		height: 100%;
		top: 0;
		left: 0;
		z-index: 10;
		display: flex !important;
		justify-content: center;
		align-items: center;
		gap: 10px;
		width: 100%;
		position: absolute;
		& .banner-text{
			text-shadow: 2px 2px 10px #000000;
			font-size: 2.2em !important;
			padding: 20px !important;
			width: 82% !important;
			float: none !important;
			clear: both !important;
			margin: auto !important;
			max-width: 2500px;
			font-weight: 600;
			text-transform: uppercase;
			display: block;
		}
	}
	& .banner-image-container{
		width: 100%;
		position: relative;
		& img{
			width: 100% !important;
			height: 100% !important;
			object-fit: cover !important;
			max-width: 100% !important;
			max-height: 100% !important;
			vertical-align: middle;
			border: none;
			position: relative;
		}
	}
}
@media (max-width: 768px) {
  .banner-block {
    .banner-text-container {
      .banner-text {
        font-size: 1.2em !important;
        padding: 10px !important; ы
        width: 90% !important;    
      }
    }

    .banner-image-container {
      img {
        height: auto !important; 
        max-height: 400px;  
      }
    }
  }
}

.grid-artist-layout {
  display: grid;
  grid-template-columns: 22% 22% 22% 1fr;
  grid-template-rows: auto auto;
  gap: 10px;
}

.grid-artist-item {
  text-align: center;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: start;
}

.grid-artist-item--wide {
  grid-column: 1 / span 3;
}

.grid-artist-item--side {
  align-items: flex-end;
}

@media (max-width: 1200px) {
  .grid-artist-layout {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto auto;
    gap: 8px;
  }

  .grid-artist-item--wide {
    grid-column: 1;
  }

  .grid-artist-item--side {
    grid-column: 1;
    grid-row: 5;
  }

  .grid-artist-item:nth-of-type(3),
  .grid-artist-item:nth-of-type(4),
  .grid-artist-item:nth-of-type(5) {
    grid-column: 1;
  }

  .grid-artist-item:nth-of-type(6) {
    display: none;
  }
}

@media (min-width: 600px) and (max-width: 1200px) { /*768*/
  .grid-artist-layout {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto auto;
  }

  .grid-artist-item:nth-of-type(3) {
    grid-column: 1;
    grid-row: 2;
  }
  .grid-artist-item:nth-of-type(4) {
    grid-column: 2;
    grid-row: 2;
  }

  .grid-artist-item:nth-of-type(5) {
    grid-column: 1 / span 2;
    grid-row: 3;
  }

  .grid-artist-item--side {
    grid-column: 1 / span 2;
    grid-row: 4;
  }

  .grid-artist-item--wide {
    grid-column: 1 / span 2;
  }
}

.grid-artist-item--side{
	& .rounded-button{
		margin: 2rem auto;
	}
}


& .button-apply{
	border: solid 1px rgba(0,0,0,1);
	border-radius: 25px;
	cursor: pointer;
	font-weight: 600;
	& a{
		color: black;
		text-decoration: none;
		cursor: pointer;
	}
	
	
}
.rounded-button{
	width: 100%;
	height: 45px;
	background-color: black;
	color: white;
	border: none;
	border-radius: 25px;
	text-align: center;
	line-height: 42px;
	cursor: pointer;
	display: inline-block;
	transition: background-color 0.3s, color 0.3s;
	border: 1px solid black;
	font-size: 18px;
	max-width: 400px;
    height: 41px;
    margin: 0px 15px;
    font-weight: 500;
    text-decoration: none;
	text-transform: uppercase;
}
.rounded-button:hover {
  background-color: white;
  border: 1px solid black;
  color: black;
}
.art-btn-block{
	margin: 2rem auto;
	text-align: center;
}
.grid-artist-item{
	& .content-area-num{
		margin-top: 10px;
		width: 40px;
		color: rgba(255,255,255,1);
		background-color: rgba(0,0,0,1);
		aspect-ratio: 1/1.0;
		border-radius: 50%;
		font-weight: 600;
		display: flex !important;
		justify-content: center;
		align-items: center;
		gap: 10px;
	}
	& .content-block{
		padding: 10px;
		width: 80%;
		& .content-block-title{
			font-weight: 600;
			width: 100%;
		}
		& .content-block-full{
			width: 100%;
		}
	}
}

.artist-opinion-block{
	
}
.faq-area{
	width: calc(100% - 30px);
    padding: 0 15px;
	max-width: 1265px;
    margin: 0 auto;
	box-sizing: border-box;
	& .opener{
		border-bottom: solid 1px rgba(0,0,0,1);
		cursor: pointer;
		font-size: 1.1em;
		padding: 10px 0;
		font-weight: 600;
		& div{
			float: right;
			width: auto;
			& span{
				cursor: pointer;
				font-size: 1.1em;
				font-weight: 600;
				text-transform: uppercase;
				& .bi-caret-up-fill{
				  width: 16px;
				  height: 16px;
				  display: inline-block;
				  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill="currentColor" d="M7.247 4.86l-4.796 5.481c-.566.648-.106 1.659.753 1.659h9.592c.86 0 1.319-1.01.753-1.659L8.753 4.86a1 1 0 0 0-1.506 0z"/></svg>');
				  background-size: contain;
				  background-repeat: no-repeat;
				  background-position: center;
				  color: #000;
				}

				& .bi-caret-down-fill {
				  width: 16px;
				  height: 16px;
				  display: inline-block;
				  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill="currentColor" d="M7.247 11.14l-4.796-5.481c-.566-.648-.106-1.659.753-1.659h9.592c.86 0 1.319 1.01.753 1.659l-4.796 5.481a1 1 0 0 1-1.506 0z"/></svg>');
				  background-size: contain;
				  background-repeat: no-repeat;
				  background-position: center;
				  color: #000;
				}
				& .bi::before{
					content: none !important;
				}
			}
		}
	}
	& .art-btn-wrap{
		display: flex;
		width: 100%;
		align-items: center;
		justify-content: center;
		& a{
			display: flex;
		    justify-content: center;
		    align-items: center;
		    max-width: 615px;
		    width: 100%;
		    background: #000000;
		    padding: 12px 15px;
		    color: #ffffff;
		    font-size: 16px;
		    line-height: 1;
		    font-weight: 600;
		    color: #ffffff;
		    font-family: "Monserat",sans-serif;
		    text-transform: uppercase;
		    border-radius: 25px;
		    border: 1px solid black;
			transition: background-color 0.3s, color 0.3s;
			text-decoration: none;
			cursor: pointer;
		}
	}
}
.artist-image{
	width: 100%;
    aspect-ratio: 1/1;
	& span{
		background-color: #000;
        overflow: hidden;
        aspect-ratio: 1/1;
		display:flex;
		& img{
			width: 100%;
			height: 100%;
			object-fit: cover;
			vertical-align: top;
			border: none;
			transition: all 0.3s ease-in-out;
		}
	}
}
.artist-name {
	text-transform: none !important;
	font-size: 1.3em !important;
}
.artist_opinion_top{
	padding: 10px 0;
	font-weight: 600 !important;	
}
.artist_opinion{
	
}
a.buttonFlipper.buttonJoin{
	text-align: center;
	max-width: 370px !important;
    width: 100%;
	--element-height: 42px;
    --button-bg-color: #000;  
    --button-hover-bg-color: #fff;
    --border-inner-hover: 1px solid #000;
	--button-hover-text-color:#000;
	font-weight:600;
	& span{
		text-align: center;
	}
}