.prod_list_type_wrpr {
    display: flex;
    justify-content: center;
}

.price__list__main {
    width: 100%;
    max-width: 700px;
}

.prod_list_type_main {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
}

.prod_list_type_main * {
    margin: revert;
    padding: revert;
}

.price__list__main .price__list__title {
    font-size: 26px;
    font-weight: 400;
    text-align: left;
    margin-bottom: 24px;
}

.prod_list_type_main img {
    margin-top: 12px;
    margin-bottom: 40px;
}

.prod__list__price__title {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    margin-bottom: 12px;
}

.prod__list__price__list {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    margin-bottom: 12px;
}

.prod__list__body tr td,
.prod__list__body tr td a {
    font-size: 18px;
    font-weight: 300;
    line-height: 1;
    text-align: left;
    margin-bottom: 12px;
    color: #333333;
}

.prod__list__body tr td:nth-child(2) {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    margin-bottom: 12px;
}

.prod_type_tabs {
    display: flex;
    justify-content: center;
    margin-top: 60px;
    margin-bottom: 24px;
    column-gap: 60px;
}

.prod_type_tab {
    padding: 10px 20px;
    cursor: pointer;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.5;
    color: #777;
}

.prod_type_tab.active {
    border-bottom: 2px solid #000;
    color: #333;
}

.prod_type_content {
    display: none;
}

.prod_type_content.active {
    display: inline;
}

.prod__list__table {
    border-spacing: 0 12px;
    width: 100%;
}

.prod__list__table th,
.prod__list__table td {
    padding: 8px;
}

@media only screen and (max-width: 1440px) {
    .price__list__main .price__list__title {
        font-size: 20px;
    }

    .prod__list__body tr td:nth-child(2) {
        font-size: 13px;
    }

    .prod__list__price__list {
        font-size: 15px;
    }

    .prod_list_type_wrpr {
        padding: 0 10px;
    }

    .prod_type_tab {
        font-size: 22px;
    }
}

@media only screen and (max-width: 1024px) {

    .prod__list__price__title {
        font-size: 14px;
    }

    .prod__list__body tr td:nth-child(2) {
        font-size: 13px;
    }

    .prod__list__price__list {
        font-size: 15px;
    }
}

@media only screen and (max-width: 768px) {

    .prod__list__price__title {
        font-size: 14px;
    }

    .prod__list__body tr td:nth-child(2) {
        font-size: 13px;
    }

    .prod__list__price__list {
        font-size: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .prod_type_container {
        display: none;
    }

    .prod_type_tab {
        padding: 10px;
        font-size: 16px;
    }

    .prod_list_type_wrpr {
        padding: 0 10px;
    }

    .prod_list_type_main p {
        font-size: 12px;
    }

    .prod__list__price__title,
    .prod__list__price__list {
        font-size: 16px;
    }

    .prod__list__body tr td:nth-child(2) {
        font-size: 12px;
    }
}