.product-card {}

.product-info {
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 32px;
    padding: 48px 0;
}

.product-info__thumb-wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    padding: 55px 32px;
    border-radius: 15px;
    border: 1px solid #D0D5DD;
}

.product-info__thumb-parameters {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    color: #475467;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
}

.product-info__thumb-parameters.loaded-elem{
    width: 40%;
    min-width: 200px;
    height: 22px;
    border-radius: 4px;
}

.product-info__thumb-parameters li {
    padding: 2px;
    padding-right: 16px;
    border-right: 1px solid #475467;
}

.product-info__thumb-parameters li:last-child {
    border: none;
    padding-right: 2px;
}

.product-info__thumb-label {
    display: none;
}

.product-info__thumb {
    display: block;
    max-width: 252px;
}

.product-info__thumb-title {
    display: none;
}

.product-info__thumb-desc {
    color: #475467;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

.product-info__thumb-desc.loaded-elem{
    width: 100%;
    height: 90px;
    border-radius: 6px;
}

.product-info__title {
    color: #101828;
    font-size: 30px;
    font-weight: 500;
    line-height: 38px;
}

.product-info__title.loaded-elem{
    width: 80%;
    min-width: 300px;
    height: 38px;
    border-radius: 6px;
}

.product-info__title span {
    color: #98A2B3;
}

.product-info__desc {
    color: #475467;
    font-size: 16px;
    line-height: 24px;
    margin-top: 22px;
}

.product-info__desc.loaded-elem{
    width: 100%;
    height: 70px;
    border-radius: 6px;
}

.product-info__grid {
    display: grid;
    grid-template-columns: 290px 1fr;
    gap: 16px;
    margin-top: 34px;
}

.product-info-accordion__heading {
    display: none;
}

.product-info-accordion__content-wrapper,
.product-info-accordion__content,
.product-info__details {
    height: 100%;
}

.product-info__details {
    padding: 20px;
    border-radius: 15px;
    background: #F2F4F7;
}

.product-info__details-title {
    color: #101828;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    padding-bottom: 10px;
    border-bottom: 1px solid #D0D5DD;
    margin-bottom: 12px;
}

.product-info__details-list {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}

.product-info__details-list.loaded-elem{
    height: 220px;
    border-radius: 6px;
}

.product-info__details-list li {
    color: #1D2939;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: space-between;
    border-radius: 80px;
    padding: 0 10px;
    height: 40px;
    width: 100%;
    border: 1px solid #D0D5DD;
}

.product-info__details-list li.bold {
    border: 1px solid #101828;
}

.product-info__details-list li > * {
    white-space: nowrap;
}

.product-info__panel {
    padding: 20px;
    border-radius: 15px;
    background: #F2F4F7;
}

.product-info__panel-price {
    display: none;
}

.product-info__panel-row {
    display: flex;
    align-items: end;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #D0D5DD;
}

.product-info__panel-row--top {
    padding-top: 0;
}

.product-info__panel-row--bottom {
    padding-bottom: 0;
    border-bottom: none;
}

.product-info__panel-duration {
    flex: 0 1 auto;
}

.product-info__panel-hosting-fee {
    flex: 1 1 auto;
    padding-left: 12px;
    border-left: 1px solid #D0D5DD;
}

.product-info__panel-separator {
    width: 1px;
    height: 100%;
    background: #D0D5DD;
}

.product-info__panel-title {
    color: #101828;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
}

.product-info__panel-buttons {
    display: flex;
    align-items: center;
    gap: 6px;
    height: 52px;
}

.product-info__panel-buttons.loaded-elem{
    width: 100%;
    min-width: 170px;
    height: 52px;
    border-radius: 6px;
}

.product-info__panel-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    color: #101828;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
    border-radius: 12px;
    background: #FFF;
    min-width: 68px;
    padding: 8px;
    border: 1px solid #EAECF0;
}

.product-info__panel-button.active {
    color: #1570EF;
    border: 2px solid #1570EF;
    background: #EFF8FF;
}

.product-info__panel-button .tooltip2{
    transform: translateY(0);
}

