.page-id-482 .about-block .main-title {
    display: none;
}
.about-block {
    padding-bottom: 60px;
}
.about-block .wrapper {
    display: flex;
    gap: 30px;
    justify-content: space-between;
}
.about-block .block-left-side {
    display: flex;
    flex-direction: column;
    width: 40.5%;
}
.about-block .about-desc {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: var(--main-text-primary);
    margin-bottom: 30px;
}
.about-block .block-page-title {
    font-weight: 600;
    font-size: 64px;
    line-height: 110%;
    margin-bottom: 30px;
}
.about-block .about-advants {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 590px;
    margin-bottom: 40px;
}
.about-block .advant-item {
    display: flex;
    gap: 15px;
    align-items: center;
}
.about-block .advant-icon {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-block .advant-icon img,
.about-block .advant-icon svg {
    width: auto;
    height: auto;
    display: block;
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
}
.about-block .advant-desc {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: var(--main-text-primary);
}
.about-block .about-chars {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 30px;
}
.about-block .btn {
    margin-top: 40px;
}
.about-block .char-item {
    display: flex;
    flex-direction: column;
    padding-top: 30px;
    position: relative;
}
.about-block .char-item:before {
    content: "";
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
    position: absolute;
    max-width: 170px;
    background: var(--background-thirdly);
}
.about-block .char-value {
    font-weight: 600;
    font-size: 48px;
    line-height: 120%;
    margin-bottom: 5px;
}
.about-block .char-desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: var(--main-text-primary);
}
.about-block .block-right-side {
    display: flex;
    align-items: flex-end;
    position: relative;
    flex-grow: 1;
    min-height: 450px;
}
.about-block .about-img {
    width: calc(100% - 130px);
    border-radius: 30px;
    height: 100%;
    bottom: 0;
    right: 0;
    position: absolute;
    display: flex;
    overflow: hidden;
}
.about-block .about-img.not-single {
    bottom: 35px;
    height: calc(100% - 35px);
}
.about-block .about-img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.about-block .about-achives {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 30px;
}
.about-block .achive-item {
    display: flex;
    flex-direction: column;
    padding: 20px;
    background: var(--second);
    border-radius: 30px;
    min-height: 230px;
    margin-top: auto;
    height: fit-content;
    max-width: 230px;
    appearance: none;
}
.about-block .achive-item:nth-child(even) {
    margin-bottom: 60px;
}
.about-block .achive-value {
    font-weight: 600;
    font-size: 32px;
    line-height: 110%;
    color: var(--head-secondary);
    margin-top: auto;
    margin-bottom: 10px;
}
.about-block .achive-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-block .achive-icon img,
.about-block .achive-icon svg {
    width: auto;
    height: auto;
    display: block;
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
}
.about-block .achive-desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: var(--secondary-text);
}

@media (max-width: 1400px) {
    .about-block .block-page-title {
        font-size: 52px;
    }
}

@media (max-width: 1200px) {
    .about-block .block-page-title {
        font-size: 42px;
    }
    .about-block {
        padding-bottom: 40px;
    }
    .about-block .about-achives {
        gap: 10px;
    }
    .about-block .achive-item:nth-child(even) {
        margin-bottom: 20px;
    }
    .about-block .achive-item {
        min-height: 180px;
        max-width: 180px;
        padding: 10px;
    }
    .about-block .achive-value {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .about-block .achive-desc {
        font-size: 14px;
    }
    .about-block .char-item {
        padding-top: 5px;
    }
    .about-block .char-value {
        font-size: 24px;
    }
    .about-block .char-desc {
        font-size: 14px;
    }
    .about-block .about-desc {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .about-block .advant-item {
        gap: 10px;
    }
    .about-block .advant-desc {
        font-size: 14px;
    }
    .about-block .advant-icon {
        width: 30px;
        height: 30px;
    }
    .about-block .about-img {
        width: calc(100% - 80px);
    }
    .about-block .btn {
        margin-top: 20px;
    }
}

@media (max-width: 996px) {
    .about-block .block-page-title {
        font-size: 32px;
    }
    .about-block {
        padding-bottom: 30px;
    }
    .about-block .wrapper {
        flex-direction: column;
        gap: 20px;
    }
    .about-block .about-img {
        position: static;
        order: 2;
    }
    .about-block .block-left-side {
        width: 100%;
    }
    .about-block .block-right-side {
        flex-direction: column;
        gap: 20px;
        min-height: unset;
    }
    .about-block .about-img {
        width: 100%;
        max-height: 300px;
    }
    .about-block .about-img.not-single {
        height: 100%;
    }
    .about-block .about-advants {
        max-width: unset;
        margin-bottom: 20px;
    }
    .about-block .achive-item {
        max-width: unset;
        width: 100%;
        height: 100%;
        min-height: unset;
    }
    .about-block .achive-icon {
        margin-bottom: 10px;
    }
    .about-block .achive-item:nth-child(even) {
        margin-bottom: unset;
    }
    .about-block .about-achives {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        width: 100%;
    }
}

@media (max-width: 768px) {
    .about-block .block-page-title {
        font-size: 28px;
    }
}

@media (max-width: 600px) {
    .about-block .block-page-title {
        font-size: 24px;
    }
}

@media (max-width: 400px) {
    .about-block .about-achives {
        display: flex;
        flex-direction: column;
    }
    .about-block .achive-icon {
        width: 35px;
        height: 35px;
    }
}