/*COLOR*/
.reglament_to-card:hover .reglament_to-card-title{
    color: #FF0022;
}
.reglament_to-modif:hover, .service_widget-modif:hover{
    border-color: #E40C25;
}
.reglament_to-table table tfoot td:last-child{
    color: #FF0022;
}
.radios__btn input:checked ~ .reglament_to-milage-item-price,
.reglament_to-milage-item:hover .reglament_to-milage-item-price{
    color: #FF0022;
}
.calculation-order-to{
    background: #FF0022;
    border: 1px solid #FF0022;
}
.calculation-order-to:hover {
    color: #FF0022;
}
@media (max-width: 991.98px) {
    .reglament_to-milage-dropdown .dropdown-toggle .reglament_to-milage-item-price {
        color: #FF0022;
    }
}
.reglament_to-modif-item svg path{
    fill: #FF0022;
}
.calculation-btn.download-price svg path {
    stroke: #FF0022;
}
/*END COLOR*/
.reglament_to{
    background: #F0F0F0;
    padding-top: 51px;
    padding-bottom: 40px;
}
.reglament_to .title{
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #282830;
    display: block;
    margin-bottom: 35px;
}
.reglament_to .subtitle{
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    color: #282830;
    display: block;
    margin-bottom: 33px;
}
.go_back{
    margin-bottom: 24px;
    background: transparent;
    border: none;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 21px;
    color: #282830;
    display: flex;
    align-items: center;
}
.go_back svg{
    margin-right: 8px;
    min-width: 8px;
}
.go_back:focus{
    outline: none;
    box-shadow: none;
}
.reglament_to-col:hover {
    cursor: pointer;
}
.reglament_to-card{
    margin-bottom: 25px;
}
.reglament_to-card-img{
    height: 160px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.reglament__card-img{
    width: 100%;
    height: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.reglament_to-card-img img {
    /*width: 100%;*/
    max-width: 100%;
}
.reglament_to-card .reglament_to-card-img img{
    transition: transform .2s linear;
    /*width: 100%;*/
}
.reglament_to-card:hover .reglament_to-card-img img{
    /*transform: scale(1.1);*/
}
.reglament_to-card-title{
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #282830;
    display: block;
    height: 28px;
    overflow: hidden;
}

.radios__btn input:checked~.reglament_to-milage-item-title {
    color: #6A6B70;
}



.reglament_to-filter .form-group {
    margin-bottom: 22px;
}
.reglament_to-filter .form-group label{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 23px;
    color: #494950;
    margin-bottom: 12px;
    text-align: left;
    width: 100%;
}
.reglament_to-filter .form-control {

    border-radius: 3px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 23px;
    /* identical to box height */
    color: #282830;
    padding: 10px 18px 9px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid transparent;
}
section#regulationId .reglament_to-filter .form-control, section#regulationId .reglament_to-filter .form-control:focus {
    background: #FFFFFF url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAICAYAAAAiJnXPAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC5SURBVHgBjZCxDcJADEWdZBHKSDSMkGxgKdCzQUJHCRMAG4QeJJd0YQQqSJkRGIAkfOsu4g4hlC9ZZ/v+81lHBDFnOTNP6I/0Xn2aB8zzgqjfIW+I2lREml8AUVjBjrNfhUQvQf+GQCOqmBczH9B6ANTXlaGZ3KZoiAE7gBnbFxKtLXC0mzwDf2q2x5HbskQsbX4QOReDL3Khun5c4niqgxKEXTPYAli7Pg8y4P36ARU4bWisvj/E1Rt4lT6dY/PHSwAAAABJRU5ErkJggg==') no-repeat;
    background-position: 95% center;
}
.reglament_to-filter .form-control option {
    background: #fff;
}
.reglament_to-filter .form-control:focus{
    outline: none;
    background: #FFFFFF;
    box-shadow: none;
    border: 1px solid #000;
}
.reglament_to-hr{
    border-top: 1px solid #E5E5E5;
    margin-bottom: 32px;
}



.reglament_to-modif{
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 18px 16px 15px 16px;
    width: 100%;
    display: block;
}
.reglament_to-modif:hover, .service_widget-modif:hover{
    text-decoration: none;
}
.reglament_to-modif-item{
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 24px;
    color: #282830;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    text-align: left;

    white-space: nowrap;
    overflow: hidden;
}
.reglament_to-modif-item:last-child {
    margin-bottom: 0;
}
.reglament_to-modif-item svg{
    min-width: 21px;
    margin-right: 10px;
}


.reglament_to-modification-car .reglament_to-card-img{
    margin-bottom: 0;
}
.reglament_to-modification-car{
    margin-bottom: 17px;
}

.reglament_to-card-desc{
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #282830;
    margin-top: 8px;
}


.reglament_to-title-milage{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;
    color: #494950;
    margin-bottom: 24px;
    display: block;
    text-align: center;
}

.reglament_to-milage{

    background: #E7E8E8;
    border-radius: 5px;
    padding: 5px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 32px!important;
}


.reglament_to-table{
    padding-bottom: 40px;
    background: #FFFFFF;
    border: 1px solid #E7E7E7;
    display: inline-block;
    width: 100%;
}

.reglament_to-milage.radios__btn .reglament_to-milage-item{
    flex: 0 0 115px;
    padding-top: 6px;
    padding-bottom: 7px;
    /*background: transparent;*/
    border: none;
    padding-left: 0;
    padding-right: 0;
}
.reglament_to-milage-item:focus{
    outline: none;
    box-shadow: none;
}



.reglament_to-milage-item-title{
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    color: #6A6B70;
    margin-bottom: 1px;
    display: block;
}
.reglament_to-milage-item-price{
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    color: #282830;
    display: block;
}
/*RADIO BTN*/
.radios__btn {
    display: flex;
    margin-bottom: 10px;
}
.radios__btn label {
    border: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0;
}
.radios__btn label:first-child{
    padding-left: 0;
}
.radios__btn label:last-child{
    padding-right: 0;
}
.radios__btn input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.radios__btn input:checked label{
    background: #FFFFFF;
    border-radius: 5px;
}



.reglament_to-milage-item.active, .reglament_to-milage-item:hover{
    background: #FFFFFF;
    border-radius: 5px;
}
/*END RADIO BTN*/
.reglament_to-table table{
    width: 100%;
}
.reglament_to-table table thead th {
    padding: 21px 20px 22px 32px;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 28px;
    text-align: left;
    color: #282830;
}
.reglament_to-table table tbody tr:nth-child(odd) {
    background: #F8F8F8;
}
.reglament_to-table table tbody td {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #282830;
    padding: 18px 15px 22px 32px;
}
.reglament_to-table table tbody td:last-child {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    text-align: right;
    color: #282830;
    padding: 18px 31px 22px 0;
}

.reglament_to-table table tfoot td:first-child{
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 28px;
    text-align: left;
    color: #282830;
    padding: 18px 15px 30px 32px;
}
.reglament_to-table table tfoot td:last-child{
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: right;
    padding: 18px 31px 22px 0;
    white-space: nowrap;
}


.reglament__to-btnwrap form {
    padding-left: 25px;
}
.calculation-btn{
    cursor: pointer;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 21px;
    padding: 14px 55px 12px;
    display: inline-block;
    text-decoration: none;
    border-radius: 24px;
    text-align: center;
}
.calculation-btn:focus{
    outline: none;
    box-shadow: none;
}
.calculation-order-to{

    color: #FFFFFF;
}
.calculation-order-to:hover {
    background: transparent;
    text-decoration: none;
}
.download-price{
    color: #282830;
    margin-left: 25px;
    background: transparent;
    background-position: 33px 10px;
    border: 1px solid #E5E5E5;

}
.download-price svg{
    margin-right: 10px;
    vertical-align: bottom;
}
.download-price:hover{
    background: #E5E5E5;

}

/*.reglament_to-filter-btn{*/
    /*display: none;*/
/*}*/
.reglament_to-filter-collapse.collapse:not(.show) {
    display: none;
}
.reglament_to-filter-btn{
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #494950;
    background: transparent;
    border: none;
    padding: 0;
    border-radius: 0;
    border-bottom: 1.5px solid #494950;
    display: inline-flex;
    align-items: center;
    margin-bottom: 17px;
}
.reglament_to-filter-btn:focus{
    outline: none;
    box-shadow: none;
}
.reglament_to-filter-btn.collapsed svg{
    transform: none;
}
.reglament_to-filter-btn svg{
    margin-left: 8px;
    transform: rotate(180deg);
}



.reglament_to-modification-car .reglament_to-card-img {
    height: 106px;
}
@media (min-width: 768px) {
    .collapse.reglament_to-filter-collapse {
        display: flex;
    }
}
@media (max-width: 767.98px) {
    .reglament_to-filter {
        text-align: center;
    }




}
@media (min-width: 991.98px) {
    .reglament_to-milage-dropdown .dropdown-toggle {
        display: none;
    }
    .reglament_to-milage {
        position: inherit;
    }
}

@media (max-width: 991.98px) {
    .reglament_to-milage-dropdown .dropdown-toggle {
        margin: 0 auto 32px;
        display: block;
        width: 100%;
        max-width: 290px;
        padding: 11px 19px;
        background: #FFFFFF;
        border-radius: 3px;
        border: none;
        text-align: left!important;
        position: relative;
        border: 1px solid #dcdcdc;
    }
    .reglament_to-milage-dropdown.show>.dropdown-toggle,
    .reglament_to-milage-dropdown .dropdown-toggle:not(:disabled):not(.disabled):active {
        color: #fff;
        background-color: #fff!important;
        border-color: #dcdcdc!important;
    }
    .reglament_to-milage-dropdown .dropdown-toggle:focus {
        outline: none!important;
        box-shadow: none!important;
    }
    .reglament_to-milage-dropdown .dropdown-toggle::before {
        vertical-align: baseline;
        content: '';
        background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAICAYAAAAiJnXPAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC5SURBVHgBjZCxDcJADEWdZBHKSDSMkGxgKdCzQUJHCRMAG4QeJJd0YQQqSJkRGIAkfOsu4g4hlC9ZZ/v+81lHBDFnOTNP6I/0Xn2aB8zzgqjfIW+I2lREml8AUVjBjrNfhUQvQf+GQCOqmBczH9B6ANTXlaGZ3KZoiAE7gBnbFxKtLXC0mzwDf2q2x5HbskQsbX4QOReDL3Khun5c4niqgxKEXTPYAli7Pg8y4P36ARU4bWisvj/E1Rt4lT6dY/PHSwAAAABJRU5ErkJggg==') no-repeat!important;
        border: none;
        width: 13px;
        height: 8px;
        position: absolute;
        right: 15px;
        top: 20px;
    }
    .reglament_to-milage-dropdown.show .dropdown-toggle::before {
        transform: rotate(180deg);
    }
    .reglament_to-milage-item span {
        display: inline-block;
    }
    .reglament_to-milage-item {
        width: 100%;
    }
    .reglament_to-milage-dropdown .dropdown-toggle span {
        display: inline-block;
    }

    .reglament_to-milage-dropdown .dropdown-toggle .reglament_to-milage-item-price:before {
        content: '(';
        /*vertical-align: text-bottom;*/
    }
    .reglament_to-milage-dropdown .dropdown-toggle .reglament_to-milage-item-price:after {
        content: ')';
        /*vertical-align: text-bottom;*/
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .reglament_to-modification .subtitle {
        margin-bottom: 0;
    }
    .reglament_to-modification-car .reglament_to-card-img img {
        margin: 0 auto;
        display: block;
    }
    .reglament_to-modification-car .reglament_to-card-title{
        text-align: center!important;
    }

    .reglament_to-modification .go_back {
        margin-bottom: 0;
    }
    .reglament_to-modification .reglament_to-card-desc {
        text-align: center;
        width: 100%;
        display: block;
        margin-top: 4px;
    }
    .calculation-btn {
        padding: 14px 45px 12px;
    }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
    .reglament_to-milage-item {
        flex: 0 0 92px;
    }
    .reglament_to-milage-item-title,
    .reglament_to-milage-item-price{
        font-size: 14px;
    }
}
@media (max-width: 991.98px) {

    .reglament_to-milage-item, .radios__btn label:first-child {
        padding-left: 15px!important;
        padding-right: 15px;
    }
    .reglament_to-milage {
        display: none!important;
        top: 94px!important;
        box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.07);
        padding: 0;
        margin: 0;
    }
    .reglament_to-milage-dropdown.show .reglament_to-milage {
        position: absolute!important;
        display: block!important;
        left: 50%!important;
        transform: translate(-50%, 0%)!important;
        max-width: 290px;
    }
}
@media (max-width: 767.98px) {

    /*.mobile-scroll {*/
        /*display: flex;*/
        /*flex-direction: row;*/
        /*flex-wrap: nowrap !important;*/
        /*overflow-x: scroll !important;*/
        /*overflow-y: hidden !important;*/
        /*align-items: center;*/
        /*justify-content: flex-start;*/
        /*white-space: nowrap;*/
    /*}*/
    .go_back {
        margin: 0 auto 24px;
    }
    .reglament_to .title {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 17px;
    }
    .reglament_to .title span, .reglament_to .subtitle span{
        display: none;
    }
    .subtitle:first-letter {
        text-transform: uppercase;
    }
    .reglament_to-modif{
        margin-bottom: 8px;
    }

    section#regulationId .reglament_to-modif-item-wrap .col-xl-4 {
        margin-bottom: 12px;
    }
    .reglament_to .subtitle {
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 28px;
        text-align: left;
        color: #282830;
    }
}
@media (max-width: 575.98px) {

    .reglament_to-col{
        width: 50%;
    }
    .reglament_to-card-title {
        font-size: 15px;
        line-height: 28px;
    }
    .reglament_to-card-img {
        height: auto;
    }


    .reglament_to-modification .subtitle {
        margin-bottom: 2px;
    }
    .reglament_to-modification-car .reglament_to-card-title {
        font-size: 15px;
        line-height: 28px;
        text-transform: uppercase;
    }


    .reglament_to-modification-car .reglament_to-card-img {
        display: none;
    }
    .reglament_to-modification-car .reglament_to-card-desc,
    .reglament_to-modification-car .reglament_to-card-title {
        text-align: center!important;
        width: 100%;
        display: block;
        margin-top: 0;
    }

    .reglament_to-filter .form-group {
        margin-bottom: 17px;
    }

    /*.reglament_to-modification .reglament_to-card-desc {*/
        /*display: none;*/
    /*}*/


    .reglament_to-table table thead th {
        font-size: 18px;
        line-height: 28px;
        padding: 14px 15px 12px;
    }
    .reglament_to-table table tbody td {
        padding: 9px 15px 10px 18px;
    }
    .reglament_to-table table tbody td:last-child {
        padding: 9px 19px 10px 0;
    }
    .reglament_to-table table tfoot td:first-child {
        font-size: 16px;
        line-height: 21px;
        padding: 13px 15px 25px 18px;
    }

    .reglament__to-btnwrap form {
        display: flex;
        flex-direction: column;
        padding-right: 25px;
    }
    .download-price {
        margin-left: 0;
        margin-top: 15px;
    }
}
section#regulationId .reglament_to-modif:focus {
    outline: none;
}
section#regulationId .reglament_to-card:hover {
    text-decoration: none;
}
section#regulationId .reglament_to-modif-item-wrap{
    background: #ffffff;
    border-radius: 10px;
    padding: 28px 30px 0 30px;
    width: 100%;
}
.reglament_to-filter{
    text-align: center;
}
.reglament_to-filter .subtitle{
    display: none;
}
.reglament_to-modification-head-model{
    display: none;
}
@media (max-width: 991.98px) {
    section#regulationId .reglament_to-modif-item-wrap {
        background: transparent!important;
        padding: 0;
    }
    .reglament_to-modification-car .reglament_to-card-img, .reglament_to-card-title-mobile {
        display: none!important;
    }

    .reglament_to-modification-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 16px;
    }
    .reglament_to-modification-head .go_back {
        margin: 0;
    }
    .reglament_to-filter-head .subtitle {
        margin-bottom: 0;
    }
    .reglament_to-modification-head .reglament_to-card-title{
        font-style: normal;
        font-weight: 600;
        font-size: 12px;
        line-height: 17px;
        text-align: right;
        text-transform: uppercase;

        color: #282830;
        height: auto;
    }
    .reglament_to-modification-head-model{
        display: flex;
        align-items: center;
    }
    .reglament_to-card-year{
        font-style: normal;
        font-weight: 600;
        font-size: 10px;
        line-height: 14px;
        color: #666666;
        margin-left: 6px;
    }
    .reglament_to-filter-head{
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 22px;
    }
    .reglament_to-filter-btn {
        margin-bottom: 0;
    }
    .reglament_to-filter .subtitle{
        display: inline-block;
    }

    .head-right-calculation-btn{
        text-align: center!important;
        margin-top: 15px;
    }

}
@media (max-width: 375.98px){
    .calculation-btn {
        font-size: 13px;
    }
}
@media (max-width: 575.98px) {
    .download-price {
        padding-left: 0;
        padding-right: 0;
    }
}
/*.reglament_to-card-img.reglament_to-card-img-table {*/
    /*height: 160px;*/
/*}*/
@media (min-width: 480px) and (max-width: 991.98px) {
    .reglament_to-modification-head .reglament_to-card-title {
        font-size: 16px;
    }
    .reglament_to-card-year {
        font-size: 14px;
    }
}
.head-right-calculation-btn{
    text-align: right;
}