

/* Start:/bitrix/templates/autoset_2017/components/bitrix/catalog.filter/filter_cars_tires_updated_main/style.css?15743401203617*/


.filter-modal .param-caption {
    text-align: center;
}
.filter-modal .param-caption span {
    font-size: 28px;
    line-height: 30px;
    text-align: center;
    color: #4c4c4c;
    margin-bottom: 20px;
}
.filter-modal .modal-main span,
.filter-modal .modal-main p {
    display: block;
}
.filter-modal .modal-main span {
    font-size: 20px;
    line-height: 22px;
}
.filter-modal .modal-main p {
    font-size: 14px;
    line-height: 16px;
    margin-top: 10px;
    margin-bottom: 0px;
}
.filter-modal .main-param__top,
.filter-modal .main-param__bottom {
    margin: 0 -10px;
}
.filter-modal .main-param__item{
    padding: 0 10px;
    float: left;
}
.filter-modal .main-param__top .main-param__item{
    width: 33.3333333333%;
}
.filter-modal .main-param__bottom .main-param__item{
    width: 50%;
}
.filter-modal .main-param__item.mobile{
    display: none;
}
.filter-modal .main-param__img{
    text-align: center;
    margin-top: 20px;
}
.filter-modal .main-param__bottom {
    margin-top: 20px;
}
.filter-modal .where-param {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
}
.filter-modal .where-param__wrapper{
    margin: 0 -10px;
}
.filter-modal .where-param__item{
    padding: 0 10px;
    float: left;
    width: 33.3333333333%
}

.filter-modal .where-param__item span{
    font-size: 14px;
    line-height: 16px;
    color: #000;
}
.filter-modal .where-param__item img{
    margin-top: 10px;
}
.filter-modal .where-param__text{
    text-align: center;
    margin-top: 20px;
}
.filter-modal .where-param__text p {
    font-size: 14px;
    line-height: 16px;
    color: #000;
    margin-top: 0px;
}

@media (max-width: 767px) {
    .filter-modal .where-param {
        display: none;
    }
    .filter-modal .main-param__img{
        display: none;
    }
    .filter-modal .main-param {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: flex-start;
        -ms-align-items: flex-start;
        align-items: flex-start;
    }
    .filter-modal .main-param__item.mobile{
        display: block;
    }
    .filter-modal .param-caption{
        width: 100%;
    }
    .filter-modal .main-param__top{
        margin: 0px;
    }
    .filter-modal .main-param__top{
        background-image: url(/bitrix/templates/inner-updated_2017/components/bitrix/catalog.filter/filter_cars_tires_updated_main/files/img/640_m.jpg);
        background-position: 0 0;
        background-repeat: no-repeat;
        padding-left: 140px;
        min-height: 303px;
        margin-left: -20px;
    }
    .filter-modal .main-param__top .main-param__item {
        width: 100%;
    }
    .filter-modal .main-param__item{
        padding: 0px;
    }

    .filter-modal .main-param__top .main-param__item + .main-param__item{
        margin-top: 20px;
    }
    .filter-modal .main-param__bottom{
        display: none;
    }
}
@media (max-width: 479px) {
    .filter-modal .modal {
        width: 320px;
        max-width: 320px;
    }
    .filter-modal .main-param .main-param__top .main-param__item + .main-param__item {
        margin-top: 10px;
    }
    .filter-modal .main-param__top{
        background-image: url(/bitrix/templates/inner-updated_2017/components/bitrix/catalog.filter/filter_cars_tires_updated_main/files/img/320_m.jpg);
    }
}

@media (max-width: 379px) {
    .filter__tab a.js-open-modal {
        right: 10px;
    }
}
/* End */


/* Start:/bitrix/templates/source/css/form.css?157434012029672*/
/*22222*/
.tabs-block__body .select-style {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.0015em;
}
.tabs-block__body .select-style .vh {
    color: #C2C2C2;
}
.pseudo-select__btn:after, .pseudo-select__btn:before {
    position: absolute;
    content: '';
}

.checkbox-text, .pseudo-select__btn>span {
    white-space: nowrap;
    text-overflow: ellipsis;
}

.filter-header_table, .table {
    display: table;
    width: 100%;
}

.filter-header__cell, .table-cell {
    display: table-cell;
    vertical-align: middle;
}

.pseudo-select {
    position: relative;
}

.pseudo-select_full {
    position: static;
}

.input_sm, .input_sm:focus, .pseudo-select__btn {
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
    position: relative;
    display: block;
    max-width: 100%;
    height: 32px;
    padding: 0 30px 0 10px;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
}

.pseudo-select__btn:before {
    top: 50%;
    right: 8px;
    width: 12px;
    height: 8px;
    margin-top: -4px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: url(/bitrix/templates/source/css/../svg/arrow_down.svg) center/contain no-repeat;
}

.pseudo-select__btn.open:before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.pseudo-select__btn:after {
    z-index: 101;
    top: 100%;
    left: 50%;
    display: none;
    width: 0;
    height: 0;
    margin-top: 7px;
    margin-left: -20px;
    border: 20px solid transparent;
    border-top: none;
    border-bottom-color: #ddd;
    -webkit-filter: drop-shadow(0 -2px 1px rgba(0, 0, 0, 0.05));
    filter: drop-shadow(0 -2px 1px rgba(0, 0, 0, 0.05));
}

.pseudo-select__btn.open:after {
    display: block;
}

