.product #page_title {
    margin-bottom: 25px;

    @media (min-width: 1024px) {
        margin-bottom: 25px;
    }
}

.product .main {
    margin-bottom: 120px;
}

/*.product .main_info .properties > div {*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    justify-content: space-between;*/
/*}*/
.product .main_info .properties table {
    width: 100%;
}

.product .main_info .properties tbody>tr:not(:last-child) td {
    padding-bottom: 28px;
}

.product .label {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}

.product .label.small {
    font-size: 14px;
}

.product .label.fs18 {
    font-size: 18px;
}

.product .label.fw300 {
    font-weight: 300;
}

.product .label.big {
    font-size: 24px;

    @media (min-width: 1024px) {
        font-size: 30px;
    }
}

.product .label.block {
    display: block !important;
}

.product .label.color-grey {
    color: rgba(51, 51, 51, 0.7);
}

.product .label.bold {
    font-weight: bold;
}

.product .w50 {
    width: 50%;
}

.product .align-right {
    justify-content: end;
    text-align: right;
}

.product .label a {
    text-decoration: underline;
}

.product .main .price_block {
    background: white;
    border-radius: 10px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
    padding: 40px 65px;
}

.price_block_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    width: 100%;
    justify-content: center;

    .cheapest:last-child {

        margin-bottom: 0 !important;

    }
}

.product .main .price_block .old_price {
    color: rgba(255, 76, 76, 1);
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 0px;
    position: relative;
}

.product .main .price_block .old_price:before {
    position: absolute;
    content: "";
    left: -5px;
    top: 45%;
    right: -5px;
    border-top: 3px solid;
    border-color: inherit;

    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
}



.product .seen .product_card a {
    display: block;
}

.product .seen .product_card a img {
    height: 245px;
    aspect-ratio: 1/1;
    width: auto;

    @media (min-width: 1024px) {
        height: 290px;
    }
}

.product .similar .product_card a img {
    height: 245px;
    aspect-ratio: 1/1;
    width: auto;

    @media (min-width: 1024px) {
        height: 290px;
    }
}

.product .main .install_block {
    text-align: center;
    margin-top: 20px;
    font-size: 12px;
}

.product .main_info .properties {
    margin-top: 25px;

    @media (min-width: 1024px) {
        margin-top: 30px;
    }

    @media (min-width: 1440px) {
        margin-top: 0px;
    }
}

