.info-block-calc {
    text-align: center;
}

#calculator__tyres > table {
    text-align: center;
}

.calc-container {
    background: #fff;
    padding: 20px 30px;
    box-shadow: 0 4px 10px rgba(78, 88, 98, 0.1);
    border-radius: 3px;
}

.calc-container .card-group-product .card {
    margin-top: 0;
}

@media (max-width: 992px) {
    .calc-container {
        padding: 15px 20px;
        width: calc(100% - 30px);
    }
}

#RRiframe1 {
    width: 800px;
    height: 985px;
    background-color: #214061;
    overflow: scroll;
}

.tyres-calc-main {
    background-image: url('/modules/tirecalc/img/culcul_bot.png');
    background-repeat: no-repeat;
    height: 40px;
    margin-top: -5px;
    text-align: center;
    padding-top: 10px;
    color: white;
    font-weight: bold;
}

.tyres-calc-href {
    text-decoration: underline;
    color: white;
}

.tyres-calc-href:hover {
    text-decoration: underline;
    color: white;
}

#tyre-calc-comp {
    background-color: #214061;
    padding: 0;
    margin: 0;
}

#tabsRow > .td-style-zero, #tabsRow > .td-style-one {
    border-right:1px solid white;
}

.calculator-carousel {
    max-width: 100%;
    width: 100%;
    padding: 10px;
}

.owl-stage {
    display: flex;
    flex: 1 0 0;
}

@media screen and (min-width: 576px) and (max-width: 991px) {
    .calculator-carousel {
        padding: 15px 30px 15px 55px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px){
    .calculator-carousel {
        padding: 15px 110px 15px 140px;
    }
}

@media screen and (min-width: 1200px){
    .calculator-carousel {
        padding: 15px 90px 15px 120px;
    }
}

.calc-news {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

@media (min-width: 768px) {
    .calc-news .news__all {
        margin: 0 auto;
        width: 240px;
    }
}

.calc-news-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    grid-gap: 2px;
}

.calc-news .calc-news-wrapper .calc-news-item {
    position: relative;
    padding-top: 56%;
}

.calc-news .calc-news-wrapper .calc-news-item:before {
    display: block;
    content: "";
    width: 100%;
}

.calc-news .calc-news-wrapper .calc-news-item a {
    display: flex;
    align-items: center;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.calc-news .calc-news-wrapper .calc-news-item img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

@media (max-width: 1199px) {
    .calc-news-wrapper {
        grid-template-columns: 1fr 1fr;
    }
}