.pseudo-select__body {
    position: absolute;
    z-index: 99;
    top: auto;
    right: -10px;
    left: -10px;
    display: none;
    overflow: auto;
    max-height: 80vh;
    margin-top: 25px;
    padding: 3px 18px 15px;
    background: #ddd;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.25);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.25);
    -webkit-overflow-scrolling: touch;
}

.form__input, .form__label, .pseudo-select.open .pseudo-select__body {
    display: block;
}

.pseudo-select__btn>span {
    display: block;
    overflow: hidden;
    max-width: 100%;
}

.pseudo-select_min .pseudo-select__btn:after {
    left: 50px;
    margin-left: 0;
}

.pseudo-select_min .pseudo-select__body {
    left: 0;
    max-width: 220px;
}

.checkbox-label, .row-triple__item .select-value,
.checkbox-label, .row-full__item .select-value,
.form__row .select-value {
    max-width: 100%;
    cursor: pointer;
}

.pseudo-select_full .pseudo-select__body {
    right: 20px;
    left: 20px;
    max-height: none;
}

.filter-footer, .filter-header {
    margin: 0 -10px;
}

.filter-header {
    margin-bottom: 5px;
    padding: 5px 10px 3px;
    border-bottom: 1px solid #ccc;
}

.filter-footer {
    padding-top: 5px;
}

.filter-list_columns {
    -webkit-columns: 4;
    -moz-columns: 4;
    columns: 4;
}

.filter-footer_border {
    margin: 10px 0 0;
    padding-top: 15px;
    text-align: right;
    border-top: 1px solid #ccc;
}

.filter-header_table {
    margin: 0 0 10px;
    padding: 13px 0;
}

.filter-header__cell {
    padding: 0 15px;
}

.filter-header__cell_count {
    white-space: nowrap;
    color: #4d4d4d;
}

.filter-header__cell:first-child {
    width: 100%;
    padding-left: 0;
}

.filter-header__cell:last-child {
    width: 1px;
    padding-right: 0;
}

.filter-list-count {
    opacity: 0;
}

.form__row, .form__row_sm {
    margin: 15px 0;
}

.no-fixed {
    table-layout: auto;
}

.form__row:first-child {
    margin-top: 0;
}

.form__row:last-child {
    margin-bottom: 0;
}

.form__button {
    margin-top: 30px;
}

.form__label {
    font-size: 0;
    line-height: 18px;
    margin-bottom: 2px;
    position: relative;
}

.form__label-txt {
    font-size: 14px;
    line-height: 18px;
    display: inline-block;
    vertical-align: top;
}
.form__label-abs {
    display: block;
    width: 20px;
    text-align: center;
    position: absolute;
    top: 20px;
    left: -30px;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: -0.0015em;
    color: #666666;
}

.form__row_right {
    float: right;
}

.form__input_search {
    position: relative;
}
.form__input_search:after, .row-full__item .select-value:after, .row-triple__item .select-value:after, .form__row .select-value:after {
    position: absolute;
    content: '';
}

.form__input_search:after {
    top: 8px;
    right: 10px;
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(/bitrix/templates/source/css/../svg/search.svg) 50% 50% no-repeat;
    background-size: contain;
}
.select, .row-triple__item .select-value, .row-full__item .select-value, .form__row .select-value {
    position: relative;
}

.form__input_search .input[type=text], .form__input_search .input[type=search] {
    padding-right: 0px;
}

.form__row_center {
    text-align: center;
}

.form__row--block, .form__row--block .form__input, .form__row--block .form__label {
    display: block;
    width: auto;
}

.form-section__tab:not(.open), .form__row--block .form__label::after, .js-select-visual select {
    display: none;
}

.form__row--block .form__label {
    margin-bottom: 8px;
}

.form__input_min {
    width: 1%;
    padding-left: 20px;
}

