@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700&display=swap&subset=cyrillic-ext');

.catalog20{
    margin: 0 10px;
}

.catalog20 *{
    font-family: 'PT Sans',sans-serif;
}

.catalog20 .right{
    text-align: right;
}

.breadcrumbs {
    width: 100%;
    margin: 5px 0;
    display: inline-block;
}

.breadcrumbs ul li{
    float: left;
    color: #777;
}

.breadcrumbs ul li:after{
    content: ">";
    display: inline-block;
    margin: 0 5px;
}

.breadcrumbs ul li:last-of-type:after{
    content: none;
    display: none;
}

.breadcrumbs ul li a{
    text-decoration: none;
}


.catalog20 h1{
    text-transform: none;
    color: #333;
    font-size: 27px;
    font-weight: 100;
    line-height: 30px;
}

.catalog20 .offer{
    border: 3px solid #d8d8d8;
    padding: 8px 10px;
    margin: 10px 0;
    display: flex;
    flex-wrap: wrap;
}

.catalog20 .offer .left_column {
    width: 37%;
}

.catalog20 .offer .right_column {
    width: 63%;
}

.catalog20 .offer .images{
    vertical-align: top;
}

.catalog20 .offer .images .mainimage{
    border: 1px solid #d8d8d8;
    padding: 5px 5px;
    margin: 5px 0;
    display: flex;
    align-items: center;
    min-height: 280px;
    justify-content: center;
}

.catalog20 .offer .images .mainimage img {

}

.catalog20 .offer .info_block {
    display: table;
    margin: 0 0px 0px 10px;
    position: relative;
    width: 101%;
    border-bottom: 3px solid #d8d8d8;
    padding: 5px 0;
}

.catalog20 .offer .info_block img.mllogo {
    float: right;
    margin-right: 12px;
}

.catalog20 .offer .info_block ul{

}


.catalog20 .offer .info_block ul li {
    color: #999;
    font-size: 16px;
}

.catalog20 .offer .info_block ul li span {
    color: #333;
}

.catalog20 table.features{
    width: 100%;
    font-size: 15px;
}

.catalog20  table.features tr:first-of-type th {
    background: #505050;
    color: white;
    font-weight: 100;
    text-align: left;
    font-size: 15px;
    padding: 14px 10px;
}

.catalog20 table.features tr td{
    padding: 10px;
}

.catalog20 table.features tr:nth-child(2n+1) td {
    background: #f2f2f2;
}

.catalog20 .offer a.gotolink{
    margin: 10px;
    border: 1px solid #0074af;
    padding: 8px 10px;
    border-radius: 5px;
    display: inline-block;
    font-size: 16px;
}

.catalog20 .offer a.gotolink:hover{
    background-color: #0074af;
    color: white;
}



.after_info_block{
    display: flex;
    flex-wrap: wrap;
}

.after_info_block .left_block{
    width: 60%;
}

.after_info_block .left_block table {
    margin: 10px 10px;
    width: calc(100% - 20px);
    font-size: 16px;
    color: #555;
}

.after_info_block .left_block table {
    border-collapse: collapse;
}

.after_info_block .left_block table tr th {
    border-bottom: 1px solid #333;
    text-align: left;
    padding: 10px 0;
}

.after_info_block .left_block table tr td {
    padding: 10px 10px;
    border-top: 1px solid #ddd;
}

.after_info_block .left_block table tr:nth-child(odd) td {
    background: #f2f2f2;
}

.after_info_block .right_block{
    width: 40%;
}

.catalog20 .offer .addtocart {
    border: 1px solid #ececec;
    background: #fbfbfb;
    margin-top: 20px;
    padding: 15px 10px;
    margin-left: 10px;
    font-size: 14px;
    line-height: 25px;
}

.catalog20 .offer .addtocart ul li {
    border-bottom: 1px dotted #555;
    line-height: 9px;
    margin-bottom: 15px;
}

.catalog20 .offer .addtocart ul li span {
    background: #fbfbfb;
    height: 11px;
}

.catalog20 .offer .addtocart ul li span:last-of-type {
    float: right;
}

.catalog20 .offer .addtocart button {
    border: none;
    outline: none;
    background: #0074af;
    color: white;
    font-size: 18px;
    padding: 10px 25px;
    cursor: pointer;
}

.catalog20 .offer .addtocart button:hover {
    box-shadow: 0px 0px 3px #0074af;
}

.catalog20 .offer .addtocart .price {
    font-weight: bold;
    font-size: 19px;
    padding: 10px 0;
}

.catalog20 .offer .description{
    margin: 20px auto;
    font-size: 15px;
    width: 100%;
    line-height: 22px;
    padding: 0 25px;
}

table.offers_table {
    width: 100%;
    font-size: 16px;
    margin-top: 20px;
}

table.offers_table tr th,
table.offers_table tr td{
    padding: 14px 10px;
}

table.offers_table tr:first-of-type th {
    background: #505050;
    color: white;
    font-weight: 100;
    text-align: left;
    font-size: 15px;
}

table.offers_table tr th,
table.offers_table tr td{
    text-align: left;
}

table.offers_table tr:first-of-type th:last-of-type {
    text-align: right;
}

table.offers_table tr td {
    border-top: 1px solid #ddd;
}

table.offers_table tr:nth-child(odd) td {
    background: #f2f2f2;
}

.showmore{
    width: 100%;
    text-align: center;
    padding: 10px 0;
    font-size: 13px;
}

.catalog20 hr {
    border: 1px solid #d8d8d8;
}


@media screen and (min-width:100px) and (max-width:1024px) {
    .catalog20 .offer .left_column {
        width: 100%;
    }
    .catalog20 .offer .right_column {
        width: 100%;
    }

    .after_info_block .left_block {
        width: 100%;
    }
    .after_info_block .right_block {
        width: 100%;
    }

    .catalog20 .offer .info_block {
        display: none;
    }

    .catalog20 .offer .addtocart .price {
        float: left;
    }

    .after_info_block .left_block table tr:nth-child(n+4){
        display: none;
    }

}