/*strefa muzyki*/


.move-top{
    margin-bottom: 86px;
}
.move-top .inner{
    display: flex;
    gap: 48px;
    align-items: center;
}
.move-top h1{
    background: linear-gradient(-85deg, #3da0e4, #97d5fc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;

    margin-bottom: 13px;
}
.move-top p{
    line-height: 33px;
}

.move-first{
    margin-bottom: 118px;
}
.move-first .inner{
    display: flex;
    gap: 30px;
    align-items: flex-start;
}
.move-first .inner div.first {
    flex: 0 0 25%;
}
.move-first .inner div.second {
    flex: 0 0 75%;
    max-width: 770px;
}
.move-first .inner div.first p {
    font-size: 16px;
}
.move-first .inner div.first p strong{
    color: #000;
    margin-bottom: 14px;
    font-size: 21px;
    display: block;
}

.move-first .first {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.move-first .first a.more-full {
    align-self: flex-end;
    margin-right: 120px;
}

.faq-item{
    background: url('../img/dot-list.webp') repeat-x top left;
}
.faq-question{
    font-family: 'ninankiregular';
    color: var(--grey);
    font-size: 26px;
    font-weight: 100;
    text-transform: uppercase;
    display: block;
    cursor: pointer;
    padding: 14px 18px;
    position: relative;
}
.faq-question:hover{
    color: var(--blue);
}
.faq-question::after {
	content: '+';
	position: absolute;
	right: 18px;
	font-size: 42px;
	top: 0;
}
.faq-question.active::after{
    content: '-';
}


.faq-answer {
  display: none;
  padding: 21px 30px 36px;
  gap: 30px;
}
.faq-answer p{
    font-size: 17px;
    line-height: 28px;
    margin: 0 0 20px;
}
.faq-answer a.more-empty{
    margin-top: 8px;
}
.faq-answer .faq-first{
    flex: 0 0 30%;
}
.faq-answer .faq-second{
    flex: 0 0 70%;
}



.move-second{
    margin-bottom: 118px;
}
.move-second .inner{
    display: flex;
    gap: 30px;
    align-items: flex-start;
}
.move-second .inner div.first {
    flex: 0 0 25%;
}
.move-second .inner div.second {
    flex: 0 0 75%;
    max-width: 770px;
}
.move-second .inner div.first p {
    font-size: 16px;
}
.move-second .inner div.first p strong{
    color: #000;
    margin-bottom: 14px;
    font-size: 21px;
    display: block;
}

.move-second .first {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.move-second .first a.more-full {
    align-self: flex-end;
    margin-right: 120px;
}
.video-item{
    display: flex;
    background: url('../img/dot-list.webp') repeat-x bottom left;
    align-items: center;
    gap: 60px;
    min-height: 150px;
}
.video-item:last-child{
    background: none;
}
.video-item img{
    width: 120px;
}
.video-item p{
    font-size: 30px;
    font-family: 'ninankiregular';
}
.video-item .video-third{
    margin-left: auto;
}
.video-item a.more{
    border: 0;
    padding: 13px 50px 13px 20px;
}
.video-item a.more::after {
	right: 18px;
}


@media (max-width:576px){
    .faq-answer{
        display: block;
    }
    .faq-answer .faq-first {
        margin-bottom: 15px;
    }

    .video-item {
        display: block;
        text-align: center;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
}
@media (min-width: 577px) {

}
@media (min-width: 577px) and (max-width:768px){

}
@media (max-width: 768px){
    .move-top {
        margin-bottom: 60px;
    }
    .move-top .inner {
        display: block;
        text-align: center;
    }
    .move-top h1{
        margin-top: 30px;
    }

    .move-first {
        margin-bottom: 60px;
    }
    .move-first .inner {
        display: block;
    }
    .move-first .first {
        margin-bottom: 30px;
    }

    .move-second {
        margin-bottom: 60px;
    }
    .move-second .inner {
        display: block;
    }
    .move-second .first {
        margin-bottom: 30px;
    }
}
@media (min-width: 769px){

}
@media (min-width: 769px) and (max-width:991px){
    .move-top .inner {
        align-items: flex-start;
    }
    .move-first .inner,
    .move-second .inner {
        display: block;
    }
    .move-first .first,
    .move-second .first {
        margin-bottom: 60px;
    }
}

@media (min-width: 992px) and (max-width:1200px){

}
@media (min-width: 1201px) and (max-width:1440px){

}
@media (min-width: 1441px){

}