#content .table-price {
    max-width: 580px;
    margin: 20px auto;
}

.table-price {
    display: block;
    margin-bottom: 20px;
    margin-top: 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    line-height: 24px;
    color: #000;
}

.table-price__item {
    margin-bottom: 14px;
    background: none !important;
}

.table-price__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 16px;
}

.table-price__col {
    padding: 6px 6px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.table-price__col-full {
    width: 100%;
}

.table-price__title {
    display: table-caption;
    font-size: 28px;
    line-height: 34px;
    font-weight: 400;
    margin-bottom: 20px;
}

.table-price__heading {
    padding: 12px 6px;
    text-align: center;
    font-weight: 600;
    font-size: 19px;
    border-bottom: none !important;
}

.table-price__collapse-control {
    width: 100%;
    border: 0;
}

.table-price__collapse-control-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.table-price__collapse-control span {
    margin-left: auto;
    margin-right: auto;
}

.table-price__collapse-control img {
    margin-left: 8px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.table-price .collapse {
    border-top: 1px solid #dedede;
}

.table-price__name {
    padding: 12px 6px;
    text-align: center;
    font-size: 20px !important;
}

.table-price-bg {
    background: #f9f9f9;
}

.table-price__button {
    width: 100%;
}

.table-price__price {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-weight: 600;
    font-size: 19px;
}

.table-price__btn-col {
}

.table-price-desktop {
    display: block;
    margin-bottom: 20px;
    margin-top: 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    line-height: 24px;
    color: #000;
}

.table-price-desktop__item {
    box-shadow: 0px 4px 8px rgba(41, 83, 102, 0.24);
    margin-bottom: 16px;
    padding: 16px 16px !important;
}


.table-price-desktop__col-name {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.table-price-desktop__col-time {
    text-align: center;
    width: 12%;
}

.table-price-desktop__col-price {
    text-align: center;
    width: 12%;
}

.table-price-desktop__col-button {
    width: 240px;
}

.table-price-desktop__heading {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0;
    border: 0;
    text-align: left;
    font-weight: 600;
    line-height: 24px;
    font-size: 18px !important;
    margin-top: 8px !important;
    margin-bottom: 16px !important;
    box-shadow: 0px 4px 8px rgba(41, 83, 102, 0.24);
}

.table-price-desktop__heading .table-price-desktop__row {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.table-price-desktop__collapse-control {
    padding: 24px 12px;
    background: #f9f9f9;
    -webkit-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
    cursor: pointer;
    outline: none !important;
}

.table-price__collapse-control.is-active .table-price__arrow,
.table-price-desktop__collapse-control.is-active .table-price-desktop__arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.table-price-desktop__collapse-control .table-price-desktop__btn-col {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.table-price-desktop__hide {
    display: none;
}

.table-price-desktop__collapse-control.is-active .table-price-desktop__hide {
    display: block;
}

.table-price-desktop__collapse-control.is-active .table-price-desktop__show {
    display: none;
}

.table-price-desktop__collapse-control.is-active .table-price-desktop__duration,
.table-price-desktop__collapse-control.is-active .table-price-desktop__price {
    font-size: 0;
}

.table-price-desktop__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


.table-price-desktop__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    font-size: 17px;
    line-height: 24px;
    color: #000;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #464b50 !important;
    font-size: 18px !important;
    font-weight: 400 !important;
}

.table-price-desktop__name {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-weight: 600;
    text-align: left;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 1.25 !important;
    color: #464b50 !important;
}

.table-price-desktop__size {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: left;
}

.table-price-desktop__duration {
    width: 12%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 18px !important;
    color: #464b50 !important;
    font-weight: 500 !important;
}

.table-price-desktop__price {
    display: flex;
    flex-direction: column;
    width: 12%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-weight: 600;
    color: #00aeff !important;
    font-weight: 700 !important;
    font-size: 18px !important;
}

.table-price-desktop__price del {
    color: #E73330;
    text-decoration-line: line-through;
    font-weight:400;
}

.table-price-desktop__btn-col {
    width: 300px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.table-price-desktop__btn-col .table-price__button {
    border: none !important;
    border-radius: 0 !important;
    box-shadow: 0px 5.19204px 10.3841px rgba(41, 83, 102, 0.24);
    font-size: 18px !important;
}

.table-price-desktop th,
.table-price-desktop td {
    padding: 12px 6px;
    border: 1px solid #dedede;
    font-size: 17px;
    line-height: 24px;
    color: #000;
    text-align: center;
}

.table-price-desktop th {
    font-weight: 700;
    text-align: center;
}

.table-price-desktop td:first-child {
    text-align: left;
}

.table-price-desktop {
    display: none !important;
}

.table-price-desktop-desc,
.table-price-desc {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 1; /* 135.294% */
    margin-top: 8px;
    font-family: 'Montserrat', sans-serif;
    color: #464b50
}

.table-price-desc {
    text-align: center;
}

.table-price__desc-text-hide,
.table-price-desktop__desc-text-hide {
    display: none;
}

.table-price-desc__text, .table-price-desktop-desc__text {
    margin-top: 6px;
    line-height: 1.35;
}

.table-price-desktop-desc__collapse-control.is-active .table-price-desktop__desc-text-show,
.table-price-desc__collapse-control.is-active .table-price__desc-text-show {
    display: none;
}

.table-price-desktop-desc__collapse-control.is-active .table-price-desktop__desc-text-hide,
.table-price-desc__collapse-control.is-active .table-price__desc-text-hide {
    display: block;
}

.table-price-desc .collapse {
    border: 0;
}

.table-price-desktop-desc__collapse-control,
.table-price-desc__collapse-control {
    display: inline-flex;
    align-items: center;
    padding: 8px 8px 4px 8px;
    margin: -8px -8px -4px -8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1; /* 135.294% */
    color: #00AEFF;
    cursor: pointer;
}

.table-price-desktop-desc__collapse-control:hover,
.table-price-desc__collapse-control:hover {
    color: #0097da;
}

.table-price-desktop-desc__collapse-control img,
.table-price-desc__collapse-control img {
    width: 22px;
    flex-shrink: 0;
}

.table-price-desktop-desc__collapse-control.is-active img,
.table-price-desc__collapse-control.is-active img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media (min-width: 992px) {
    .table-price {
        display: none !important;
    }

    .table-price-desktop {
        display: block !important;
    }
}

@media (max-width: 360px) {
    .table-price__button {
        padding: 14px 9px;
        font-size: 14px;
    }
}


/* New styles for table */
@media (max-width: 1024px) {
    body .table-price__heading {
        padding: 16px 12px !important;
    }
}

@media (max-width: 480px) {
    .table-price__name {
        font-size: 18px !important;
    }
}

@media (max-width: 410px) {
    .table-price__name {
        font-size: 16px !important;
    }
}

.table-price-block {
    padding-top: 24px;
    padding-bottom: 32px;
}

@media (max-width: 991px) {
    .table-price__item {
        margin-bottom: 16px !important;
        display: flex;
        flex-direction: column;
        box-shadow: 0px 4px 8px rgba(41, 83, 102, 0.24);
    }

    .table-price__heading {
        font-size: 20px !important;
        font-weight: 500 !important;
        color: #464b50 !important;
    }

    .table-price__duration {
        font-size: 20px !important;
        font-weight: 500 !important;
        color: #464b50 !important;
    }

    .table-price__price {
        flex-grow: 0;
        font-size: 20px !important;
        font-weight: 700 !important;
        color: #00aeff !important;
        display: flex;
        flex-direction: column;
    }

    .table-price__price del {
        color: #E73330;
        text-decoration-line: line-through;
        font-weight:400;
        line-height: 1.15;
    }

    .table-price__price span{
        line-height: 1.15;
    }
    
    .table-price__row-btn {
        justify-content: center;
        position: relative;
        z-index: 2;
        padding-bottom: 0;
    }

    .table-price__price {
        text-align: left;
        padding-right: 12px !important;
    }

    .table-price__duration {
        text-align: left;
        padding-left: 2px;
    }

    .table-price__button {
        border-radius: 0 !important;
        width:100%;
        max-width:280px;
        white-space: nowrap;
        font-size: 18px !important;
    }

    .table-price__row {
        justify-content: space-between;
        padding-bottom: 16px !important;
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media(max-width:540px){
    .table-price__button{
        max-width: 216px;
    }
}

@media (max-width: 480px) {
    .table-price__heading,
    .table-price__duration,
    .table-price__price,
    .table-price__button {
        font-size: 16px !important;
    }

    .table-price__heading {
        padding: 8px !important;
    }

    .table-price__button{
        padding: 12px;
    }

}

@media (max-width: 410px) {

    .table-price__heading,
    .table-price__duration,
    .table-price__price,
    .table-price__button {
        font-size: 15px !important;
    }

    .table-price__button {
        min-width: auto;
        padding: 10px;
        max-width: 180px;
    }
    

    .table-price__price,
    .table-price__duration {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

}

@media(max-width:360px){
    .table-price__heading, .table-price__duration, .table-price__price, .table-price__button {
        font-size: 13px !important;
    }
    .table-price__button{
        padding:8px;
    }
    .table-price__price{
        padding-right: 8px;
        padding-left: 4px;
    }
    .table-price__duration{
        padding-left: 0;
        padding-right: 4px;
    }
    .table-price__row{
        padding-left: 12px;
        padding-right: 12px;
        padding-bottom: 12px !important;
    }
}