@media (min-width: 1024px) {
    .p-item {
        margin: 0 0 50px 0;
    }
    .p-item-head {
        margin: 0 0 30px 0;
    }
    .p-item-head-title {
        font-size: 28px;
        font-weight: 500;
        line-height: 150%;
        margin: 0 0 10px 0;
        padding: 0;
    }
    .p-item-container {
        display: flex;
        margin: 0 0 100px 0;
    }
    /**/
    .p-item-content {
        width: calc(100% - 420px);
        margin: 0 20px 0 0;
        background: var(--white);
        border-radius: 3px;
        border: 1px solid var(--gray-200);
        padding: 30px;
    }
    .p-item-container.p-item-container-full .p-item-content {
        width: 100%;
    }
    .p-item-main-description {

    }
    .item-content-short-description .dsc {
        max-height: 300px;
        overflow: hidden;
    }
    .item-content-short-description.show .dsc {
        max-height: 100%
    }
    .item-content-short-description-toggle {
        margin: 20px 0 0 0;
    }
    .item-content-short-description-toggle span {
        cursor: pointer;
        color: var(--orange-700);
        border-bottom: 1px dashed var(--orange-700);
    }
    .item-content-short-description-toggle span:hover {
        color: var(--orange-600);
        border-bottom: 1px dashed var(--orange-600);
    }
    .p-item-menu {

    }
    .p-item-menu ul {

    }
    .p-item-menu ul li {
        position: relative;
        padding: 0 0 0 30px;
    }
    .p-item-menu ul li:before {
        content: '';
        display: block;
        width: 10px;
        height: 10px;
        border-radius: 6px;
        background: var(--gray-300);
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(0, -50%);
    }
    .p-item-menu ul li a {
        display: flex;
        padding: 20px 0;
        font-size: 18px;
        border-bottom: 1px dashed var(--gray-300);
    }
    .p-item-menu ul li:hover:before {
        background: var(--orange-600);
    }
    .p-item-menu ul li:hover a {
        color: var(--orange-600);
    }
    /**/
    .p-item-sidebar {
        width: 400px;
    }
    .p-item-sidebar-wrap {
        position: sticky;
        top: 100px;
    }
    .p-item-form {
        text-align: center;
        padding: 50px 20px;
        background: var(--white);
        border: 1px solid var(--gray-200);
        border-radius: 3px;
        margin: 0 0 20px 0;
    }
    .p-item-form-title {
        font-size: 22px;
        color: var(--gray-800);
        margin: 0 0 20px 0;
    }
    .p-item-form-text {
        font-size: 14px;
        color: var(--gray-600);
        margin: 0 0 30px 0;
    }
    .p-item-form-button .btn {
        color: var(--white);
        background: var(--orange-600);
    }
    /**/
    .p-item-price {
        display: block;
        padding: 30px 20px;
        border-radius: 3px;
        border: 2px dashed var(--orange-300);
    }
    .p-item-price-title {
        display: flex;
        align-items: center;
        font-size: 18px;
        margin: 0 0 20px 0;
    }
    .p-item-price-title img {
        width: 30px;
        margin: 0 10px 0 0;
    }
    .p-item-price-text {
        font-size: 14px;
        line-height: 150%;
        color: var(--black);
    }
    .p-item-price-button {
        display: flex;
        justify-content: center;
    }
    /**/
    .p-item-offers-title {
        font-size: 22px;
        font-weight: 500;
        line-height: 150%;
        margin: 0 0 10px 0;
        padding: 0;
    }
    .p-item-offers {
        display: flex;
        flex-wrap: wrap;
        margin: 0 0 0 -10px;
    }
    .p-item-offer {
        position: relative;
        width: calc(20% - 10px);
        margin: 0 0 10px 10px;
        padding: 10px;
        background: var(--white);
        border: 1px solid var(--gray-200);
        border-radius: 3px;
        overflow: hidden;
        transition: .3s;
    }
    .p-item-offer-image {
        cursor: pointer;
    }
    .p-item-offer-image img {
        transition: .3s;
    }
    .p-item-offer:hover .p-item-offer-image img {
        transform: scale(0.9, 0.9);
    }
    .p-item-offer-content {
        padding: 10px 0 0 0;
    }
    .p-item-offer-name {
        margin: 0 0 10px 0;
        font-size: 14px;
        font-weight: 500;
        color: var(--black);
    }
    .p-item-offer-text {
        margin: 0 0 10px 0;
        font-size: 14px;
        font-weight: 400;
        color: var(--black);
    }
    .p-item-offer-footer {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-top: 1px solid var(--gray-200);
        padding: 10px 0 0 0;
    }
    .p-item-offer-price {
        display: block;
        font-size: 20px;
        font-weight: 400;
        color: var(--black);
    }
    .p-item-offer-button {
        color: var(--white);
        background: var(--orange-600);
    }
    .p-item-offer-button:hover {
        color: var(--white);
        background: var(--orange-700);
    }
}