.input[type=text], .input[type=search] {
    width: 100%;
    height: 34px;
    padding: 0 10px;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.row-half, .row-triple {
    margin-right: -20px;
    margin-left: -20px;
}

.row-triple__item {
    float: left;
    width: 33.333336%;
    padding: 0 20px;
}

.row-half__item {
    float: left;
    width: 50%;
    padding: 0 10px;
}

.row-full__item {
    float: left;
    width: 100%;
    padding: 0 20px;
}
.row-full__item + .row-full__item {
    margin-top: 15px;
}


.form-section {
    padding: 40px 0 50px;
}

.form-section_search {
    padding: 60px 0 45px;
}

.form-section__title {
    margin-bottom: 12px;
}

.form-section__title_left {
    text-align: left;
}

.form-section__tumbler-block {
    margin: 20px 0;
}

.row-triple__item .select-value,
.row-full__item .select-value,
.form__row  .select-value{
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
    overflow: hidden;
    display: block;
    height: 32px;
    padding: 0 30px 0 10px;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
}

.checkbox-text, .select-list li {
    font-size: 14px;
    font-weight: 700;
}

.select-list .active {
    background-color: red;
    color: #fff;
}

.row-triple__item .select-value:after,
.row-full__item .select-value:after,
.form__row .select-value:after {
    top: 50%;
    right: 8px;
    width: 12px;
    height: 8px;
    margin-top: -4px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: url(/bitrix/templates/source/css/../svg/arrow_down.svg) center/contain no-repeat;
}

.select-list, .touch .main-header .js-select-visual select, .touch .js-select-visual_count select {
    position: absolute;
    right: 0;
    left: 0;
}

.row-triple__item .select.open .select-value:after,
.row-full__item .select.open .select-value:after,
.form__row .select.open .select-value:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.select-list {
    z-index: 99;
    top: auto;
    display: none;
    overflow: auto;
    max-height: 405px;
    border: 1px solid #eee;
    background: #fff;
    -webkit-overflow-scrolling: touch;
}

.disable-select {
    color: grey;
    cursor: no-drop;
    background-color: #ececec;
}

.select.open .select-list, .touch .main-header select, .touch .js-select-visual_count select {
    display: block;
}

.select-list li {
    line-height: 20px;
    padding: 3px 10px 2px;
    cursor: pointer;
}

.no-touch .row-triple__item .select-value:hover,
.no-touch .form__row .select-value:hover,
.no-touch .row-full__item .select-value:hover {
    color: #666;
}

.no-touch .select-list li:hover {
    color: #fff;
    background: #ff2c2c;
}

 .touch .main-header .js-select-visual select, .touch .js-select-visual_count select {
    z-index: 1;
    top: 0;
    bottom: 0;
    width: 100%;
    opacity: 0;
}

.checkbox-label {
    position: relative;
    display: inline-block;
    padding: 3px 0 3px 28px;
    vertical-align: middle;
}

.checkbox {
    display: none;
}

.checkbox-text {
    display: block;
    overflow: hidden;
}

.checkbox-text b {
    background: rgba(254, 0, 0, 0.25);
}

.checkbox-visual, .radio-visual {
    position: absolute;
    top: 4px;
    left: 0;
    display: inline-block;
    width: 18px;
    height: 18px;
    -webkit-transition: 0.15s;
    -o-transition: 0.15s;
    transition: 0.15s;
    -webkit-transform: translate3D(0, 0, 0);
    -ms-transform: translate3D(0, 0, 0);
    -o-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0);
    border: 1px solid rgba(164, 165, 165, 0.5);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
}

.radio-visual {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.checkbox-visual::after, .radio-visual::after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    -webkit-transition: 0.15s;
    -o-transition: 0.15s;
    transition: 0.15s;
    -webkit-transform: rotate(-45deg) translate3D(0, 0, 0) scale(0);
    -ms-transform: rotate(-45deg) translate3D(0, 0, 0) scale(0);
    -o-transform: rotate(-45deg) translate3D(0, 0, 0) scale(0);
    transform: rotate(-45deg) translate3D(0, 0, 0) scale(0);
    opacity: 0;
}

.checkbox-visual::after {
    width: 10px;
    height: 6px;
    margin-top: -4px;
    margin-left: -5px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
}

.radio-visual::after {
    width: 10px;
    height: 10px;
    margin-top: -4px;
    margin-left: -2px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #d41f26;
}

