.toptxt__item {
    max-width: 100%;
    width: 700px;
    margin: 0 auto;
    padding: 0 15px;
}
.toptxt__item p {
    margin: 0;
    text-align: justify;
    letter-spacing: var(--spacing);
}
/*  */
.descimg {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: var(--color-main);
    position: relative;
    overflow-x: clip;
}
.descimg .pluses {
    margin-bottom: clamp(30px, 4vw, 60px);
}
.descimg .pluses svg {
    filter: brightness(0) invert(1);
}
.descimg__tooth {
    position: absolute;
    top: 100px;
    left: 35%;
    transform: scaleX(-1);
    max-height: 60%;
    max-width: 40%;
    object-fit: contain;
    z-index: 1;
    width: 520px;
}
.descimg__content {
    position: relative;
}
.descimg__content>img {
    position: absolute;
    width: 100%;
    z-index: 1;
    left: -4vw;
    top: 50%;
    transform: translateY(-50%);
}
.descimg__content-wrapper {
    max-width: 100%;
    width: 600px;
}
.descimg .section-heading {
    font-weight: 400;
    margin-bottom: 10px;
}
.descimg__links {
    margin-top: clamp(10px, 3vw, 60px);
    align-items: center;
    gap: 20px 40px;
}

.descimg__ops {
    gap: 20px 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 40px;
}
.descimg__ops-item {
    padding: 30px 30px 40px 30px;
    border: 1px solid #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: max-content;
}
.descimg__ops-item img {
    width: 120px;
    object-fit: contain;
    height: 27px;
    margin-top: 5px;
}
.descimg__ops-rate {
    display: block;
    text-align: center;
    font-size: clamp(22px, 2vw, 38px);
    font-family: var(--font-second);
    font-weight: 700;
    color: #000;
}
.descimg__ops-stars {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
}
.descimg__ops-stars span:not(.active) {
    opacity: .5;
}
.descimg__ops-stars svg {
    height: auto;
    width: 14px;
    margin: 1px;
}

.descimg__img {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}
.descimg__img img {
    width: 90%;
    position: relative;
    z-index: 2;
}
.descimg__img svg {
    position: absolute;
    left: 55%;
    bottom: 10%;
    z-index: 3;
    max-width: 60%;
    height: auto;
}
/*  */
.galslider {
    overflow-x: clip;
    position: relative;
    background-color: #fff;
    padding-bottom: 20px;
}
.galslider__tooth {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) scaleX(-1);
    max-height: 120%;
    max-width: 70%;
    object-fit: contain;
    z-index: 1;
    width: 650px;
}
.galslider__slick {
    padding-left: 60px;
    padding-right: 60px;
}
.galslider__slick .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    font-size: 0;
    color: transparent;
    background-color: #fff;
    width: 34px;
    height: 34px;
    background-repeat: no-repeat;
    background-size: 33px;
    background-position: center;
    background-image: url(../assets/arrow-line.svg);
    cursor: pointer;
    z-index: 4;
}
.galslider__slick .slick-prev {
    transform: translateY(-50%) rotate(180deg);
    left: 0;
}
.galslider__slick .slick-next {
    right: 0;
}
.galslider__slick .slick-arrow.slick-disabled {
    opacity: .4;
}

.galslider__item {
    padding: 0 20px;
}
.galslider__item a {
    display: block;
    overflow: hidden;
}
.galslider__item img {
    aspect-ratio: 16/13;
    object-fit: cover;
    width: 100%;
    transition: .3s;
}
.galslider__item a:hover img {
    filter: brightness(80%);
    transform: scale(1.05);
}
.galslider__sign svg {
    width: 100%;
    height: auto;
}
/*  */
.teamlist__item {
    padding: 0 20px;
    margin-top: 40px;
}
.teamlist__item-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
}
.teamlist__img {
    display: flex;
    justify-content: center;
    align-items: center;
}
.teamlist__img img {
    transition: .3s;
    aspect-ratio: 4/6;
    object-fit: cover;
}
.teamlist__img:hover img {
    filter: grayscale(70%);
} 
.teamlist__name {
    font-size: clamp(20px, 2vw, 28px);
    line-height: 120%;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 10px;
}
.teamlist__name a:hover {
    color: var(--color-main);
}
.teamlist__excerpt {
    font-size: .85rem;
    line-height: 130%;
}
.teamlist__excerpt * {
    margin: 0;
}
/*  */
.infoimg {
    position: relative;
    padding-top: 60px;
    overflow-x: clip;
    padding-bottom: 60px;
}
.infoimg:before {
    content: '';
    background-color: var(--color-main);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 60%;
    z-index: 1;
}
.infoimg__ellipse {
    content: '';
    background-color: var(--color-main);
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    left: 45%;
    width: 30%;
    z-index: 1;
}
.infoimg__shadow {
    position: absolute;
    left: 0;
    width: 60%;
    bottom: clamp(-100px, -5vw, -30px);
    z-index: -1;
    object-fit: contain;
}
.infoimg__item {
    margin-top: 30px;
    padding: 0 clamp(15px, 2vw, 50px);
}
.infoimg__item-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: justify;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
}
.infoimg__item-title {
    display: block;
    color: #fff;
    font-size: 1.25rem;
    line-height: 140%;
    font-weight: 600;
    margin-bottom: 20px;
}
.infoimg__item-txt {
    display: block;
    letter-spacing: var(--spacing);
}

.infoimg__img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
/*  */

@media(max-width: 1440px) {
    .descimg__img svg {
        max-width: 50%;
        left: 57%;
    }
    /*  */
    .galslider__item {
        padding: 0 10px;
    }
}
@media(max-width: 992px) {
    .descimg__tooth {
        top: 25%;
        left: initial;
        right: 2%;
        opacity: .5;
    }
    .descimg__content-wrapper {
        width: 100%;
    }
    .descimg__ops {
        gap: 20px;
    }
    .descimg__ops-item {
        padding: 20px 20px 20px 20px;
    }
    .descimg__ops-item img {
        width: 90px;
    }
    .descimg__img {
        margin-top: 40px;
    }
    .descimg__img svg {
        left: initial;
        right: -5px;
    }
    /*  */
    .infoimg:before {
        width: calc(100% - 15px);
    }
    .infoimg__ellipse {
        transform: translateX(-50%);
        top: 30%;
        left: 50%;
        width: 80%;
        opacity: .5;
    }
    .infoimg__shadow {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 80%;
        bottom: clamp(-100px, -5vw, -30px);
        z-index: -1;
        object-fit: contain;
    }
    .infoimg__item {
        padding: 0 15px;
    }
    .infoimg__img {
        margin-top: 40px;
    }
    /*  */
}

@media(max-width: 767px) {
    /*  */
    .galslider__tooth {
        opacity: .5;
        top: -40px;
        width: 240px;
        z-index: 1;
    }
    .galslider__sign {
        position: relative;
        z-index: 4;
    }
    /*  */
    .infoimg header {
        text-align: center;
    }
    .infoimg__item:first-child {
        margin-top: 0 !important;
    }
    .infoimg__item {
        padding-left: 0;
    }
}
@media(max-width: 500px) {
    /*  */
    .galslider__slick {
        padding-left: 0;
        padding-right: 0;
    }
    /*  */
    .teamlist__item {
        padding: 0 5px;
    }
}