.comparing__table {
    margin-top: 1.875rem
}

.comparing__sticky-wrapper {
    position: relative;
}
.comparing__sticky-elem {
    z-index: 2;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
}

@media (max-width: 767.98px) {
    .comparing__table {
        margin-top: 0
    }



    .comparing .table-subtitle {
        line-height: normal;
    }
}

.comparing__table + .comparing__table {
    margin-top: 0
}

.comparing__table table {
    margin-bottom: 0;
    font-weight: 400;
}

.comparing__table .table-striped tbody tr:nth-of-type(odd) {
    background-color: transparent
}

.comparing .ps-arrow {
    display: none;
}


.comparing__table .table-bordered thead td, .comparing__table .table-bordered thead th {
    border-bottom-width: 1px
}

.comparing__table tbody + tbody {
    border-top-width: 1px;
    border-top-style: solid
}



.comparing__table thead th {

    vertical-align: bottom;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px
}

.comparing__table thead th:first-child {
    font-weight: 700;
    font-size: .875rem;
    text-transform: unset
}

.comparing__vars td {
    padding: 0
}

.comparing__vars td:first-child {
    padding-left: .9375rem;
    vertical-align: middle
}

.comparing__var {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    /*padding: 1rem;*/
    border-bottom-width: 1px;
    border-bottom-style: solid;
    font-size: .875rem;
    color: #5f5f5f
}
.comparing__var {
    padding: 22px 20px;
}
.comparing__var.selected .ico-checkbox {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAKCAYAAABv7tTEAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABYSURBVHgBpc/LDQAhCATQ2bMW43awpWwpdqKdaCeWgp/EhJtD5MIBXmAAQxWPb/aHBdUhje1fBC8NqoeMS/EOFIdgBnOwfmaAgllDOoOCzRR6QxooGE47HbTkMr7bNl0vAAAAAElFTkSuQmCC')!important;
    background-color: transparent;
    border: none;
}
.comparing__var .ico-checkbox {
    background: transparent;
    border: none;
}
.comparing__var.selected {
    background: rgba(174, 174, 174, 0.15);
}
.comparing__var .comparing__attrs {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.35);
}
.comparing__var .comparing__attrs .comlectation_name {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.75);
    margin-bottom: 3px;
    display: block;
    height: 24px;
    overflow: hidden;
}
.comparing__var .v-list-price {
    margin-top: 6px;
    display: block;
}
.comparing__var .v-list-price b {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.75);
}

@media (max-width: 991.98px) {
    .comparing__var {
        padding: .9375rem
    }
}

.comparing__var:last-child:not(:only-child) {
    border-bottom: none
}

.comparing .table-subtitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 1.25rem .9375rem;
    border-right-width: 1px;
    border-right-style: solid;
    border-left-width: 1px;
    border-left-style: solid;
    font-weight: 700;
    font-size: .875rem;
    text-transform: uppercase;
    text-decoration: none
}

.comparing .table-subtitle.ico-arrow:after {
    content: "";
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 10px;
    height: 5px;
    background-image: url(../../../img/toyota/ico-arrow.7fa3eed0.svg);
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.comparing .table-subtitle.closed {
    border-top: 1px solid #fff
}

.comparing .table-subtitle.closed.ico-arrow:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.comparing .table-attributes td {
    vertical-align: middle
}

.variations__equipment {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: .3125rem;
    padding: .9375rem 1.25rem 0;
    border-width: 1px;
    border-style: solid;
    text-align: center;
    letter-spacing: 1px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    cursor: pointer;
    margin-bottom: 10px;
}

.variations__equipment:last-child {
    margin-left: 0
}

@media (max-width: 767.98px) {
    .complectations {
        display: flex;
        margin-bottom: 20px;
        overflow-x: scroll;
    }
    .variations {
        position: relative;
        z-index: 1;
        margin-bottom: 20px;
    }

    .variations__equipment {
        min-width: 190px;
        margin-right: 0;
        text-align: left
    }
}

.variations__equipment.disabled {
    opacity: .5;
    cursor: no-drop
}

.variations__equipment.disabled.selected {
    opacity: 1;
    cursor: pointer
}

.variations__name {
    margin-bottom: .625rem;
    font-weight: 700;
    font-size: .875rem;
    text-transform: uppercase
}

@media (max-width: 767.98px) {
    .variations__name {
        font-size: 1rem
    }
}

.variations__price {
    /*margin-bottom: .625rem;*/
    /*font-size: .75rem*/
}

@media (max-width: 767.98px) {
    .variations__price {
        font-size: 1rem
    }
}

.variations__price b {
    font-weight: 700;
    font-size: 1rem
}

@media (max-width: 767.98px) {
    .variations__price b {
        font-size: 1rem
    }
}

.variations__checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    margin-bottom: 0;
    padding: .625rem .9375rem;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    cursor: pointer
}