.product-info__panel-button.active .tooltip2__icon{
    background-image: url('data:image/svg+xml,<svg class="tooltip2__icon" width="14" height="14" viewBox="0 0 14 14" fill="%231570EF" xmlns="http://www.w3.org/2000/svg"><path d="M6.472 10.472V5.32H7.528V10.472H6.472ZM7 4.584C6.78667 4.584 6.62667 4.53067 6.52 4.424C6.41333 4.31733 6.36 4.16267 6.36 3.96C6.36 3.74667 6.41333 3.592 6.52 3.496C6.62667 3.38933 6.78667 3.336 7 3.336C7.17067 3.336 7.31467 3.38933 7.432 3.496C7.56 3.592 7.624 3.74667 7.624 3.96C7.624 4.17333 7.56 4.33333 7.432 4.44C7.31467 4.536 7.17067 4.584 7 4.584ZM7 13.88C6.09333 13.88 5.24 13.7093 4.44 13.368C3.64 13.0267 2.936 12.5573 2.328 11.96C1.73067 11.352 1.26133 10.648 0.92 9.848C0.578667 9.048 0.408 8.19467 0.408 7.288C0.408 6.37067 0.578667 5.51733 0.92 4.728C1.26133 3.928 1.73067 3.22933 2.328 2.632C2.936 2.024 3.64 1.54933 4.44 1.208C5.24 0.866666 6.09333 0.695999 7 0.695999C7.91733 0.695999 8.77067 0.866666 9.56 1.208C10.36 1.54933 11.0587 2.024 11.656 2.632C12.264 3.22933 12.7387 3.928 13.08 4.728C13.4213 5.51733 13.592 6.37067 13.592 7.288C13.592 8.19467 13.4213 9.048 13.08 9.848C12.7387 10.648 12.264 11.352 11.656 11.96C11.0587 12.5573 10.36 13.0267 9.56 13.368C8.77067 13.7093 7.91733 13.88 7 13.88ZM7 12.984C7.78933 12.984 8.52533 12.84 9.208 12.552C9.90133 12.2533 10.5093 11.8427 11.032 11.32C11.5547 10.7973 11.96 10.1947 12.248 9.512C12.5467 8.81867 12.696 8.07733 12.696 7.288C12.696 6.49867 12.5467 5.76267 12.248 5.08C11.96 4.38667 11.5547 3.77867 11.032 3.256C10.5093 2.73333 9.90133 2.328 9.208 2.04C8.52533 1.74133 7.78933 1.592 7 1.592C6.21067 1.592 5.46933 1.74133 4.776 2.04C4.09333 2.328 3.49067 2.73333 2.968 3.256C2.44533 3.77867 2.03467 4.38667 1.736 5.08C1.448 5.76267 1.304 6.49867 1.304 7.288C1.304 8.07733 1.448 8.81867 1.736 9.512C2.03467 10.1947 2.44533 10.7973 2.968 11.32C3.49067 11.8427 4.09333 12.2533 4.776 12.552C5.46933 12.84 6.21067 12.984 7 12.984Z"></path></svg>');
}

.product-info__panel-hosting-fee .product-info__panel-button {
    flex: 1 1 calc(50% - 3px);
}

.product-info__panel-counter {
    display: flex;
    align-items: center;
    gap: 3px;
}

.product-info__panel-counter input,
.product-info__panel-counter button {
    color: #101828;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    outline: none;
    background: #FFF;
    border-radius: 8px;
    border: 1px solid #D0D5DD;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.product-info__panel-counter input {
    padding: 0 8px;
}

.product-info__panel-counter button {
    cursor: pointer;
}

.product-info__panel-counter input[type="number"]::-webkit-inner-spin-button,
.product-info__panel-counter input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.product-info__text {
    color: #475467;
    font-size: 16px;
    line-height: 23px;
    border-radius: 8px;
    padding: 12px 8px;
    background: #B2DDFF;
}

.product-info__text.loaded-elem{
    height: 88px;
    width: 100%;
    border-radius: 6px;
}

.product-info__panel-row--middle .product-info__price {
    display: none;
}

.product-info__price {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1 1 auto;
    color: #101828;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    padding: 18px;
    border-radius: 12px;
    border: 1px solid #D0D5DD;
}

.product-info__price .loaded-elem{
    display: inline-block;
    width: 100px;
    height: 26px;
    border-radius: 6px;
    border: none;
}

.product-info__button-wrap.loaded-elem{
    width: 176px;
    height: 64px;
    border-radius: 6px;
}

.product-info__price span {
    color: #1570EF;
    font-size: 26px;
    line-height: 26px;
}

.product-info__button {
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    min-width: 176px;
    height: 64px;
}

.sections-wrapper {
    margin-top: 64px;
    background: #F2F4F7;
}

.dropdown-table {
    padding: 64px 0;
}

.dropdown-table__heading {
    display: flex;
    align-items: center;
    color: #1570EF;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    cursor: pointer;
}

.dropdown-table__heading svg {
    transition: transform .2s ease-out;
}

