.wrapper {
    max-width: 1240px;
    margin: 0 auto;
}
.pl-banner {
    background: #6033AB;
    height: 252px;
    overflow: hidden;
}
.pl-banner-main {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pl-banner__text {
    flex: 1 0 50%;
    color: #fff;
}
.pl-banner__text h1 {
    font-family: 'MontBold';
    font-size: 40px;
    line-height: 48px;
    text-transform: uppercase;
    margin: 0 0 20px;
}
.pl-banner__text p {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}
.pl-banner__img {
    flex: 1 0 50%;
    height: 100%;
    position: relative;
}
.pl-banner__img img {
    position: absolute;
    right: 122px;
    bottom: -57px;
}
.pl-links-main {
    display: flex;
    gap: 0 30px;
    margin: 50px auto 100px;
}
.pl-links__item {
    height: 238px;
    flex: 1 0 0;
    border: 1px dashed #EAEAE9;
    justify-items: center;
    align-content: center;
    text-align: center;
    text-decoration: none;
    transition: all 350ms;
}
.pl-links__title {
    display: block;
    font-size: 19px;
    color: #000;
    text-transform: uppercase;
    font-family: 'MontBold';
    margin: 30px 0 5px;
}
.pl-links__text {
    color: #828791;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}
.pl-links__item:hover {
    border-style: solid;
}
.pl-links__item:hover img {
    filter: brightness(0) saturate(100%) invert(19%) sepia(32%) saturate(5614%) hue-rotate(253deg) brightness(92%) contrast(89%);
}
.wrapper h2 {
    font-family: 'MontBold';
    font-size: 40px;
    line-height: 48px;
    text-transform: uppercase;
    text-align: left;
    margin: 0;
}
.pl-how-get-bonus-list {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(4, 261px);
    gap: 0 65px;
}
.pl-how-get-bonus-list__title {
    color: #828791;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    display: flex;
    align-items: baseline;
    gap: 0 10px;
    margin-bottom: 12px;
    padding-left: 15px;
    position: relative;
}
.pl-how-get-bonus-list__title span:nth-child(2) {
    font-family: 'MontBold';
    font-size: 19px;
}
.line {
    width: 225px;
    border-bottom: 1px dashed #EAEAE9;
    position: absolute;
    right: -65px;
    top: 50%;
}
.pl-how-get-bonus-list__text {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    padding: 0 15px;
    margin-bottom: 16px;
    width: 75%;
}
.pl-how-get-bonus-list .pl-how-get-bonus-list__item:last-child .pl-how-get-bonus-list__text {
    font-family: 'MontBold';
    color: #6033AB;
}
.pl-how-get-bonus-list .pl-how-get-bonus-list__item:last-child .pl-how-get-bonus-list__title {
    color: #6033AB;
}
.pl-active-compliments {
    margin-top: 110px;
}
.pl-active-compliments-topBlock {
    display: flex;
    gap: 0 30px;
    margin-top: 40px;
}
.pl-active-compliments-topBlock__item {
    flex: 1 0 0;
}
.rent-parcking {
    height: 335px;
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    padding: 35px 35px;
    color: #fff;
    text-decoration: none;
}
.rent-parcking_color-purpure {
    background: #6033AB;
}
.rent-parcking_color-blue {
    background: #4584F5;
}
.rent-parcking img {
    position: absolute;
    right: 0;
    bottom: 0;
}
.rent-parcking__title {
    font-family: 'MontBold';
    font-size: 19px;
    text-transform: uppercase;
    margin-bottom: 7px;
}
.rent-parcking__text {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    width: 50%;
}
.pl-active-compliments-topBlock__filter {
    display: inline-block;
    text-decoration: none;
    padding: 8px 26px;
    border: 1px solid #EAEAE9;
    border-left: none;
    text-transform: uppercase;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
}
.pl-active-compliments-topBlock__filter span {
    position: relative;
    z-index: 5;
    transition: all .45s ease-out;
}
.filter_color-purpure {
    border-color: #945EFD;
}
.filter_color-purpure span {
    color: #945EFD;
}
.filter_color-purpure:hover span, .filter_color-blue:hover span {
    color: #fff;
}
.filter_color-purpure:before {
    content: '';
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #945EFD;
    display: block;
    z-index: 1;
    transition: all .45s ease-out;
}
.filter_color-purpure:hover:before, .filter_color-blue:hover:before {
    width: 100%;
}
.filter_color-blue {
    border-color: #67C1FF;
    color: #67C1FF;
}
.filter_color-blue:before {
    content: '';
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #67C1FF;
    display: block;
    z-index: 1;
    transition: all .45s ease-out;
}
.pl-active-compliments-list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 30px;
    margin-top: 40px;
}
.pl-active-compliments-list__item {
    flex: 1 0 287px;
    height: 335px;
    background-color: #F1F1F1;
    overflow: hidden;
    position: relative;
    padding: 35px 35px;
    text-decoration: none;
    color: #000;
}
.pl-active-compliments-list__item img {
    width: 100%;
    height: 276px;
    clip-path: circle(138px at 50% 50%);
    position: absolute;
    right: -35px;
    bottom: -65px;
    object-fit: cover;
}
.pl-active-compliments-list__title {
    font-family: 'MontBold';
    font-size: 19px;
    text-transform: uppercase;
}
.pl-active-compliments-list__text {
color: #828791;
}
.pl-faq {
    margin: 110px 0;
}
.pl-faq-list {
    margin-top: 40px;
}
.pl-faq-list h5 {
    font-family: 'MontBold';
    font-size: 19px;
    border-bottom: 1px solid #EAEAE9;
    margin: 0;
    padding: 32px 0;
    position: relative;
}
.pl-faq-list h5:hover {
    text-align: left;
    color: #000;
    background: none;
    display: block;
}
.pl-faq-list h5.ui-state-active {
    color: #000;
}
.pl-faq-list h5 span {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    right: 0;
    display:inline-block;
    background: linear-gradient(#fff,#fff),linear-gradient(#fff,#fff);
    background-position:center; background-size: 36% 1.3px, 1.3px 36%;
    background-repeat:no-repeat;
    transform: rotate(0deg) translateY(-50%);
    background-color: #6033AB;
    border-radius: 50%;
    transition: transform 0.5s ease, background-size 0.5s ease;
}
.pl-faq-list h5 span:before {
    display: none;
}
.pl-faq-list h5[aria-selected="true"] {
    border-bottom: none;
}
.pl-faq-list h5[aria-selected="true"] span {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    right: 0;
    display:inline-block;
    background: linear-gradient(#828791,#828791),linear-gradient(#828791,#828791);
    background-position:center;
    background-size: 36% 1.3px,1.3px 0%;
    background-repeat:no-repeat;
    border: 1px solid #EAEAE9;
    background-color: #fff;
    border-radius: 50%;
    transform: translateY(-50%);
}
.pl-faq-list__item {
    border-bottom: 1px solid #EAEAE9;
    padding-bottom: 25px;
}
.pl-faq-list__item p {
    margin: 0 0 20px;
    color: #828791;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    width: 80%;
}
.pl-faq-list__item ul {
    list-style: disc;
    padding-left: 10px;
}
.pl-faq-list__item ul li {
    color: #67C1FF;
    margin-top: 10px;
}
.pl-faq-list__item ul li span {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #000;
    position: relative;
    top: 2px;
    left: 2px;
}

/*ADAPTIVE*/
@media (max-width: 1240px) {
    .wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 1024px) {
    .pl-how-get-bonus-list {
        grid-template-columns: repeat(3, 261px);
        gap: 45px;
    }
}
@media (max-width: 1000px) {
    .pl-banner__img img {
        right: 0;
    }
    .pl-how-get-bonus-list {
        grid-template-columns: repeat(2, 261px);
        justify-content: center;
    }
    .pl-active-compliments-topBlock {
        flex-direction: column;
        gap: 25px 0;
    }
}
@media (max-width: 740px) {
    .pl-banner__text h1 {
        font-size: 21px;
        line-height: 25px;
        margin-bottom: 15px;
    }
    .pl-banner__text p {
        font-size: 13px;
        line-height: 18px;
        width: 50%;
    }
    .pl-banner {
        height: 226px;
    }
    .pl-banner__text {
        align-self: start;
        padding-top: 30px;
    }
    .pl-banner__img img {
        width: 90%;
    }
    .pl-links-main {
        flex-direction: column;
        gap: 30px 0;
        margin: 30px 0 55px;
    }
    .pl-links__item {
        padding: 41px 23px;
    }
    .pl-links__title {
        font-size: 17px;
    }
    .pl-links__text {
        font-size: 13px;
    }
    .wrapper h2 {
        font-size: 21px;
        line-height: 25px;
    }
    .pl-how-get-bonus-list {
        grid-template-columns: 1fr;
        gap: 35px 0;
        margin-top: 35px;
    }
    .line, .pl-how-get-bonus-list__img {
        display: none;
    }
    .pl-how-get-bonus-list__title {
        font-size: 13px;
        padding-left: 10px;
        margin-bottom: 5px;
    }
    .pl-how-get-bonus-list__title span:nth-child(2) {
        font-size: 17px;
    }
    .pl-how-get-bonus-list__text {
        font-size: 13px;
        margin-bottom: 0;
        padding-left: 10px;
        width: 100%;
    }
    .pl-how-get-bonus-list__text br {
        display: none;
    }
    .pl-how-get-bonus-list div.pl-how-get-bonus-list__item:first-child {
        border-left: 1px dashed #EAEAE9;
    }
    .pl-how-get-bonus-list div.pl-how-get-bonus-list__item:last-child .pl-how-get-bonus-list__text, .pl-how-get-bonus-list div.pl-how-get-bonus-list__item:last-child .pl-how-get-bonus-list__title{
        color: #6033AB;
    }
    .pl-active-compliments {
        margin-top: 55px;
    }
    .pl-active-compliments-topBlock {
        margin-top: 25px;
    }
    .pl-active-compliments-topBlock__filter {
        line-height: 16px;
        margin-bottom: 6px;
    }
    .rent-parcking {
        padding: 25px;
    }
    .rent-parcking__text {
        width: 60%;
    }
    .rent-parcking img {
        width: 324px;
    }
    .pl-active-compliments-list {
        gap: 25px 0;
    }
    .pl-active-compliments-list__item {
        padding: 0;
        display: flex;
        flex-direction: column;
        justify-content: end;
    }
    .pl-active-compliments-list__title {
        color: #fff;
        padding-left: 35px;
        z-index: 5;
    }
    .pl-active-compliments-list__text {
        color: #fff;
        padding-left: 35px;
        padding-bottom: 35px;
        z-index: 5;
    }
    .pl-active-compliments-list__item img {
        height: 100%;
        right: 0;
        top: 0;
        bottom: 0;
        clip-path: none;
    }
    .pl-active-compliments-list__item:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(180.04deg, rgba(0, 0, 0, 0) 0.03%, rgba(0, 0, 0, 0.35) 40.34%, rgba(0, 0, 0, 0.7) 99.97%);
    }
    .pl-faq {
        margin: 55px 0;
    }
    .pl-faq-list {
        margin-top: 25px;
    }
    .pl-faq-list h5 {
        font-size: 15px;
        line-height: 22px;
        padding: 25px 50px 25px 0;
    }
    .pl-faq-list h5 span, .pl-faq-list h5[aria-selected="true"] span {
        width: 40px;
        height: 40px;
    }
    .pl-faq-list__item p {
        font-size: 13px;
        line-height: 18px;
        margin-bottom: 15px;
        width: 100%;
    }
    .pl-faq-list__item ul li span {
        font-size: 13px;
        line-height: 18px;
    }
    @media (max-width: 480px) {
        .pl-banner__text p {
            width: 60%;
        }
    }
    @media (max-width: 414px) {
        .pl-banner__img img {
            width: 100%;
        }
        .rent-parcking__text {
            width: 90%;
        }
    }
    @media (max-width: 375px) {
        .pl-banner__text p {
            width: 90%;
        }
        .pl-banner__img img {
            bottom: -45px;
        }
    }
    @media (max-width: 360px) {
        .pl-banner__img img {
            bottom: -30px;
        }
    }
    @media (max-width: 320px) {
        .pl-links__text {
            text-align: center;
        }
        .pl-links__item {
            padding: 40px 20px;
        }
        .rent-parcking img {
            width: 90%;
        }
        .rent-parcking__text {
            width: 100%;
        }
    }
}