.variations__checkbox span {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: .75rem
}

.variations__checkbox span, .variations__checkbox span:before {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.variations__checkbox span:before {
    content: "";
    width: 14px;
    height: 14px;
    margin-right: .625rem;
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;

}

.variations__checkbox span:after {
    content: attr(data-on);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.variations [type=checkbox]:checked + label {
    background-color: hsla(0, 0%, 100%, .4);
    -webkit-box-shadow: 1px 0 0 hsla(0, 0%, 100%, .4), -1px 0 0 hsla(0, 0%, 100%, .4), 0 1px 0 hsla(0, 0%, 100%, .4);
    box-shadow: 1px 0 0 hsla(0, 0%, 100%, .4), -1px 0 0 hsla(0, 0%, 100%, .4), 0 1px 0 hsla(0, 0%, 100%, .4)
}

.variations .selected label span:after {
    content: attr(data-off);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.variations__options {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1.875rem
}
.variations__options label {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #1D1D1F;
    display: flex;
    align-items: center;
    margin: 0;
    cursor: pointer;
}
.variations__options  .checkbox input {
    margin-right: 30px;
    cursor: pointer;
    width: 0;
    height: 0;
}
.variations__options  .checkbox input[type="checkbox"]:before {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    content: "";
    background: #FFF;
    cursor: pointer;
    top: -10px;
}
.variations__options  .checkbox input[type="checkbox"]:after{
    position: relative;
    display: block;
    left: 0px;
    top: -30px;
    width: 20px;
    height: 20px;
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}
.variations__options .checkbox input[type="checkbox"]:checked:after{
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAQAAABuW59YAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAB2SURBVHjaAGkAlv8A3QDyAP0A/QD+Dam3W+kCAAD8APYAAgTVZaZCGwwA5wr0AvcA+Dh+7UX/x24AqK3Wg/8nt6w4/5q71wAAVP9g/7rTXf9n/+9N+AAAtpJa/zf/S//DhP8H/wAA4gzWj2P4lsf0JP0A/wADAHB0Ngka6UmKAAAAAElFTkSuQmCC');
    background-size: 8px;
}
.variations__options-descriptions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.variations__options-descriptions span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 1.5625rem
}

.variations__options-descriptions span i {
    margin-right: .9375rem
}

.ico-checkbox {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 22px;
    margin-right: .625rem;
    padding-right: 1rem;

}

.selected .ico-checkbox {

    background-repeat: no-repeat;
    background-position: 50%;
}

.optional, .standard, .unavailable {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 20px;
    height: 20px;
    border-radius: 50%
}

.standard {
    background-image: url(../../../img/modules/ico-standard.76e70f2c.svg)
}

.optional, .standard {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50%
}

.optional {
    background-image: url(../../../img/modules/ico-optional.4e399ee8.svg)
}

.unavailable {
    background-image: url(../../../img/modules/ico-unavailable.fefcc4e4.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50%
}

.options {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 18px;
    height: 18px;
    margin-right: .625rem;
    -webkit-box-shadow: 0 0 0 2px #2ca3e1;
    box-shadow: 0 0 0 2px #2ca3e1;
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: #fff
}
.table-var-cols-4 tr:first-child td:nth-child(n+2), .table-var-cols-4 tr:first-child th:nth-child(n+2) {
    width: 17.5%
}

.table-var-cols-3 tr:first-child td:nth-child(n+2), .table-var-cols-3 tr:first-child th:nth-child(n+2) {
    width: 23.33333333333333%
}

.table-var-cols-2 tr:first-child td:nth-child(n+2), .table-var-cols-2 tr:first-child th:nth-child(n+2) {
    width: 35%
}

.table-var-cols-1 tr:first-child td:nth-child(n+2), .table-var-cols-1 tr:first-child th:nth-child(n+2) {
    width: 35%
}


.comparing .options-display {
    display: flex
}
.comparing .options-display label {
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    color: #a0acb3;
    cursor: pointer
}
.comparing .options-display label:first-child {
    margin-right: 40px;
}
.comparing .options-display .checkbox-ico {
    display: inline-flex;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    box-shadow: 0 0 0 2px #a1a1a1;
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: #fff;
}
.comparing .options-display .selected {
    color: inherit;
}
.comparing .options-display .selected .checkbox-ico {
    background-color: #a1a1a1;
}