.checkbox:checked~.checkbox-text:before {
    position: absolute;
    z-index: -1;
    top: 0;
    right: -5px;
    bottom: 0;
    left: -5px;
    content: '';
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.checkbox-label.decor .checkbox-visual::after {
    width: 0;
    height: 0;
    margin-left: -4px;
    -webkit-transform: rotate(0) translate3D(0, 0, 0) scale(1);
    -ms-transform: rotate(0) translate3D(0, 0, 0) scale(1);
    -o-transform: rotate(0) translate3D(0, 0, 0) scale(1);
    transform: rotate(0) translate3D(0, 0, 0) scale(1);
    opacity: 1;
    border: 4px solid #e2001a;
}

.checkbox:checked~.checkbox-visual {
    border-color: #e2001a;
    background: #e2001a;
}

.checkbox-label.decor .checkbox:checked~.checkbox-visual {
    border-color: rgba(164, 165, 165, 0.5);
    background: #fff;
}

.checkbox-label.decor .checkbox:checked~.checkbox-visual:after {
    -webkit-transform: rotate(0) translate3D(0, 0, 0) scale(1);
    -ms-transform: rotate(0) translate3D(0, 0, 0) scale(1);
    -o-transform: rotate(0) translate3D(0, 0, 0) scale(1);
    transform: rotate(0) translate3D(0, 0, 0) scale(1);
}

.checkbox:checked~.checkbox-visual::after, .checkbox:checked~.radio-visual::after {
    -webkit-transform: rotate(-45deg) translate3D(0, 0, 0) scale(1);
    -ms-transform: rotate(-45deg) translate3D(0, 0, 0) scale(1);
    -o-transform: rotate(-45deg) translate3D(0, 0, 0) scale(1);
    transform: rotate(-45deg) translate3D(0, 0, 0) scale(1);
    opacity: 1;
}

.checkbox:disabled~.checkbox-visual, .checkbox:disabled~.checkbox-visual::after, .checkbox:disabled~.radio-visual {
    border-color: rgba(0, 0, 0, 0.16);
}

.pseudo-select_full .checkbox-text {
    font-weight: 400;
}

.no-touch .checkbox-label:hover .checkbox-visual, .no-touch .checkbox-label:hover .radio-visual, .no-touch label:hover .checkbox-visual, .no-touch label:hover .radio-visual {
    border-color: #a4a5a5;
}

.input-count {
    display: inline-block;
    width: 16px;
}


@media (max-width:768px) {
    .other-auto .row-full__item {
        float: none;
    }

}

@media (max-width:767px) {
    .hidden-xs { display: none !important }
    .visible-xs { display: block !important }
    .visible-xs_tb { display: table !important }
    .text-guide .columns_2 { -webkit-columns: 1; -moz-columns: 1; columns: 1 }
    .tabs-table-cell { padding-bottom: 0px; }
    .tabs-table-cell:last-child {padding-top: 15px;}
    .menu-table { max-width: 400px; margin-left: auto; margin-right: auto }
    .section-container_color_xs { background: 0 0 }
    .section-container_color_xs .col-xs-12 { padding-top: 10px; padding-bottom: 12px; background: #eee }
    .container__title { font-size: 28px; line-height: 34px; margin-bottom: 12px }
    .container__subtitle { font-size: 24px; line-height: 34px }
    .text_large { font-size: 32px }
    .main-menu { display: none }
    .main-header { margin-top: 2px }
    .page-content-image { height: 480px; background-image: url(/bitrix/templates/source/css/../img/main_back_mobile.jpg); background-size: auto; margin-top: 0 }
    .tabs-block { position: static; left: 0; right: 0 }
    .tabs-block__footer { display: block }
    .tabs-footer-cell { display: block; width: 50%; float: left }
    .tabs-body-table { display: block; padding: 0 20px }
    .tabs-table-cell,
    .tabs-table-cell:last-child { padding-right: 0; padding-left: 0}
    .main-submenu__item:first-child { display: none }
    .main-submenu__item { width: 50% }
    .tabs-table-cell { display: block; width: auto }
    .cart-btn__txt,
    .dropdown-panel-container { display: none }
    .cart-btn__icon { margin-left: 0 }
    .top-row__item_table { table-layout: fixed }
    .top-item-cell { position: relative }
    .top-item-cell:first-child,
    .top-item-cell:last-child { width: auto }
    .mobile-logo { padding: 0 }
    .top-item-cell .dropdown__body { left: 0; right: auto; max-width: 290px }
    .sidebar { padding: 0 60px 70px 20px }
    .sidebar-close { position: absolute; right: 20px; width: 40px }
    .modal { max-width: -webkit-calc(100vw - 30px); max-width: calc(100vw - 30px) }
    .modal-inner-block { padding: 0; margin: 0 -20px }
    .relative-block-inner:first-child { padding-left: 140px; min-height: 292px; background-image: url(/bitrix/templates/source/css/../img/1493_m.png); background-position: 0 0; background-repeat: no-repeat }
    .relative-block-inner:last-child { padding: 0 0 0 15px }
    .relative-block__item { margin-bottom: 20px }
    .relative-block-inner:first-child .relative-block__item { width: 100%; max-width: none }
    .filter-header_table { display: block }
    .filter-header__cell { display: inline-block; width: auto; margin-top: 10px; padding-left: 0 }
    .filter-header__cell:first-child { padding-right: 0 }
    .filter-header__cell:last-child { width: auto }
    .filter-list_columns { -webkit-columns: 2; -moz-columns: 2; columns: 2 }
    .pseudo-select_min .pseudo-select__body { max-width: none; right: 0 }
    .consult-container { background-position: 56% 0; min-height: inherit }
    .consult-container__inner { padding-left: 0; margin-top: 40px; margin-bottom: 20px }
    .input_decor,
    .input_decor:focus { font-size: 24px; width: 282px; max-width: 100% }
    .marketing-col { margin-bottom: 30px }
    .section-info { padding: 40px 0 30px }
    .question-block,
    .question-block__body,
    .question-block__footer { display: block; }
    .question-block__footer { max-width: 320px }
    .warranty-container { text-align: center; padding: 30px 0 10px; }
    .warranty-container .row { display: -ms-flex; display: -webkit-flex; display: flex; flex-wrap: wrap; }
    .warranty-col { display: table; max-width: 320px; width: 100%; text-align: left; clear: left; margin: 0 auto 30px }
    .warranty-col__content,
    .warranty-col__image { display: table-cell; vertical-align: top }
    .warranty-col__image { width: 80px; padding-right: 15px; padding-top: 10px; }
    .warranty-col__title { font-size: 22px; line-height: 22px; }
    .warranty-container .container__title { margin-bottom: 20px }
    .warranty-col__image .svg-icon { margin-bottom: 0; height: 60px }
    .warranty-col__descr { font-size: 16px; line-height: 18px; margin-top: 5px; }
    .consult-container .text_large { font-size: 28px; }
    .consult-container .text_strong { font-size: 50px; }
    .consult-container .input-delimetr,
    .consult-container .btn_lg .btn__txt { font-size: 24px; }
    .marketing-container h3 { font-size: 22px; margin-bottom: 16px;}
    .question-table__cell_descr { font-size: 16px; }
    .news-table-container { padding: 30px 0 30px; }
    .container__subtitle { margin-bottom: 25px; }
    .slider_about .slide__body { text-align: center; }
    .slide__body p { padding: 0 0 25px 0; }
    .section-info .section__title { margin-bottom: 25px; }
    .text-guide .columns_2 { text-align: left; }
    .text-guide .columns_2 p { font-size: 14px; }
    .page-footer h4 { font-size: 16px; }
    .page-footer ul li { font-size: 12px; line-height: 16px; }
    .page-footer ul li + li { margin-top: 5px; }
    .page-footer__bottom { margin-top: 5px; }
    .consult-container__text span:nth-child(1) { float: none; }
    .br-mobile-only { display: block; }
}
@media (max-width:460px) {
    .hidden-460 { display: none !important }
    .visible-460 { display: block }
    .page-footer-row {      /*display: none*/
    display: -ms-flex; display: -webkit-flex; display: flex; justify-content: space-between; flex-wrap: wrap; width: 100%; }
    .page-footer .row { margin: 0; }
    .page-footer__col { width: 49%; }
    .table-content-title { font-size: 16px; line-height: 18px }
    .modal,
    .tabs-table-cell { padding-bottom: 0 }
    .modal { padding-top: 0 }
    .block-item-title { line-height: 22px; margin-bottom: 2px }
    .inner-block__title { padding: 0 40px; text-align: center }
    .modal__text-block { margin-bottom: 0 }
    .social-list__item { margin: 0 4px 12px }
    .row-triple { display: block }
    /*.row-triple__item { display: table; width: 100%; float: none; margin-top: 10px; padding: 0 }*/
    /*.row-triple__item .form__input,
    .row-triple__item .form__label { display: table-cell; vertical-align: middle }
    .row-triple__item .form__label { width: 40%; padding-right: 10px }*/
    .row-triple__item {
        padding: 0 13px;
    }
    .param-auto .form__row.row-triple {
        margin: 0 -20px !important;
    }
    .form__label-abs {
        left: -23px;
    }
    .tabs-block .row-half { margin: 12px -10px }
    .filter-header__cell_count { display: none }
    .filter-list_columns { -webkit-columns: 1; -moz-columns: 1; columns: 1; -webkit-column-gap: 0; -moz-column-gap: 0; column-gap: 0 }
    .news-table { display: block; max-width: 320px; margin-left: auto; margin-right: auto }
    .news-table__main { display: block; width: auto; padding-right: 0 }
    .news-table__content { display: block; padding-top: 10px; font-size: 14px; line-height: 18px }
    .news-image img { min-width: 100% }
    .marketing-col { width: 100% }
}
@media (max-width:592px) {
    .input_decor,
    .input_decor:focus { margin-bottom: 10px; }
}
/*----------------NEW-STYLE-FOR-FILTER(NEW-HEADER)------------*/
.main-form {
    width: 1340px;
    /*padding: 0 20px;*/
    margin: 0 auto;
    min-width: 320px;
    box-sizing: border-box;
}
.tabs-block {}
.form__row:last-child .row-triple__item {
    width: 66.66666666666%;
 }
 .form__row:last-child .row-triple__item + .row-triple__item {
    margin-top: 26px;
    width: 33.333333333%;
    padding: 0px;
 }
.form__season-hidden,
.form__class-hidden,
.form__sale-hidden {
    display: none;
}
.tabs__tab.param .tabs-table-cell:last-child .row-triple__item,
.other-auto .form__row:last-child .row-triple__item {
    width: 100%;
}



.tabs__tab.options .tabs-table-cell:first-of-type {
    width: 33.33333333333%;
}
.tabs__tab.options .tabs-table-cell:last-of-type {
    width: 66.66666666666%;
    padding-left: 0px;
    padding-bottom: 40px;
}
.tabs__tab.options .tabs-table-cell:last-of-type .row-triple__item {
    padding: 0 20px;
    position: relative;
}
.tabs__tab.options .tabs-table-cell:last-of-type .row-triple__item:nth-of-type(1),
.tabs__tab.options .tabs-table-cell:last-of-type .row-triple__item:nth-of-type(2),
.tabs__tab.options .tabs-table-cell:last-of-type .row-triple__item:nth-of-type(3),
.tabs__tab.options .tabs-table-cell:last-of-type .row-triple__item:nth-of-type(6){
    width: 20%;
}
.tabs__tab.options .tabs-table-cell:last-of-type .row-triple__item:nth-of-type(4),
.tabs__tab.options .tabs-table-cell:last-of-type .row-triple__item:nth-of-type(7){
    width: 40%;
}
.tabs__tab.options .tabs-table-cell:last-of-type .row-triple__item:nth-of-type(5){
    width: 60%;
}
.tabs__tab.options .tabs-table-cell:last-of-type .row-triple__item:nth-of-type(1),
.tabs__tab.options .tabs-table-cell:last-of-type .row-triple__item:nth-of-type(2),
.tabs__tab.options .tabs-table-cell:last-of-type .row-triple__item:nth-of-type(3),
.tabs__tab.options .tabs-table-cell:last-of-type .row-triple__item:nth-of-type(4) {
    margin-top: 0px;
}
.tabs__tab.options .tabs-table-cell:last-of-type .row-triple__item:nth-of-type(5),
.tabs__tab.options .tabs-table-cell:last-of-type .row-triple__item:nth-of-type(7){
    margin-top: 15px;
}
.tabs__tab.options .tabs-table-cell:last-of-type .row-triple__item:nth-of-type(6) {
    margin-top: 40px;
    padding: 0px;
}


/* правка после изменения полей на главной странице */
@media (min-width: 1200px) {
    .main-header-in-homepage .tabs__tab.options .tabs-table-cell:last-of-type .row-triple__item:nth-of-type(6) {
        margin-top: 25px;
        padding: 0px;
        margin-bottom: 15px;
    }
}

/*@media (min-width: 1200px) {
    .main-header-in-homepage .tabs__tab.options .tabs-table-cell:last-of-type .row-triple__item:nth-of-type(6) {
        margin-top: 12px;
        padding: 0px;
        width: 250px;
    }
}
*/
@media (max-width: 1339px) {
    .main-form {
        width: 1200px;
    }
    .form__row:last-child .row-triple__item {
        width: 100%;
     }
    .form__row:last-child .row-triple__item + .row-triple__item {
        margin-top: 15px;
        width: 100%;
        padding: 0px 20px;
    }
}

@media (max-width: 1199px) {
    .main-form {
        width: 960px;
    }
    /*.tabs__tab.options .tabs-table-cell:last-of-type .row-triple__item:nth-of-type(1),
    .tabs__tab.options .tabs-table-cell:last-of-type .row-triple__item:nth-of-type(2),
    .tabs__tab.options .tabs-table-cell:last-of-type .row-triple__item:nth-of-type(3) {
        width: 20%;
    }
    .tabs__tab.options .tabs-table-cell:last-of-type .row-triple__item:nth-of-type(4),
    .tabs__tab.options .tabs-table-cell:last-of-type .row-triple__item:nth-of-type(5),
    .tabs__tab.options .tabs-table-cell:last-of-type .row-triple__item:nth-of-type(6),
    .tabs__tab.options .tabs-table-cell:last-of-type .row-triple__item:nth-of-type(7) {
        width: 40%;
    }*/
    /*.tabs__tab.options .tabs-table-cell:last-of-type .row-triple__item:nth-of-type(4) {
        margin-top: 15px;
    }*/
    .tabs__tab.options .tabs-table-cell:last-of-type .row-triple__item:nth-of-type(6) {
        padding: 0 20px;
        margin-top: 28px;
    }
    .tabs__tab.options .tabs-table-cell:last-of-type .row-triple__item:nth-of-type(7) {
        margin-top: 0px;
    }
}

@media (max-width: 959px) {
    .main-form {
        width: 768px;
    }
    .tire-selection-bycar {
        padding-left: 0px;
    }
    .tabs__tab.options .tabs-table-cell:last-of-type {
        width: 100%;
        padding-bottom: 32px;
    }
}

@media (max-width: 767px) {
    .main-form {
        width: 100%;
        padding: 0px;
    }
    .form__season-hidden,
    .form__class-hidden,
    .form__sale-hidden {
        display: block;
    }
    .form__row-hihhen {
        display: none;
    }
    .form__row .row-triple__item:nth-of-type(4),
    .form__row .row-triple__item:nth-of-type(5),
    .form__row .row-triple__item:nth-of-type(6) {
        margin-top: 15px;
    }
    .form__row .row-triple__item:nth-of-type(6) {
        margin-top: 40px;
    }
    .form__row:first-child {
        margin-bottom: 0px;
    }
    .tabs__tab.param .tabs-table-cell:last-child .form__row,
    .tabs__tab.param .tabs-table-cell:last-child .form__row a {
        margin-bottom: 0px !important;
    }
    .tabs__tab.param .tabs-table-cell:last-child {
        padding: 0px 0px 24px 0px;
    }

}
@media (max-width: 639px) {
    .tabs__tab.options .tabs-table-cell:last-of-type .row-triple__item:nth-of-type(1),
    .tabs__tab.options .tabs-table-cell:last-of-type .row-triple__item:nth-of-type(2),
    .tabs__tab.options .tabs-table-cell:last-of-type .row-triple__item:nth-of-type(3) {
        width: 33%;
    }
    .tabs__tab.options .tabs-table-cell:last-of-type .row-triple__item:nth-of-type(4),
    .tabs__tab.options .tabs-table-cell:last-of-type .row-triple__item:nth-of-type(5),
    .tabs__tab.options .tabs-table-cell:last-of-type .row-triple__item:nth-of-type(6),
    .tabs__tab.options .tabs-table-cell:last-of-type .row-triple__item:nth-of-type(7) {
        width: 100%;
    }
    .tabs__tab.options .tabs-table-cell:last-of-type .row-triple__item:nth-of-type(4) {
        margin-top: 15px;
    }
    .tabs__tab.options .tabs-table-cell:last-of-type .row-triple__item:nth-of-type(7) {
        margin-top: 20px;
    }
    .main-submenu .menu-button__title,
    .main-submenu .menu-button__title.help-circle {
        font-size: 16px !important;
    }
    .form__row .row-triple__item:nth-of-type(4),
    .form__row .row-triple__item:nth-of-type(5) {
        width: 50%;
    }
    .form__row .row-triple__item:nth-of-type(6) {
        width: 100%;
        margin-top: 15px;
    }
}
@media (max-width: 519px) {
    .form__row:last-child .row-triple__item {
        width: 100%;
     }
    .form__row:last-child .row-triple__item + .row-triple__item {
        margin-top: 15px;
        width: 100%;
        padding: 0px 20px;
    }
    .main-submenu .menu-button__title,
    .main-submenu .menu-button__title.help-circle {
        padding: 9px 52px !important;
        line-height: 19px !important;
        text-align: center !important;
    }
}
@media (max-width: 460px) {
    .row-triple__item,
    .form__row:last-child .row-triple__item + .row-triple__item {
        padding: 0 13px;
    }
    .tabs__tab.options .tabs-table-cell:last-of-type .row-triple__item,
    .tabs__tab.options .tabs-table-cell:last-of-type .row-triple__item:nth-of-type(6) {
        padding: 0 13px;
    }
}
@media (max-width: 479px) {
    .main-submenu .menu-button__title,
    .main-submenu .menu-button__title.help-circle {
        padding: 9px 40px !important;
    }
    .form__row .row-triple__item:nth-of-type(4),
    .form__row .row-triple__item:nth-of-type(5) {
        width: 100%;
    }
    .tabs__tab.param .tabs-block__body .form__row:first-child {
        margin-bottom: 0px !important;
    }
    .tabs__tab.options .tabs-table-cell:last-of-type .row-triple__item:nth-of-type(4),
    .tabs__tab.options .tabs-table-cell:last-of-type .row-triple__item:nth-of-type(5),
    .tabs__tab.options .tabs-table-cell:last-of-type .row-triple__item:nth-of-type(6),
    .tabs__tab.options .tabs-table-cell:last-of-type .row-triple__item:nth-of-type(7) {
        width: 100%;
    }
    .tabs__tab.options .tabs-table-cell:last-of-type .row-triple__item:nth-of-type(6) {
        margin-top: 15px;
    }
    .tabs__tab.options .tabs-table-cell:last-of-type .row-triple__item:nth-of-type(7) {
        margin-top: 20px;
    }
}
@media (max-width: 419px) {
    .main-submenu .menu-button__title,
    .main-submenu .menu-button__title.help-circle {
        padding: 9px 20px !important;
    }
}
@media (max-width: 369px) {
    .main-submenu .menu-button__title,
    .main-submenu .menu-button__title.help-circle {
        padding: 9px 0px !important;
    }
    .menu-button, .menu-button:focus {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .main-submenu__item:nth-child(3) .menu-button {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}

@media (max-width: 320px) {}
/*----------------NEW-STYLE-FOR-FILTER(NEW-HEADER)------------*/


.no-webp .img_car_tire {
    background-image: url(/bitrix/templates/source/img/car_tire.png);
}
.webp .img_car_tire {
    background-image: url(/bitrix/templates/source/img/car_tire.webp);
}
/* End */


/* Start:/bitrix/components/dev.autoset/slider.home/templates/.default/style.css?1569399095932*/
.home-slider-dots {
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}
.home-slider-dots li {
    display: inline-block;
    width: 24px;
    height: 24px;
    padding: 4px;
    border: none;
    position: relative;
    cursor: pointer;
}
.home-slider-dots li button {
    display: none;
}
.home-slider-dots .slick-active:before {
    opacity: 0.9;
}
.home-slider-dots li:before {
    content: '';
    display: block;
    height: 100%;
    background-color: #fff;
    border-radius: 50%;
    opacity: 0.5;
}
.a-slide a {
    width: 100%;
    height: 100%;
    position: absolute;
}
@media (min-width:767px) {
    .main-header-in-homepage {
        position: absolute;
    }
}

/* End */


/* Start:/bitrix/components/dev.autoset/main.marketing_all_page/templates/.default/style.css?15849613291784*/
.table,
.warranty-col__image {
    display: table;
    width: 100%
}

.table-cell,
.warranty-col__image .img-box {
    display: table-cell;
    vertical-align: middle
}

.warranty-container {
    padding: 56px 0 10px
}

.warranty-col {
    text-align: center;
    margin-bottom: 32px
}

.warranty-col__image {
    height: 80px
}



.warranty-col__descr {
    font-size: 16px;
    line-height: 22px
}

.warranty-container .container__title {
    margin-bottom: 50px
}

.warranty-container .warranty-col__image svg {
    min-width: 70px;
}

.warranty-col__image .svg-icon {
    color: #e2001a;
    height: 80px;
    width: 90px;
    margin-bottom: 20px
}

.no-touch .warranty-col:hover .svg-icon {
    color: #ff2c2c
}

.warranty-container .warranty-col__title{
    margin: 5px 0 0;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
}

.section-warranty {
	background: white;
	width: 100%;
}

.section-warranty * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.section-warranty a:hover {
	color: #666;
}

@media (max-width: 767px) and (min-width: 640px) {
	.warranty-container .br-mobile-only {
		display: none;
	}
	.warranty-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	.warranty-wrap.row:before,
	.warranty-wrap.row:after {
		display: none;
	}
	.warranty-wrap .warranty-col {
		display: block;
		max-width: 100%;
		width: 50%;
	}
	.warranty-wrap .warranty-col__image,
	.warranty-wrap .warranty-col__content {
		display: block;
		padding: 0;
		margin: 0 auto;
		text-align: center;
	}
}
/* End */


/* Start:/bitrix/components/dev.autoset/request.call.back/templates/call.back.adapt/style.css?15747761862656*/
.consult-container * {
    box-sizing: border-box;
}

.consult-container {
    min-height: 410px;
    background-size: cover;
    color: #fff;
    background-repeat: no-repeat;
    background-position: 40% 0;
    text-shadow: rgba(0, 0, 0, .25) 5px 5px 22px
}

.consult-container__inner {
    margin-top: 92px;
    padding-left: 40px
}

.consult-container .text_large {
    display: block;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 10px;
    font-weight: 700
}

.consult-container .text_strong {
    display: block;
    font-size: 54px;
    line-height: 52px;
    margin-bottom: 10px;
    font-weight: 700
}

.consult-container .text_medium {
    display: block;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
    font-weight: 700
}

.consult-container .form__label-txt {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 5px
}

.input_decor, .input_decor:focus {
    vertical-align: middle;
    height: 54px;
    line-height: 54px;
    width: 310px;
    max-width: 100%;
    background-color: rgba(0, 0, 0, .5);
    border: 1px solid rgba(255, 255, 255, .5);
    -webkit-border-radius: 11px;
    border-radius: 11px;
    font-size: 30px;
    padding: 0 12px
}

.input_decor:hover {
    border: 1px solid rgba(255, 255, 255, .5)
}

.input-delimetr {
    display: inline-block;
    white-space: nowrap;
    vertical-align: middle;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 0 10px
}

.consult-container .btn_lg {
    margin-left: 5px;
    -webkit-border-radius: 10px;
    border-radius: 10px
}

.consult-container .input_decor {
    height: 60px;
}

.consult-container .mask-decor {
    font-size: 30px;
    line-height: 60px
}

.response_message {
    padding: 10px;
    font-size: 28px;
    background-color: rgba(0, 128, 0, 0.45);
    width: 300px;
    margin-top: 7px;
}

.response_message_error {
    padding: 10px;
    font-size: 20px;
    background-color: rgba(187, 7, 7, 0.64);
    width: 300px;
    margin-top: 7px;
}

@media (max-width:767px) {
    .consult-container {
        background-position: 56% 0;
        min-height: inherit
    }

    .consult-container__inner {
        padding-left: 0;
        margin-top: 40px;
        margin-bottom: 20px
    }

    .input_decor, .input_decor:focus {
        margin-bottom: 10px;
        font-size: 24px;
        width: 282px;
        max-width: 100%;
    }

}

.consult-container .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}


/* End */


/* Start:/bitrix/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?15253596111133*/
.nav-page-block{
  padding: 20px 0px;
  text-align: center;
  position: relative;
  background-color: #fff;
}
.nav-page-block .nav-page-block__link,
.nav-page-block span.nav-page-block__link-dots{
    font-size: 22px;
    font-weight: bold;
    color: #4c4c4c;
    display: inline-block;
    vertical-align: center;
    position: relative;
    margin-left: 20px;
}
.nav-page-block .nav-page-block__link svg{
    width: 15px;
    height: 15px;
    color: #4c4c4c;
}
.nav-page-block .nav-page-block__link svg:hover{
    color: #e2001a;
}
.nav-page-block .nav-page-block__link:hover{
  color: #e2001a;
  cursor: pointer;
}
.nav-page-block .nav-page-block__link + .nav-page-block__link{
      margin-left: 20px;
}
.nav-page-block span.nav-page-block__link-active{
  color: #e2001a;
}

.nav-page-block span.nav-page-block__link-dots{
    top: -5px;
}

@media (max-width: 991px) { 
  .nav-page-block .nav-page-block__link, .nav-page-block span.nav-page-block__link-dots {
      font-size: 20px;
  }
}
@media (max-width: 767px) {}
@media (max-width: 479px) {}
@media (max-width: 320px) {}



/* End */


/* Start:/bitrix/templates/autoset_2017/components/bitrix/news.list/main_news_2017_1/style.css?15052538791*/
 
/* End */


/* Start:/bitrix/templates/autoset_2017/components/bitrix/news.list/main_news.company/style.css?15668934871551*/
.news-table,
.table {
    display: table;
    width: 100%
}

.news-table__content,
.news-table__main,
.table-cell {
    display: table-cell;
    vertical-align: middle
}

.news-table-container {
    padding: 32px 0 60px
}

.news-table {
    table-layout: fixed;
    margin-top: 28px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.news-table:first-child {
    margin-top: 0
}

.news-table__main {
    vertical-align: top;
    width: 220px;
    padding-right: 20px;
    font-weight: 700
}

.news-date__month {
    color: #4d4d4d;
    font-size: 16px
}

.news-date__day {
    display: inline-block;
    margin-right: 5px;
    width: 50px;
    height: 26px;
    text-align: center;
    padding: 3px 0;
    color: #fff;
    background: #4d4d4d
}

.news-table__content {
    vertical-align: top;
    padding-top: 20px;
    font-size: 14px;
    line-height: 18px
}

.table-content-title {
    display: block;
    font-size: 16px;
    color: #666;
    font-weight: 700
}

.news-table_holiday .news-date__month,
.news-table_holiday .table-content-title {
    color: #e2001a
}

.news-table_holiday .news-date__day {
    background: #e2001a
}

.no-touch .news-table_holiday:hover .news-date__day {
    background: #ff2c2c
}

.no-touch .news-table_holiday:hover .news-date__month,
.no-touch .news-table_holiday:hover .table-content-title {
    color: #ff2c2c
}
.news-table__btn {
	margin: 24px auto 0;
    width: 180px;
    height: auto;
    font-size: 13px;
    line-height: 30px;
    font-weight: 500;
    border-radius: 4px;
}
/* End */
/* /bitrix/templates/autoset_2017/components/bitrix/catalog.filter/filter_cars_tires_updated_main/style.css?15743401203617 */
/* /bitrix/templates/source/css/form.css?157434012029672 */
/* /bitrix/components/dev.autoset/slider.home/templates/.default/style.css?1569399095932 */
/* /bitrix/components/dev.autoset/main.marketing_all_page/templates/.default/style.css?15849613291784 */
/* /bitrix/components/dev.autoset/request.call.back/templates/call.back.adapt/style.css?15747761862656 */
/* /bitrix/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?15253596111133 */
/* /bitrix/templates/autoset_2017/components/bitrix/news.list/main_news_2017_1/style.css?15052538791 */
/* /bitrix/templates/autoset_2017/components/bitrix/news.list/main_news.company/style.css?15668934871551 */