.dropdown-table.open .dropdown-table__heading svg {
    transform: rotate(180deg);
}

.dropdown-table__content-wrapper {
    display: none;
}

.dropdown-table.open .dropdown-table__content-wrapper {
    grid-template-rows: 1fr;
}

.dropdown-table__content {
    min-height: 0;
}

.dropdown-table__content-inner {
    margin-top: 56px;
    padding: 74px 70px;
    border-radius: 12px;
    background: #FFF;
    position: relative;
}

.dropdown-table table {
    width: 100%;
    position: relative;
    z-index: 1;
}

.dropdown-table table thead {
    color: #000;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 38px;
}

.dropdown-table table th,
.dropdown-table table td {
    border-bottom: 1px solid #D0D5DD;
}

.dropdown-table table td {
    color: #101828;
    font-size: 16px;
    font-weight: 500;
    line-height: 56px;
    text-align: center;
}

.dropdown-table table tr td:first-child {
    text-align: left;
    font-weight: 600;
    padding-left: 34px;
}

.dropdown-table table tr td:last-child {
    padding-right: 34px;
}

.dropdown-table table tr td:not(:first-child) {
    width: 34%;
}

.dropdown-table table th {
    padding-bottom: 26px;
}

.dropdown-table table .blue {
    color: #1570EF;
}

.dropdown-table table .symbol {
    font-size: 24px;
    font-weight: 900;
}

.dropdown-table table .loaded-elem{
    display: inline-block;
    height: 30px;
    width: 160px;
    border-radius: 4px;
    transform: translateY(8px);
}

.dropdown-table__frame {
    width: 290px;
    height: calc(100% - 80px);
    border-radius: 12px;
    position: absolute;
    top: 40px;
    z-index: 0;
}

.dropdown-table__frame--middle {
    right: 460px;
    border: 2px solid #1570EF;
}

.dropdown-table__frame--right {
    right: 112px;
    background: #F2F4F7;
}

.mobile-compare-table {
    display: none;
}

