.site-main table.table {
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    border-spacing: 0;
    background: #f2f2f2;
    overflow-x: scroll;
    display: block;
}
.site-main table.table td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.prices_item_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    border-radius: 5px;
    background-color: #f3f3f3;
    border: 1px solid #dcdcdc;
    padding: 60px 10px 10px;
    cursor:pointer;
    height:100%
}
.prices_item_wrapper:hover {
    border-color: #FD2C2C;
    box-shadow: 0 4px 21px 0 rgba(0, 0, 0, 0.15);
}
.prices-montaj {
    margin-bottom:30px;
}
.prices-montaj p {
    display:none
}
.prices-montaj .prices_item_wrapper {
    background: #dcdcdc;
    border-radius: 0;
    padding-bottom: 20px;
}
.prices_item_wrapper * {
    text-align: center;
}
.prices_item_wrapper img {
    width: auto;
    margin-bottom: 0;
    max-height:100px
}
.prices_on_main_title {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    color: #505050;
}
.prices_on_main_descr {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    color: #505050
}
.prices-montaj .prices_on_main_descr {
    min-height:58px
}
.prices_on_main_price {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    color: #ed313d;
    margin-top:auto;
}
.prices_on_main_a, .prices_on_main_button > a {
    width: 170px;
    border-radius: 4px;
    background-color: #ed313d;
    display: block;
    padding: 7px 20px;
    color: #fff !important;
    text-align: center;
}
.prices_on_main_a:hover, .prices_on_main_button > a:hover {
    color: #fff;
    opacity: .75;
}
.buy-card {
    border: 1px solid #CCC;
    min-height: 160px;
    margin-bottom: 20px;
}
.buy-card img:first-child {
    position: absolute;
    top:0;
    left:0;
}
.buy-card img:last-child {
    margin-bottom: 6px;
}
.buy-card > div:last-child {
    padding:20px;
    display: grid;
    justify-content: space-between;
    gap:10px
}
.rank-math-html-sitemap__item > .rank-math-html-sitemap__list {
    margin-top:10px !important;
}

.inst-blocks {
    display: flex;
    flex-flow: column wrap;
    gap:30px;
    height:1320px;
    margin-bottom:30px
}
.in-block {
    padding:30px 30px 18px;
    border: 1px solid #CECECE;
    border-radius: 25px;
    width:49%;
}
.in-block p {
    margin:0
}
.in-block > h2 {
    margin:0 0 16px;
    color:#282828;
    font-weight: 600;
    font-size: 28px;
    line-height: 100%;
    padding-bottom:16px;
    border-bottom: 1px solid #CECECE
}
.in-zam, .in-mon {
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: #F4213A;
    display: grid;
    grid-template-columns: 30px auto;
    align-items: center;
    gap:16px;
    margin-bottom:12px;
}
.in-block hr {
    margin: 0 0 15px;
}
.in-zam:hover, .in-mon:hover {
    color:#FE5C01
}
.in-zam:before, .in-mon:before {
    content:"";
    display:block;
    width:30px;
    height:30px;
    background-size: cover;
    background-repeat: no-repeat;
}
.in-zam:before {
    background-image:url(../img/in-zamer.svg)
}
.in-mon:before {
    background-image:url(../img/in-mon.svg)
}
.in-block:nth-child(7), .in-block:nth-child(3) {
    flex:1
}

@media(max-width:1199px) {
    .inst-blocks {
        height:1575px
    }
}

@media(max-width:767px) {
    .buy-card a.prices_on_main_a {
        width:100%
    }
    .prices_item_wrapper {
        margin-bottom:20px
    }
    .inst-blocks {
        height:auto;
    }
    .in-block {
        width:100%;
    }
}