.start {
    position: relative;
    background-color: rgb(248, 248, 251);
}
.start h2 {
    margin-top: 0;
    margin-bottom: 60px;
    color: rgb(0, 0, 0);
    font-family: "Tektur", sans-serif;
    font-size: min(calc(46 * 100vw / 1920), 46px);
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
}
.start .block-content {
    padding: 90px 0;
}
.start .block-content-item {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.start .start-block {
    background: #ffffff;
    border-radius: 15px;
}
.start .start-block:last-of-type {
    margin-bottom: 0;
}
.start .start-head {
    padding: 20px 47px 20px 30px;
    cursor: pointer;
    height: min(calc(113 * 100vw / 1920), 113px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    position: relative;
}
.start .start-head svg {
    margin-left: 40px;
}
.start .start-head svg.minus {
    display: none;
}
.start .start-head.open svg.minus {
    display: block;
}
.start .start-head.open svg.plus {
    display: none;
}
.start .start-head p {
    margin: 0;
    color: rgb(48, 47, 47);
    font-family: "Tektur", sans-serif;
    font-size: min(calc(32 * 100vw / 1920), 32px);
    font-weight: 500;
    line-height: 130%;
    width: 100%;
}
.start .start-head p span {
    color: #8383af;
}
.start .start-body-item {
    padding: 15px 20px 0;
}
.start .start-body-content {
    padding: 30px;
    border-top: 1px solid rgb(187, 195, 201);
}
.start .start-body-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.start .start-body-content li {
    color: rgb(48, 47, 47);
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
    display: flex;
    align-items: center;
    gap: 10px;
}
.start .start-body-content li img {
    width: 25px;
}
.start .start-body-content p a {
    text-decoration: underline;
}
.start .start-body-content p a:hover {
    text-decoration: none;
}
.start .start-body {
    display: none;
}




@media (max-width: 1440px) {
    .start .block-content {
        padding: 75px 0;
    }
}
@media (max-width: 1280px) {
    .start .block-content {
        padding: 60px 0;
    }
}
@media (max-width: 1023px) {
    .start .block-content {
        padding: 45px 0;
    }
    .start h2 {
        font-size: min(calc(46 * 100vw / 1023), 46px);
    }
    .start .start-head {
        height: auto;
    }
    .start .start-head p {
        font-size: 20px;
        max-width: none;
    }
    .start .start-head p {
        font-size: min(calc(32 * 100vw / 1023), 32px);
    }
}
@media (max-width: 620px) {
    .start .choose-content {
        padding: 35px 0;
    }
    .start h2 {
        font-size: 32px;
        margin-bottom: 40px;
    }
    .start .block-content-item {
        gap: 20px;
    }
    .start .start-body-content p {
        font-size: 16px;
    }
    .start .start-head {
        padding: 17px 47px 17px 20px;
    }
    .start .start-body-item {
        padding: 10px 15px 0;
    }
    .start .start-body-content {
        padding: 20px 10px;
    }
    .start .start-head p {
        font-size: 20px;
    }
    .start .start-head p span {
        display: block;
    }
    .start .start-body-content li {
        align-items: flex-start;
    }
}