.profiles2026 {
    width: 100%;
    padding: 40px 0;
}

.profiles2026 .group {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
}

.profile2026 {
    width: 300px;
    border: 1px solid #979797;
    min-height: 350px;
    padding: 25px 30px;
}

.profile2026 .imgblock {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 15px;
}

.profile2026 .gal {
    margin: 0 auto;
    width: 160px;
    height: 160px;
    border: 1px solid #979797;
    position: relative;
}
.profile2026 .gal:before {
    display: block;
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    top: 11px;
    right: 11px;
    background: #4bbecd;
    opacity: .25;
    z-index: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.profile2026 .gal:after {
    display: block;
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 16px;
    right: 16px;
    z-index: 2;
    background: url(/template/img/zoomwh.svg) no-repeat;
    background-size: contain;
}
.profile2026 .gal:hover::before {
    opacity: 1;
}

.profile2026 .gal a {
    display: block;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
}
.profile2026 .gal .img {
    width: 100%;
    height: 100%;
}
.profile2026 .gal .img img {
    width: 100%;
    height: 100%;
    margin: 0 !important;
}

.profile2026 .tx {

}

.profile2026 .tx p {
    font-family: skodapro_regular;
    font-size: 16px;
    line-height: 1em;
    color: #4D4D4D;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.profile2026 p.t {
    font-family: skodapro_bold;
    font-size: 18px;
    line-height: 20px;
}

.profile2026 .stars {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-bottom: 15px;
}

.profile2026 .star p {
    text-transform: none;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 5px;
}

.profile2026 .star .points {
    display: flex;
    justify-content: start;
    gap: 3px;
}

.profile2026 .star .points div {
    width: 10px;
    height: 10px;
    border: 1px solid #FFB000;
    border-radius: 100%;
}
.profile2026 .star .points div.f {
    background: #FFB000;
}

.profile2026 .buttonswr {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.profile2026 .stdbutton {
    width: 100%;
    height: 50px;
    line-height: 48px;
    font-size: 16px;
}

.profile2026 .chars p {
    font-family: skodapro_regular;
    font-size: 14px;
    line-height: 16px;
    color: #4d4d4d;
    margin-bottom: 5px;
}
.profile2026 .chars p b {
    font-family: skodapro_bold;
    font-size: inherit;
    line-height: inherit;
}

.profile2026 .chars p.charsbtn {
    margin: 10px 0 0;
    position: relative;
    color: #50b4c1;
    font-family: skodapro_bold;
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
    cursor: pointer;
}
.profile2026 .chars p.charsbtn:before {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background: #50b4c1;
    position: absolute;
    left: 0;
    bottom: 0;
}

.profile2026 .chars p.charsbtn i {
    display: inline-block;
    position: relative;
    width: 13px;
    height: 10px;
    transition: 0.5s;
}
.profile2026 .chars p.charsbtn.sh i {
    transform: translate(-4px, 2px) rotate(90deg);
}

.profile2026 .chars p.charsbtn i:before,
.profile2026 .chars p.charsbtn i:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 9px;
    height: 2px;
    border-radius: 1px;
    background: #50b4c1;
}
.profile2026 .chars p.charsbtn i:before {
    margin-top: 5px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.profile2026 .chars p.charsbtn i:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.profile2026 .chars p.chartext {
    position: relative;
    margin-bottom: 5px;
    min-height: 25px;
    padding-left: 35px;
    display: flex;
    align-items: center;
}
.profile2026 .chars p.chartext span {
    font-family: skodapro_regular;
    color: #4d4d4d;
    font-size: 14px;
    line-height: 16px;
}
.profile2026 .chars p.chartext b {
    font-family: skodapro_bold;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
.profile2026 .chars p.chartext:before {
    display: block;
    content: "";
    position: absolute;
    background: url(/template/img/checkbig.svg) no-repeat;
    background-size: contain;
    width: 26px;
    height: 25px;
    left: 0;
    top: 1px;
}

.profile2026 .charscontent {
    width: 100%;
    display: none;
    padding-top: 15px;
}


@media only screen and (min-width: 768px) {
    .profile2026 {
        width: 345px;
        padding: 25px 50px;
    }
    .profiles2026 .group {
        grid-template-columns: repeat(2, 1fr);

    }
}
@media only screen and (min-width: 1200px) {
    .profile2026 {
        width: 525px;
        padding: 30px;
    }
    .profile2026 .imgblock {
        flex-direction: row;
        gap: 25px;
    }
    .profile2026 .gal {
        margin: 0;
        width: 170px;
        height: 170px;
    }
    .profile2026 .gal:before {
        width: 40px;
        height: 40px;
        top: 21px;
        right: 21px;
    }
    .profile2026 .gal:after {
        width: 20px;
        height: 20px;
        top: 31px;
        right: 31px;
    }

    .profile2026 .star p {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 10px;
    }
    .profile2026 .buttonswr {
        flex-direction: row;
    }
    .profile2026 .stdbutton {
        width: 130px;
    }
}
