

.ctn__maintenance{
    margin-top: 77px;
}

.selection__model{
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding-left: 2rem;
    padding-right: 2rem;
    text-align: center;
    color: #fff;
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.selection__model__title{
    font-size: 1.5rem;
    font-weight: 600;
    font-family: 'calibribold', sans-serif;
}

.selection__model__sub{
    font-size: 1.125rem;
    font-weight: 400;
}
.selection__model__list{
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    margin-top: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.selection__model__list .selection__model__item {
    max-width: 30%;
    cursor: pointer;
    padding: 1rem;
    border: 1px solid transparent;
}
.selection__model__list .selection__model__item.selected  {
    border-color: #BE9171;
}
.selection__model__list li img{
    -webkit-transition: all ease-in 0.25s;
    -o-transition: all ease-in 0.25s;
    transition: all ease-in 0.25s;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}
.selection__model__list li:hover img{
    -webkit-transform: scale(1.025);
        -ms-transform: scale(1.025);
            transform: scale(1.025);
}
.selection__model__list li p {
    text-transform: uppercase;
    margin-top: -2rem;
    font-size: 1.125rem;
    text-transform: uppercase;
    font-family: 'exeed', 'calibriregular', sans-serif;
    font-weight: 400;
}

.inner__table__months {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding-left: 2rem;
    padding-right: 2rem;
    color: #fff;
}
.head__table__months{
    margin-bottom: 2rem;
}
.head__table__months p {
    font-size: 2rem;
    color: #fff;
    padding: 1rem;
    border-bottom: 1px solid #BE9171;
}
.table__months{
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding-left: 2rem;
    padding-right: 2rem;
}
.show__content__cell{
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    cursor: pointer;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #BE9171;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: transparent;
}
.show__content__cell svg {
    width: 100%;
}

.table__months .price__mtto{
    font-size: 1.5rem;
    font-weight: 600;
    font-family: 'calibribold', sans-serif;
    color: #BE9171;
}

.table__months p{
    font-size: 1.5rem;
    margin-bottom: 0;
}
.contains__mtto{
    padding-left: 2rem;
}
.contains__mtto p{
    font-size: 1.25rem;
    font-weight: 600;
    font-family: 'calibribold', sans-serif;
    color: #BE9171;
}
.contains__mtto ul{
    padding-left: 2rem;
}
.contains__mtto ul li{
    color: #fff;
    font-size: 1.125rem;
}
.block__kilometers{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.table__months .row {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.table__months .row:nth-of-type(2n + 1) {
    background-color: #131313;
}
.container__table__months{
    padding-bottom: 4rem;
}

.table__component {
    overflow: auto;
    width: 100%;
}

.table__component table {
    border: 1px solid #dededf;
    height: 100%;
    width: 100%; 
    border-collapse: collapse;
    border-spacing: 1px;
    text-align: left;
}

.table__component caption {
    caption-side: top;
    text-align: left;
}

.table__component th {
    border: 1px solid #4B5156;
    background-color: #4B5156;
    color: #fff;
    padding: 5px;
}

.table__component td {
    border: 1px solid #000;
    background-color: #131313;  
    color: #fff;
    padding: 5px;
}
.table__component tbody tr td:first-child span{
    min-width: 200px;
    text-align: left;
}
.table__component tbody tr .active__indicator{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    width: 6px;
    height: 6px;
}
.table__component tbody tr .active__indicator:after{
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #BE9171;
    display: inline-block;
}
.table__component tbody tr td{
    text-align: center;
}
.table__component tbody tr td:first-child{
    text-align: left;
}
.inner__head__mtto,
.inner__footer__mtto,
.inner__services__car{
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding-left: 2rem;
    padding-right: 2rem;
}
.table__services__car{
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.inner__head__mtto,
.inner__footer__mtto{
    color: #9A9DA9;
    font-size: 1rem;
}

@media screen and (max-width: 767px) {
    .ctn__maintenance{
        margin-top: 56px;
    }
    
    .table__months .price__mtto,
    .table__months p{
        font-size: 1rem;
    }
    .show__content__cell{
        width: 1rem;
        height: 1rem;
    }
    .table__months{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .inner__table__months{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .head__table__months p{
        font-size: 1.125rem;
        padding-left: 0;
        padding-right: 0;
    }
    .selection__model__title{
        font-size: 1.25rem;
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .selection__model__sub{
        font-size: 1rem;
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .selection__model__list .selection__model__item{
        max-width: 65%;
    }
    .selection__model__list .selection__model__item.selected{
        border-left: 1px solid transparent;
        border-top: 1px solid transparent;
        border-right: 1px solid #BE9171;
        border-bottom: 1px solid #BE9171;
    }
    .selection__model {
        padding-left: 0;
        padding-right: 0;
    }
    .selection__model__list{
        padding-left: 2rem;
    }
    
}