@media (max-width: 1023px) {
    .p-item-head {
        margin: 0 0 20px 0;
    }
    .p-item-head-title {
        font-size: 18px;
        font-weight: 500;
        margin: 0 0 10px 0;
    }
    /**/
    .p-item-content {
        width: 100%;
        margin: 0 0 40px 0;
        background: var(--white);
        border-radius: 3px;
        border: 1px solid var(--gray-200);
        padding: 30px;
    }
    .p-item-container.p-item-container-full .p-item-content {
        width: 100%;
    }
    .p-item-main-description {

    }
    .item-content-short-description .dsc {
        max-height: 300px;
        overflow: hidden;
    }
    .item-content-short-description.show .dsc {
        max-height: 100%
    }
    .item-content-short-description-toggle {
        margin: 20px 0 0 0;
    }
    .item-content-short-description-toggle span {
        cursor: pointer;
        color: var(--orange-700);
        border-bottom: 1px dashed var(--orange-700);
    }
    .item-content-short-description-toggle span:hover {
        color: var(--orange-600);
        border-bottom: 1px dashed var(--orange-600);
    }
    /**/
    .p-item-menu{
        margin: 0 0 50px 0;
    }
    .p-item-menu ul li {
        position: relative;
        padding: 0 0 0 30px;
    }
    .p-item-menu ul li:before {
        content: '';
        display: block;
        width: 10px;
        height: 10px;
        border-radius: 6px;
        background: var(--gray-300);
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(0, -50%);
    }
    .p-item-menu ul li a {
        display: flex;
        padding: 10px 0;
        font-size: 16px;
        border-bottom: 1px dashed var(--gray-300);
    }
    .p-item-menu ul li:hover:before {
        background: var(--orange-600);
    }
    .p-item-menu ul li:hover a {
        color: var(--orange-600);
    }

    /**/
    .p-item-sidebar{
        margin:0 0 50px 0;
    }
    /**/
    .p-item-form {
        text-align: center;
        padding: 50px 20px;
        background: var(--white);
        border: 1px solid var(--gray-200);
        border-radius: 3px;
        margin: 0 0 20px 0;
    }
    .p-item-form-title {
        font-size: 22px;
        color: var(--gray-800);
        margin: 0 0 20px 0;
    }
    .p-item-form-text {
        font-size: 14px;
        color: var(--gray-600);
        margin: 0 0 30px 0;
    }
    .p-item-form-button .btn {
        color: var(--white);
        background: var(--orange-600);
    }
    /**/
    .p-item-price {
        display: block;
        padding: 30px 20px;
        border-radius: 3px;
        border: 2px dashed var(--orange-300);
    }
    .p-item-price-title {
        display: flex;
        align-items: center;
        font-size: 18px;
        margin: 0 0 20px 0;
    }
    .p-item-price-title img {
        width: 30px;
        margin: 0 10px 0 0;
    }
    .p-item-price-text {
        font-size: 14px;
        line-height: 150%;
        color: var(--black);
    }
    .p-item-price-button {
        display: flex;
        justify-content: center;
    }
    /**/
    .p-item-offers-title {
        font-size: 22px;
        font-weight: 500;
        line-height: 150%;
        margin: 0 0 10px 0;
        padding: 0;
    }
    .p-item-offers {
        display: flex;
        flex-wrap: wrap;
        margin: 0 0 0 -10px;
    }
    .p-item-offer {
        position: relative;
        width: calc(33.333333% - 10px);
        margin: 0 0 10px 10px;
        padding: 10px;
        background: var(--white);
        border: 1px solid var(--gray-200);
        border-radius: 3px;
        overflow: hidden;
        transition: .3s;
    }
    .p-item-offer-image {
        cursor: pointer;
    }
    .p-item-offer-image img {
        transition: .3s;
    }
    .p-item-offer:hover .p-item-offer-image img {
        transform: scale(0.9, 0.9);
    }
    .p-item-offer-content {
        padding: 10px 0 0 0;
    }
    .p-item-offer-name {
        margin: 0 0 10px 0;
        font-size: 14px;
        font-weight: 500;
        color: var(--black);
    }
    .p-item-offer-text {
        margin: 0 0 10px 0;
        font-size: 14px;
        font-weight: 400;
        color: var(--black);
    }
    .p-item-offer-footer {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-top: 1px solid var(--gray-200);
        padding: 10px 0 0 0;
    }
    .p-item-offer-price {
        display: block;
        font-size: 20px;
        font-weight: 400;
        color: var(--black);
    }
    .p-item-offer-button {
        color: var(--white);
        background: var(--orange-600);
    }
    .p-item-offer-button:hover {
        color: var(--white);
        background: var(--orange-700);
    }
}
@media (max-width: 960px) {
    .p-item-offer {
        position: relative;
        width: calc(50% - 10px);
        margin: 0 0 10px 10px;
        padding: 10px;
        background: var(--white);
        border: 1px solid var(--gray-200);
        border-radius: 3px;
        overflow: hidden;
        transition: .3s;
    }
}
@media (max-width: 460px) {
    .p-item-offer {
        position: relative;
        width: calc(100% - 10px);
        margin: 0 0 10px 10px;
        padding: 10px;
        background: var(--white);
        border: 1px solid var(--gray-200);
        border-radius: 3px;
        overflow: hidden;
        transition: .3s;
    }
}