@media (max-width: 599px) {

    .product-card {
        background: #F2F4F7;
    }

    .product-info {
        gap: 14px;
        padding: 24px 0;
    }

    .product-info,
    .product-info__grid {
        grid-template-columns: 1fr;
    }

    .product-info__thumb-wrapper {
        border-radius: 12px;
        border: 1px solid #EAECF0;
        background: #FFF;
        position: relative;
        padding: 24px 14px;
    }

    .product-info__thumb-label {
        display: block;
        color: #FFF;
        text-align: center;
        font-size: 16px;
        line-height: 30px;
        border-radius: 6px;
        padding: 0 8px;
        background: #84CAFF;
        position: absolute;
        top: -14px;
        right: 16px;
    }

    .product-info__thumb-title {
        display: block;
        color: #101828;
        font-size: 16px;
        line-height: 28px;
        text-align: center;
        margin-bottom: 10px;
        order: 1;
    }

    .product-info__thumb-title.loaded-elem{
        min-width: 200px;
        width: 60%;
        height: 28px;
        border-radius: 4px;
    }

    .product-info__thumb {
        max-width: 146px;
        margin-bottom: 18px;
        order: 2;
    }

    .product-info__thumb-parameters {
        font-size: 14px;
        order: 3;
    }

    .product-info__thumb-desc,
    .product-info__title,
    .product-info__desc {
        display: none;
    }

    .product-info__grid {
        margin-top: 0;
    }

    .product-info-accordion__content-wrapper{
        display: none;
    }

    .product-info-accordion__content-wrapper,
    .product-info-accordion__content,
    .product-info__details {
        height: auto;
    }

    .product-info-accordion__heading {
        display: flex;
        align-items: center;
        color: #1570EF;
        font-size: 14px;
        font-weight: 600;
        line-height: 20px;
    }

    .product-info-accordion__heading svg {
        transition: transform .2s ease-out;
    }

    .product-info-accordion.open .product-info-accordion__heading svg {
        transform: rotate(180deg);
    }

    /* .product-info-accordion__content-wrapper {
        display: grid;
        grid-template-rows: 0fr;
        overflow: hidden;
        transition: all .2s ease-out;
    } */

    .product-info-accordion.open .product-info-accordion__content-wrapper {
        grid-template-rows: 1fr
    }

    .product-info-accordion__content {
        min-height: 0;
    }

    .product-info__details {
        padding: 16px;
        border-radius: 12px;
        border: 1px solid #D0D5DD;
        margin-top: 12px;
    }

    .product-info__details-list {
        gap: 8px;
    }

    .product-info__panel {
        border-radius: 12px;
        border: 1px solid #EAECF0;
        background: #FFF;
    }

    .product-info__panel-price {
        color: #000;
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 0;
        margin-bottom: 16px;
        border-bottom: 1px solid #D0D5DD;
    }

    .product-info__panel-price .loaded-elem{
        display: inline-block;
        height: 20px;
        width: 100px;
        border-radius: 4px;
    }

    .product-info__panel-row {
        gap: 16px;
        flex-wrap: wrap;
    }

    .product-info__panel-row--top>div {
        flex: 1 1 auto !important;
        padding: 0 !important;
        border: none !important;
    }

    .product-info__panel-title {
        font-size: 14px;
        font-weight: 500;
        line-height: normal;
        margin-bottom: 8px;
    }

    .product-info__panel-buttons {
        gap: 8px;
        height: 60px;
        padding: 0 8px;
        border-radius: 10px;
        background: #EFF8FF;
    }

    .product-info__panel-row--top>div:last-child .product-info__panel-button {
        flex: 1 1 calc(50% - 4px);
    }

    .product-info__panel-button {
        flex: 1 1 auto;
    }

    .product-info__text {
        order: 1;
    }

    .product-info__panel-mobile-row {
        order: 2;
        flex: 1 1 auto;
        display: flex;
        gap: 16px;
    }

    .product-info__panel-quantity {
        flex: 0 1 calc(50% - 8px);
    }

    .product-info__price {
        order: 3;
        font-size: 14px;
        line-height: 20px;
        display: block !important;
        flex: 0 1 calc(50% - 8px);
        border-radius: 12px;
        background: #F2F4F7;
        padding: 8px 16px;
        border: none;
    }

    .product-info__price .loaded-elem{
        display: block;
        height: 24px;
        border-radius: 4px;
    }

    .product-info__price span {
        display: block;
        font-size: 24px;
        line-height: 24px;
        margin-top: 4px;
    }

    .product-info__panel-row--bottom .product-info__price {
        display: none !important;
    }

    .product-info__button-wrap.loaded-elem{
        width: 100%;
    }

    .product-info__button {
        height: 48px;
        width: 100%;
    }

    .sections-wrapper {
        margin-top: 30px;
    }

    .dropdown-table {
        padding: 0;
        margin-bottom: 24px;
    }

    .dropdown-table__heading {
        font-size: 14px;
        line-height: 20px;
    }

    .dropdown-table__heading svg {
        display: block;
        width: 20px;
        height: 20px;
    }

    .dropdown-table__content-inner {
        margin-top: 24px;
        border-radius: 0;
        background: none;
        padding: 0;
    }

    .dropdown-table__content-inner table,
    .dropdown-table__frame {
        display: none;
    }

    .mobile-compare-table {
        display: block;
    }

    .mobile-compare-table__headings {
        display: flex;
        border-radius: 8px;
        border: 1px solid #667085;
        margin-bottom: 16px;
    }

    .mobile-compare-table__headings li {
        color: #000;
        text-align: center;
        font-size: 14px;
        font-weight: 600;
        line-height: 20px;
        padding: 12px;
        flex: 1 1 50%;
    }

    .mobile-compare-table__headings li:first-child {
        border-right: 1px solid #000;
    }

    .mobile-compare-table__body {}

    .mobile-compare-table__item {
        padding: 8px 4px;
        border-radius: 8px;
        border: 1px solid #EAECF0;
        background: #FFF;
        margin-bottom: 6px;
    }

    .mobile-compare-table__item:last-child {
        margin-bottom: 0;
    }

    .mobile-compare-table__name {
        color: #000;
        font-size: 14px;
        font-weight: 700;
        line-height: 20px;
        text-align: center;
        margin-bottom: 6px;
    }

    .mobile-compare-table__row {
        display: flex;
        align-items: center;
        border-radius: 4px;
        background: #F9FAFB;
    }

    .mobile-compare-table__row>* {
        flex: 1 1 50%;
        color: #475467;
        font-size: 12px;
        font-weight: 700;
        line-height: 24px;
        text-align: center;
    }

    .mobile-compare-table__row>b {
        color: #000;
    }

    .mobile-compare-table__row>.blue {
        color: #1570EF;
    }

    .mobile-compare-table__row>.loaded-elem{
        display: block;
        height: 24px;
        border-radius: 4px;
    }

    .mobile-compare-table__row>.symbol {
        font-size: 16px;
        font-weight: 900;
    }
}