@media (max-width: 1024px) {
  .product .properties.inset-row {
    display: none;
  }

  .product .properties.outset-row {
    display: block;
    margin-top: 25px;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .product  .properties.inset-row {
      display: none;
  }
  .product  .properties.outset-row {
      display: block;
      margin-top: 30px;
  }
}

@media (min-width: 1440px) {
  .product .properties.inset-row {
      display: block;
      flex: 1 1 100%;
  }
  .product .properties.outset-row {
      display: none;
  }
}

@media (max-width: 1440px) {
    .product .main .price_block {
      padding: 40px 79px;
    }
}

.product .main .price_block .price {
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 45px;
}

.product .main .price_block .btn {
    max-width: 336px;
    width: 100%;
    margin-bottom: 15px;
    height: 61px;
}

.product .main .price_block .cheapest {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 25px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.product .main .price_block .cheapest i {
    font-size: 20px;
    margin-left: 5px;
}

.product .main .price_block .warranty {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 25px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.product .main .price_block .warranty i {
    font-size: 20px;
    margin-left: 5px;
}

.product .main .price_block .is_complex {
    font-size: 14px;
    color: rgba(255, 76, 76, 1);
    margin-bottom: 17px;
    cursor: pointer;
}

.product .main .price_block .is_complex i {
    font-size: 14px;
}

.product .main .price_block .is_complex:hover i {
    font-weight: bold;
}

.product .main .price_block .number {
    cursor: pointer;
    font-size: 14px;
}

.product .main .price_block .number span {
    font-weight: 700;
    text-decoration: underline;
}


.product .main .characteristic {
    background: white;
    border-radius: 10px;
    padding: 30px 15px;
    margin: 30px 0px 30px;

    @media (min-width: 1024px) {
        padding: 30px 25px;
    }
}

.product .main .characteristic .title {
    margin-bottom: 15px;

    @media (min-width: 1024px) {
        margin-bottom: 26px;
    }
}

.product .main .characteristic .block:not(:last-child) {
    margin-bottom: 29px;
}

.product .main .characteristic .properties {
    display: flex;
    flex-direction: column;
}

.product .main .characteristic .properties>div {
    display: flex;
    flex-direction: row;
}

.product .main .characteristic .properties>div:not(:last-child) {
    margin-bottom: 24px;
}

.product .main .characteristic .analogs>div:not(:last-child) {
    margin-bottom: 16px;
}

.product .main .characteristic .sizes {
    display: flex;
    justify-content: space-between;
}

.product .main .characteristic .sizes>div {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.product .seen {
    /*background: white;*/
    /*border-radius: 10px;*/
    /*padding: 30px;*/
    /*margin-top: 44px;*/
    margin-top: 30px;
}

.product .similar {
    margin-top: 34px;
}

.product .list {
    display: grid;
    grid-gap: 16px;

    @media (min-width: 1024px) {
        grid-gap: 23px;
    }

    @media (min-width: 1440px) {
        grid-gap: 57px;
    }
}

.product .seen .list {
    grid-template-columns: repeat(10, 1fr);
    overflow-x: auto;
}

.product .similar .list {
    grid-template-columns: repeat(10, 1fr);
    overflow-x: auto;
}

.product .seen .title,
.product .similar .title {
    margin-bottom: 26px;
}

.product_card {
    background: white;
    border-radius: 10px;

    /*border: 1px solid rgba(231, 231, 231, 1);*/
    height: 100%;
}

.product_card img {
    width: 100%;
    height: 180px;
    border-radius: 10px 10px 0 0;
    object-fit: cover;
}

.product_card .product_title {
    margin-top: 15px;
    margin-bottom: 12px;
    padding: 0 14px;
    text-align: center;
}

.product .information {
    margin-top: 42px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.product .information .accordion {
    background: white;
    border-radius: 10px;
}

.product .information .accordion .header {
    padding: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    cursor: pointer;
}

.product .information .accordion .content {
    padding: 0 30px 30px 30px;
    font-size: 14px;
}

.product .information .accordion .header .show_hide {
    color: rgba(255, 76, 76, 1);
}

.product .images .main_image img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.product .images .miniatures {
    margin-top: 14px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 14px;
}

.product .images .miniatures>div:nth-of-type(1n+4) {
    display: none;
}

.product .images .miniatures img {
    width: 100%;
    border-radius: 10px;
}

.product .blank_image {
    width: 100%;
    height: 100%;
    background: rgba(217, 217, 217, 1);
}

.product .slider_them_img_nav .slider-nav {
    padding: 0;
}

.product .slider_them_img_nav .slider-nav .slider_item {
    height: auto;
    aspect-ratio: 1/1;
}

@media (max-width: 1760px) {
    .product .label {
        font-size: 16px;
    }

    .product .label.small {
        font-size: 12px;
    }

    .product .main .price_block .old_price {
        font-size: 26px;
    }

    .product .main_info .properties>div:not(:last-child) {
        margin-bottom: 20px;
    }

    .product .main .price_block .btn {
        margin-bottom: 15px;
    }

    .product .main .price_block .cheapest {
        font-size: 14px;
        margin-bottom: 37px;
    }

    .product .main .price_block .warranty {
        font-size: 14px;
        margin-bottom: 37px;
    }

    .product .main .price_block .is_complex {
        font-size: 12px;
        margin-bottom: 12px;
    }

    .product .main .price_block .number {
        font-size: 12px;
    }

    .product .information .accordion .header {
        padding: 28px;
    }

    .product .main .characteristic {
        margin-top: 30px;
    }

    .product .images .miniatures {
        margin-top: 10px;
        grid-gap: 10px;
    }

    .product .seen .product_card a img {
        height: 220px;
        aspect-ratio: 1/1;
        width: auto;
    }

    .product .similar .product_card a img {
        height: 220px;
        aspect-ratio: 1/1;
        width: auto;
    }
}

@media (max-width: 1440px) {
    .product .label {
        font-size: 14px;
    }

    .product .main_info .properties {
        padding-left: 20px;
        padding-right: 20px;
    }

    .product .main .price_block .old_price {
        font-size: 18px;
    }

    .product .main .price_block .price {
        margin-bottom: 16px;
    }

    .product .main .price_block .btn {
        margin-bottom: 15px;
    }

    .product .main .price_block .cheapest {
        font-size: 12px;
        margin-bottom: 22px;
    }

    .product .main .price_block .warranty {
        font-size: 12px;
        margin-bottom: 22px;
    }

    .product .main .price_block .is_complex {
        font-size: 12px;
        margin-bottom: 4px;
    }

    .product .main .price_block .number {
        font-size: 12px;
    }

    .product .information .accordion .header {
        padding: 28px;
    }

    .product .seen .product_card a img {
        height: 250px;
        aspect-ratio: 1/1;
        width: auto;
    }

    .product .similar .product_card a img {
        height: 250px;
        aspect-ratio: 1/1;
        width: auto;
    }
}

.product .main_info .properties tbody>tr:not(:last-child) {

    padding-bottom: 24px;
}

@media (max-width: 1023px) {

    .product .main .price_block {
        width: 100%;
        padding: 27px 16px;
      }

    .product .main .price_block_wrapper {
        padding-left: 0 !important;
      }

    .product .main .price_block .price {
        margin-bottom: 30px;
    }
    
    .product .main .price_block .btn {
        height: 49px;
        width: 303px;
    }

    .product .row.main_info {
        display: flex;
        flex-direction: column;
    }

    .product .row.main_info>div,
    .product .row.characteristic>div {
        width: 100%;
    }

    .product .slider_them_img_nav .slider-nav {
        display: block !important;
    }

    .product.content_main>#page_title {
        margin-bottom: 15px !important;

    }

    .product .row.main_info>.images {
        margin-bottom: 25px;
    }

    .product .main_info .properties tbody>tr td {
        display: block;
    }

    .product .main_info .properties {
        padding-right: calc(var(--bs-gutter-x)* .5);
        padding-left: calc(var(--bs-gutter-x)* .5);
    }

    .product .main_info .properties tbody>tr td {
        text-align: left !important;
    }

    .product .main_info .properties tbody>tr:not(:last-child) {
        display: block;
        padding-bottom: 11px;
    }

    .product .main_info .properties tbody>tr:not(:last-child) td {
        padding-bottom: 4px;
    }

    .product .label {
        font-size: 14px;
    }

    .product .label.second {
        font-size: 14px;
    }

    .product .label.mobile_big {
        font-size: 20px;
    }

    .product .label.analogs {
        font-size: 14px;
    }

    /*.product .price_block {*/
    /*    margin-top: 20px;*/
    /*    background: transparent !important;*/
    /*    padding: 0 !important;*/
    /*    align-items: start !important;*/
    /*}*/
    .product .main .characteristic {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .product .main .characteristic .block:not(:last-child) {
        margin-bottom: 24px;
    }

    .product .main .characteristic .properties>div {
        flex-direction: column;
    }

    .product .main .characteristic .properties>div>div {
        width: 100%;
        font-size: 16px;
    }

    .product .main .characteristic .properties>div>div:not(:last-child) {
        margin-bottom: 4px;
    }

    .product .seen {
        background: transparent;
        padding: 0;
        margin-top: 25px;
    }

    .product .seen .product_card {
        /*background: transparent;*/
    }

    .product .seen .list,
    .product .similar .list {
        overflow-x: auto;
    }

    .product .seen .product_card a img,
    .product .similar .product_card a img {
        height: 235px;
        aspect-ratio: 1/1;
        width: auto;
    }

    .product .similar {
        margin-top: 40px;
    }

    .product .information .accordion .header .show_hide {
        text-align: right;
    }

    .product .information .accordion .header .show_hide i {
        font-size: 22px;
    }

    .product .information .accordion .header {
        padding: 20px;
    }
}

.is-complex-holder {

    span,
    i {
        cursor: pointer;
    }
}

.seen,
.similar {
    .main-title {
        @media (min-width: 1024px) {
            text-align: center;
        }
    }
}

.table-row {
    display: flex;
    align-items: baseline;
    flex-direction: column;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 10px;

    @media (min-width: 1024px) {
        flex-direction: row;
    }

    .second {
        @media (min-width: 1024px) {
            text-align: right;
        }
    }

    div.color-grey:first-child {
        margin-right: 40px;
    }

}

.table-block {
    margin-bottom: 20px;

    @media (min-width: 1024px) {
        margin-bottom: 35px;
    }
}

.main_info {
    display: flex;
    gap: 0 33px;

    .slick-list,
    .slick-slide,
    .item_img {
        @media (min-width: 1024px) {
            height: 100%;
        }
    }

    .slider_product {
        @media (min-width: 1024px) {
            height: 100%;
        }
    }

    .slick-track {
        @media (min-width: 1024px) {
            height: 100%;
        }
    }
}

@media (max-width: 1023px) {

    .main_info {
      flex-direction: column;
      gap: 25px 0;
    }

    .main_info .img-holder {
        width: 100%;
    }

    .more-image-holder {
        display: none;
    }
}

@media (min-width: 1024px) and (max-width: 1439px) {

    .main_info {
      gap: 0 30px;
    }

    .main_info .img-holder {
        flex: 0 0 735px;
    }

    .main_info .slider_product {
        width: 735px;
    }

    .main_info .slider-big {
        width: 550px;
        height: 550px;
        margin-right: 5px;
    }

    .main_info .price_block_wrapper {
        flex: 1 0 auto;
    }
}

@media (min-width: 1440px) {
    .main_info .img-holder {
        flex: 1 0 567px;
    }

    .main_info .slider_product {
        width: 567px;
    }

    .main_info .price_block_wrapper {
        flex: 1 0 auto;
    }
}

.analogs {
    /*display: flex;*/
    /*flex-wrap: wrap;*/
}
.analogs .analogs-wrap{
    display: flex;
    flex-wrap: wrap;
}
.is-show-more-card-info {}