.join__form-row input[type=checkbox] {
    all: revert;
    display: inline-block;
    width: 20px;
    height: 20px;
}

.link_polit {
    color: indianred;
}

.link_polit:hover {
    color: var(--c-primary);;
}

#payments .help__text{
    font-size: 2.4rem;
    line-height: 1.5;
}

#payments .help__text span{
    color: #ca322b;
    font-weight: 700;
}

.hero-price {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    animation: fadeIn 1000ms ease-in-out forwards;
    animation-direction: alternate;
    animation-delay: 900ms;
    transform: translateY(-50px);
    opacity: 0;
}

.hero-price .price {
    font-family: var(--font-brand);
    font-weight: 900;
    font-size: 42px;
    line-height: 100%;
    text-transform: uppercase;
}

.hero-price .price p {
    margin: 0;
}

.hero-price .currency {
    font-family: var(--font-brand);
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
}

.help__document {
    margin-top: 42px;
    display: flex;
    gap: 20px;
    padding: 24px 20px;
    background-color: #eee;
    border-radius: 10px;
}

@media (max-width: 768px) {
    .help__document {
        flex-wrap: wrap;
        margin-top: 0;
        align-items: center;
        justify-content: center;

    }
    .help__document .help__document-text {
        text-align: center;
    }
}

.help__document .help__document-text {
    font-family: Onest;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #214BB1;
}

.help__document .help__document-btn {
    display: flex;
    gap: 10px;
    align-items: center;
    height: fit-content;
    background-color: #214BB1;
    box-shadow: 5px 5px 0px 0px #0000001F;
    padding: 14px 20px;
}

.help__document-btn .help__document-btn__text {
    text-wrap: nowrap;
    font-family: Onest;
    font-weight: 600;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 2%;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.field-wrapper {
    display: flex;
    align-items: center;
    gap: 4px;
}

.contact-list {
    display: flex;
    gap: 82px;
}

@media (max-width: 768px) {
    .contact-list {
        flex-wrap: wrap;
    }
}

.contact .contact__name {
    font-family: Onest;
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    color: #222222;
}

.contact .contact__address {
    font-family: Onest;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #6E6E6E;
    margin-top: 6px; 
}

.contact .contact__work-time {
    font-family: Onest;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #222222;
    margin: 12px 0;
}

.contact .contact__phone-desc {
    font-family: Onest;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #6E6E6E;    
}

.contact .contact__phone {
    font-family: Onest;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #222222;
    margin-top: 8px;
}

.army__item.active .army__image {
    border: 2px solid #FFFFFF;
    box-shadow: 0px 0px 20px 0px #CA322BB2;
    background-color: #f0f8ff;
}

.army__item .army__image:hover {
    border: 2px solid #FFFFFF;
    box-shadow: 0px 0px 20px 0px #CA322BB2;
    background-color: #f0f8ff;
}

.specializations {
    background-color: #515151;
}

.specializations .specializations-inner {
    padding: 52px 20px;
    background-color: #FFFFFF;
}

.specializations-inner .army-specializations__title {
    font-family: Onest;
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    color: #222222;
    margin-bottom: 36px;
}

.specializations-inner .specializations-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

details.specialization-item {
    background-color: #F3F4F9;
    border: 1px solid #ddd;
    padding: 18px 24px;
}

details.specialization-item summary.specialization-item__title {
    font-family: Onest;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    color: #222222;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

summary.specialization-item__title::marker {
    content: none;
}

details.specialization-item summary.specialization-item__title .specialization-item__icon {
    background-image: url("data:image/svg+xml,%3Csvg width='9' height='6' viewBox='0 0 9 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 1L4.45679 4L1 1' stroke='black' stroke-width='2'/%3E%3C/svg%3E%0A");
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    width: 40px;
    height: 100%;
    aspect-ratio: 1 / 1;
}

details.specialization-item[open] summary.specialization-item__title .specialization-item__icon {
    transform: rotate(180deg);
    background-image: url("data:image/svg+xml,%3Csvg width='9' height='6' viewBox='0 0 9 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 1L4.45679 4L1 1' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
    background-color: #CA322B;
}

details.specialization-item[open] summary.specialization-item__title {
    margin-bottom: 28px;
}

.specialization-item__desc .army__actions {
    justify-content: flex-start;
}