@charset "UTF-8";
/*
@font-face {
  font-family: 'Exo 2';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/exo2/v26/7cH3v4okm5zmbtYtMeA0FKq0Jjg2drF0feC5hpo.ttf) format('truetype');
}
@font-face {
  font-family: 'Exo 2';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/exo2/v26/7cH3v4okm5zmbtYtMeA0FKq0Jjg2drGTeuC5hpo.ttf) format('truetype');
}
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/exo2/v26/7cH1v4okm5zmbvwkAx_sfcEuiD8jvvKsPdC6.ttf) format('truetype');
}
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/exo2/v26/7cH1v4okm5zmbvwkAx_sfcEuiD8jWfWsPdC6.ttf) format('truetype');
}

*/

@font-face {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 400;
    src: local('Exo 2'), local('Exo2-Regular'), url(/assets/f6d5f8f8/styles/../fonts/exo2woff/exo-2-regular.woff) format('woff');
}
@font-face {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 700;
    src: local('Exo 2 Bold'), local('Exo2-Bold'), url(/assets/f6d5f8f8/styles/../fonts/exo2woff/exo-2-bold.woff) format('woff');
}
@font-face {
    font-family: 'Exo 2';
    font-style: italic;
    font-weight: 400;
    src: local('Exo 2 Italic'), local('Exo2-Italic'), url(/assets/f6d5f8f8/styles/../fonts/exo2woff/exo-2-italic.woff) format('woff');
}
@font-face {
    font-family: 'Exo 2';
    font-style: italic;
    font-weight: 700;
    src: local('Exo 2 Bold Italic'), local('Exo2-BoldItalic'), url(/assets/f6d5f8f8/styles/../fonts/exo2woff/exo-2-bolditalic.woff) format('woff');
}
@font-face {
    font-family: 'PT Sans Ruble';
    src: url(/assets/f6d5f8f8/styles/../fonts/pt-sans-ruble-400.woff) format('woff');
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: 'PT Sans Ruble';
    src: url(/assets/f6d5f8f8/styles/../fonts/pt-sans-ruble-700.woff) format('woff');
    font-style: normal;
    font-weight: 700
}
@font-face {
    font-family: 'FordAntennaCond-Bold';
    src: url(/assets/f6d5f8f8/styles/../fonts/FordAntennaCond-Bold.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FordAntennaCond-Regular';
    src: url(/assets/f6d5f8f8/styles/../fonts/FordAntennaCond-Regular.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FordAntennaCond-Light';
    src: url(/assets/f6d5f8f8/styles/../fonts/FordAntennaCond-Light.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}



* {
    margin: 0;
    padding: 0;
    /* font: inherit; */

    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}
::selection {
    background-color: #A626AA;
    color: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}
audio:not([controls]) {
    display: none;
    height: 0
}
[hidden],
template {
    display: none
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    -webkit-focus-ring-color: rgba(255, 255, 255, 0);
    cursor: default
}
body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}
a {
    background: 0 0
}
:active,
:focus {    outline: 0;
    /* overflow: hidden; */
}
hr {
    box-sizing: content-box;
    height: 0
}
ol,
ul {
    list-style: none
}
pre {
    -moz-tab-size: 4;
    tab-size: 4;
    white-space: pre-wrap
}
q {
    quotes: '\201C' '\201D' '\2018' '\2019'
}
img {
    border: 0
}
svg:not(:root) {
    overflow: hidden
}
button,
input {
    line-height: normal
}
button,
select {
    text-transform: none
}
button {
    overflow: visible
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}
button[disabled],
html input[disabled] {
    cursor: default
}
input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}
input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}
textarea {
    overflow: auto;
    vertical-align: top
}
button,
input,
select[multiple],
textarea {
    background-image: none
}
input,
select,
textarea {
    border-radius: 0;
    box-shadow: none
}
input,
textarea {
    resize: none;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text
}
[placeholder]:focus::-webkit-input-placeholder {
    color: transparent
}
[placeholder]:focus::-moz-placeholder {
    color: transparent
}
[placeholder]:focus:-ms-input-placeholder {
    color: transparent
}
[placeholder]:focus::placeholder {
    color: transparent
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
body {
    min-width: 1295px;
    color: #757575;
    font-family: 'Exo 2', Tahoma, sans-serif;
    font-size: 14px;
    line-height: 20px;
}
a {
    color: inherit;
    text-decoration: none
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.hero__content,
.wysiwyg blockquote::before,
.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
    font-family: 'Exo 2', Tahoma, sans-serif;
    font-weight: 700;
    color: #262324
}
.h1,
.wysiwyg h1 {
    font-size: 28px;
    line-height: 40px
}
.h2,
.wysiwyg h2 {
    font-size: 26px;
    line-height: 40px
}
.h3,
.wysiwyg blockquote::before,
.wysiwyg h3 {
    font-size: 20px;
    line-height: 30px;
}
.h4,
.wysiwyg h4 {
    font-size: 16px;
    line-height: 20px
}
.h5,
.hero__content,
.wysiwyg h5 {
    font-size: 14px
}
.h4_regular,
.h_upcase {
    text-transform: uppercase
}
.h4_regular {
    float: right;
    padding-left: 5px;
}
.ol {
    counter-reset: section;
    list-style-type: none
}
.ol__item {
    padding-bottom: 10px;
    padding-right: 20px;
    line-height: 40px
}
.ol__item::before {
    float: left;
    display: block;
    width: 34px;
    height: 34px;
    border: 3px solid #ebebeb;
    content: ''
}
.ol__item::after {
    position: relative;
    margin-left: -25px;
    margin-right: 40px;
    float: left;
    font-size: 20px;
    line-height: 40px;
    font-weight: 700;
    color: #262324;
    counter-increment: section;
    content: counters(section, '.')
}
.icon_align_middle {
    vertical-align: middle;
    /* width: 49px; */
    /* height: 100%; */
    /* width: 39px; */
    /* height: 37px; */

    position: relative;
    top: 0;
}
.icon_dot-arrow-icon-down {
    width: 20px;
    height: 20px;
    /* margin-top: 10px; */
}
.icon_menu-account {
    width: 31px;
    height: 19px
}
.icon_menu-burger {
    width: 13px !important;
    /* height: 12px !important; */
}
.icon_menu-cart {
    width: 29px;
    height: 23px
}
.icon_menu-compare {
    width: 25px;
    height: 18px
}
.icon_menu-history {
    width: 27px;
    height: 19px
}
.icon_menu-mail {
    width: 40px;
    height: 20px
}
.icon_menu-support {
    width: 30px;
    height: 20px
}
.icon_menu-timetable {
    width: 35px;
    height: 35px !important;
}
.icon_menu-your-car {
    width: 40px !important;
    height: 40px !important;
}
.checkbox {
    display: none
}
.checkbox+label {
    /* display: inline-block; */
    /* display: block; */
    display: flex;
    /* padding-left: 23px; */
    font-family: 'Exo 2', Tahoma, sans-serif;
    cursor: pointer;
    color: #262324;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* border: 1px solid; */
    /* background: #fff; */
    align-items: center;
    position: relative;
    /* line-height: inherit; */
}
[id*="chk-f-season-"]+label,
.breadcrumbs__link [href*="f-season-"]{
    text-transform:capitalize;
}
.checkbox+label:before,
.label-modal_disposable:before {
    /* display: inline-block; */
    height: 18px;
    width: 18px;
    /* margin-left: -23px; */
    margin-right: .32em;
    /* background-image: url(/assets/f6d5f8f8/styles/../images/checkbox.png); */
    /* background-size: 36px 90px; */
    /* vertical-align: -4px; */
    content: '';
    /* border: 1px solid darkgray; */
    box-shadow: 0 0 0 1px darkgray;
    background: #fff;
    /* position: relative; */
    /* padding-right: 8px; */
}
.label-modal_disposable {
    cursor: pointer;
    float: left;
    position: relative;
    left: 30px;
    top: 10px;
    display: block;
}
.label-modal_disposable:after {
    position: absolute;
    left: -20px;
    top: 4px;
}
.checkbox+label:after,
.label-modal_disposable:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    /* display: inline-block; */
    width: 9px;
    height: 5px;
    background: transparent;
    top: 5px;
    left: 3px;
    border: 3px solid #000;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    /*     margin-top: -1px; */
    /*     margin-left:3px; */

}
.login_checkbox+label{
    /* position:relative; */
    margin-left:2px;
    margin-top:8px;
}
.login_checkbox+label:after{
    /* left:3px; */
    /* top:4px; */
    /* position:absolute; */
    /*        transition:all .15s ease-in-out; */
}
.login_checkbox+label:before{
    box-shadow:0 0 0 2px darkgray;
    margin-right:12px;
    margin-bottom:1px;
}
.login_checkbox:checked+label:before{
    box-shadow:0 0 0 2px #A626AA
}
.login_checkbox:checked+label:after{
    opacity:1;
}
.login_checkbox:checked:hover+label:after{
    opacity:1;
}
.b-order .checkbox+label:after {
    /* position: absolute; */
    /* left: 3px; */
    /* margin-top: 4px; */
}
.b-order .checkbox+label:before {
    margin-right: 10px;
}
.b-order__legal-trigger:checked~.checkbox__label:after,
.b-order__disposable-trigger:checked~.checkbox__label:after,
.b-order__disposable-trigger:checked~.modal .label-modal_disposable:after {
    opacity: 1;
}
.b-order__legal-trigger:checked~.checkbox__label:before,
.b-order__disposable-trigger:checked~.checkbox__label:before,
.b-order__disposable-trigger:checked~ .modal .label-modal_disposable:before {
    box-shadow: 0 0 0 2px #A626AA;
    display: inline-block;
}
.checkbox:disabled+label:after {
    cursor: default;
    color: #757575;
    border: none;
    -webkit-transform: rotate(0deg);
    width: inherit;
    height: inherit;
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(-0deg);
    content:
            '\2715';
    font-weight: 100;
    font-size: 1.2em;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    opacity: .5;
    top:-.05em;
    /*     margin-left:2px; */
    left: .13em;
    /* position: relative; */
}
.wf-body__input .checkbox:disabled+label:after {
    /* left: -1px; */
    /* top: 1px; */
    font-size: 1.2em;
    /* line-height: 1em; */
}
.aside-filter-row__col input[type=checkbox]:checked + label:after,
.wf-body__input input[type=checkbox]:checked + label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
.aside-filter-row__col input[type=checkbox]:disabled + label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    /* opacity: 0.5; */
    /*   width: 0px; */
    /*   height: 0px; */
    /*   background: transparent; */
    /* top: 0px; */
    /*   left: 0px; */
    /* content: '\2715'; */
    /* display: inline-block; */
    /* font-size: 1.2em; */
    /* line-height: 1em; */
    /* border: none; */
    /* -webkit-transform: rotate(0deg); */
    /*     -moz-transform: rotate(0deg); */
    /*     -o-transform: rotate(0deg); */
    /*     -ms-transform: rotate(0deg); */
    /* transform: rotate(0deg); */
    /* margin-left: -1px; */
    /* margin-top: 2px; */
}
.about__contacts {
    width: 320px;
    margin: 0 auto;
    display: block;
    margin-top: 25px;
}
.about-brand__list-frame {
    display: block;
    font-weight: 700;
}
.about-brand__list {
    display: inline-block;
    width: 30%;
}
.about-brand__list li {
    margin-left: 10px;
    padding: 2.5px 10px;
}
.about-brand__list li a {
    text-decoration: none;
}
.about-brand__list_2-frame {
    /* text-align:center; */

    margin-bottom: -15px;
}
.about-brand__list_2 {
    margin: 15px 0;
}
.about-brand__list_2-item {
    display: inline-block;
    margin-top: 5px;
    width: 19%;
    /* border: 1px solid indigo; */

    height: 55px;
}
.about-brand__list_2-link {} .about-brand__list_2-content {
                                 text-align: center;
                                 position: relative;
                                 display: block;
                                 width: 100%;
                             }
.about-brand__list_2-imgbox {
    object-fit: contain;
    position: relative;
    display: block;
    /*   height:60px; */
    /*      width: 110px; */
    padding: 0 10px;
}
.about-brand__list_2-frame .about-brand__list_2-img {
    margin: 0;
    object-fit: contain;
    position: absolute;
    display: block;
    /*     border:1px solid; */

    height: 35px;
    width: 90%;
    margin-bottom: 0px;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    transition: all .15s ease-in-out;
}
.about-brand__list_2-namebox {
    opacity: 0;
    position: absolute;
    display: block;
    /* border:1px solid; */
    width: 100%;
    height: 0;
    /* margin: 0 auto; */
    /* text-align: center; */
    margin-top: 40px;
    /*     padding: 5px 0; */
    background-color: hsla(0, 0%, 20%, 0.9);
    transition: all .15s ease-in-out;
    left: 4px;
}
.about-brand__list_2-namebox:before {
    position: absolute;
    top: 0;
    margin-top: -4px;
    left: 50%;
    margin-left: -16px;
    width: 0;
    border-bottom: 4px solid #000;
    border-bottom: 4px solid hsla(0, 0%, 20%, 0.9);
    border-right: 16px solid transparent;
    border-left: 16px solid transparent;
    content: " ";
    font-size: 0;
    line-height: 0;
}
.about-brand__list_2-frame .about-brand__list_2-name {
    margin: 0;
    color: #ebebeb;
    font-size: 0.92em;
    text-transform: capitalize;
}
.wf-body__input .checkbox+label:after {
    /* margin: 0px 0px 4px -79px; */
    /* position: relative; */
    /* right: 50px; */
}
.checkbox__row .wf-body__input .checkbox+label:after{
    /* margin: 0px 0px 3px -69px; */
}
.checkbox__row .wf-body__input.studded_block .checkbox+label:after{
    /* margin: 0px 0px 3px -49px; */
}

.aside-filter-row__col .checkbox+label:after {
    /* margin-left:-92px; */
    /* position: absolute; */
    /* left: 13px; */
    /* margin-top: -1px; */
}
.checkbox:not(:disabled):checked+label:before {
    /* background-position: -18px 0 */
}
.checkbox:not(:disabled):checked:active+label:before {
    background-position: -18px -36px
}
.checkbox:disabled {
    cursor: default
}
.checkbox:disabled+label {
    cursor: default;
    color: #757575;
    pointer-events: none;
}
.aside-filter .aside-filter__block:nth-child(4) .aside-filter-row .checkbox:disabled+label {
    /* display:none;*/
}
.aside-filter-row .checkbox+label {
    /* padding-bottom:7px; */
}
.checkbox:disabled+label:before {
    /* background-position: 0 -54px */
}
.checkbox:disabled:checked+label:before {
    background-position: -18px -54px
}
.checkbox_unavailable:disabled {
    cursor: default
}
.checkbox_unavailable:disabled+label:before {
    /* background-position: 0 -72px */
}
.checkbox_unavailable:disabled:checked+label:before {
    background-position: -18px -72px
}
.select2 {
    display: inline-block;
    height: 40px;
    position: relative;
    width: 100%
}
.select2-container {
    width: 100%
}
.select2-container+select {
    display: block;
    margin: -21px 12px 0 0;
    visibility: hidden;
    height: 20px;
    z-index: -1
}
.select2-container .select2-choice {
    height: 40px;
    padding: 7px 8px;
    border: 1px solid #999;
    color: #272727;
    border-radius: 0;
    background-color: #fff;
    background-image: none
}
.select2-dropdown-open .select2-choice {
    /*border: 2px solid #FFD216;*/

    border: 2px solid #A626AA;
    border-bottom: none;
    padding: 6px 7px
}
.select2-dropdown-open.select2-drop-above .select2-choices {
    /*border: 2px solid #FFD216;*/

    border: 2px solid #A626AA;
    border-top: none
}
.select2-container.select2-drop-above .select2-choice {
    /*border: 2px solid #FFD216;*/

    border: 2px solid #A626AA;
    border-radius: 0
}
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
    background-image: none
}
.select2-drop,
.select2-drop.select2-drop-above {
    box-shadow: none
}
.select2-drop-active {
    /* border: 2px solid #FFD216; */

    border: 2px solid #A626AA;
    border-top: none
}
.select2-drop.select2-drop-above.select2-drop-active {
    /* border-top: 2px solid #FFD216;*/

    border-top: 2px solid #A626AA;
}
.select2-container .select2-choice .select2-arrow {
    width: 21px;
    border-left: none;
    border-radius: 0;
    background-image: none;
    background-color: #fff
}
.select2-container .select2-choice .select2-arrow b {
    background-position: 3px 17px;
    background-image: url(/assets/f6d5f8f8/styles/../images/svg/select-arrow.svg);
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices,
.select2-dropdown-open .select2-choice,
.select2-search input {
    box-shadow: none;
}
.select2-dropdown-open .select2-choice .select2-arrow b {
    /*background-position: -96px 16px;*/

    background-position: 4px 16px;
}
.select2-results {
    padding: 0;
    margin: -3px 0 0;
    font-weight: 700;
    max-height: 270px;
}
.select2-results .select2-result-label {
    padding: 2px 7px 2px;
}
.select2-results .select2-highlighted {
    /* background: #FFD216;*/

    background: #A626AA;
    color: #fff;
}
.select2-container-multi .select2-choices .select2-search-choice,
.select2-container-multi.select2-container-active .select2-choices {
    box-shadow: none
}
.select2-drop.select2-drop-above {
    border-radius: 0
}
.select2-drop.select2-drop-above .select2-results {
    margin-top: 0
}
.select2-container .select2-choice .select2-chosen {
    margin-right: 10px
}
.jspContainer {
    overflow-y: hidden;
    overflow-x: visible;
    position: relative;
}
.jspPane {
    position: absolute
}
.jspVerticalBar {
    position: absolute;
    top: 0;
    right: 0;
    width: 14px;
    height: 100%
}
.jspHorizontalBar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
    background: red
}
.jspCap {
    display: none
}
.jspHorizontalBar .jspCap {
    float: left
}
.jspTrack {
    background: #ebebeb;
    position: relative;
    border-radius: 7px
}
.jspDrag {
    background: #616161;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
    border-radius: 7px
}
.jspLight .jspTrack {
    background: #616161
}
.jspLight .jspDrag {
    background: #ebebeb
}
.jspHorizontalBar .jspDrag,
.jspHorizontalBar .jspTrack {
    float: left;
    height: 100%
}
.jspArrow {
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer
}
.jspArrow.jspDisabled {
    cursor: default;
    background: #80808d
}
.jspVerticalBar .jspArrow {
    height: 16px
}
.jspHorizontalBar .jspArrow {
    width: 16px;
    float: left;
    height: 100%
}
.jspVerticalBar .jspArrow:focus {
    outline: 0
}
.jspCorner {
    background: #eeeef4;
    float: left;
    height: 100%
}
.aHmuCnaM {
    display: none;
}
.about_contacts-list {
    padding-left: 20px;
    line-height: 2.5em;
}
.about_contacts-item {
    list-style: none;
}
.about_contacts-item a {
    color: #0b89ff;
    transition: color .15s linear;
}
.about_contacts-item span {
    font-weight: bold;
}
.about_contacts-item a span {
    font-weight: bold;
    color: #757575;
}
.about-contacts__social {
    padding: 0px;
    margin: 0;
    margin-top: -15px;
    position: relative;
    display: inline-block;
}
.about-contacts-btn_social {
    list-style: none;
    display: inline-block;
    padding: 0px;
    margin: 0 0px;
    background-color: #A626AA;
    /*     width:40px;  */
    /*     height:40px; */
    /*     box-shadow: 0 0 0 1px #A626AA; */
    position: relative;
    vertical-align: middle;
    margin-bottom: 5px;
    transition: all .15s linear;
}
.about-contacts-btn-svg_social {
    padding: 0px;
    margin: 0;
    display: block;
    width: 40px;
    height: 40px;
    fill: #fff;
    box-shadow: inset 0 0 0 2px #fff;
}
.about-contacts-btn_social:nth-child(1) .about-contacts-btn-svg_social {
    width: 42px;
    height: 42px;
}
.about-contacts-btn_social:nth-child(2) .about-contacts-btn-svg_social {
    width: 29px;
    height: 29px;
}
.about-contacts-btn_social:nth-child(3) .about-contacts-btn-svg_social {
    width: 30px;
    height: 30px;
}
.about-contacts-btn_social:nth-child(4) .about-contacts-btn-svg_social {
    width: 40px;
    height: 40px;
}
.about-contacts-btn_social:nth-child(5) .about-contacts-btn-svg_social {
    width: 30px;
    height: 30px;
}
/* .about-contacts-btn_social:nth-child(1){margin-top:6px;} */
/* .about-contacts-btn_social:nth-child(2){margin-left:-1px;} */

.about-contacts-btn_social:nth-child(3) {
    margin-left: -7px;
}
/* .about-contacts-btn_social:nth-child(4){margin-top:14px;} */
/* .about-contacts-btn_social:nth-child(5){margin-top:4px;} */

.add-car {
    position: relative;
    height: 150px;
    /*overflow: hidden;*/
    /* border-radius: 5px; */

    background-color: #757575;
    /* background-color: rgba(150, 150, 150, 0.8); */

    background-color: rgba(100, 100, 100, 0.9);
    /* opacity: 0.97; */
    /* border: 3px solid #fff; */

    text-align: center;
    color: #fff;
    cursor: pointer;
}
.add-car_active {
    /*border-color: #FFD216;*/

    border-color: #A626AA;
    border-radius: 0;
    cursor: default;
}
.add-car__bg {
    width: 100%;
    /* margin-left: 175px; */

    opacity: .3;
    /* color: #fff; */

    fill: #fff;
    margin: 7px 0px 0px 15px;
    padding: 0;
    text-align: center;
}
.add-car__bg use {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
}
.add-car__content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.add-car__content_active {
    padding-top: 14px;
    padding-right: 26px;
    padding-left: 26px;
    text-align: left;
}
.add-car__label {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -10px;
    display: block;
    font-family: 'Exo 2', Tahoma, sans-serif;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.add-car__model {
    overflow: hidden;
    height: 20px;
    font-weight: 700;
}
.add-car__year {
    margin-top: 9px;
}
.add-car__year-value {
    overflow: hidden;
    height: 20px;
}
.add-car__modification {
    margin-top: 9px;
}
.add-car__mod-value {
    overflow: hidden;
    height: 20px;
}
.advantages {
    padding: 20px 30px;
    font-family: 'Exo 2', Tahoma, sans-serif;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}
.advantages__content {
    display: block;
    height: inherit;
    color: #262324;
    font-family: 'Exo 2', Tahoma, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 20px;
    background: url(/assets/f6d5f8f8/styles/../images/advantages_bg.jpg) top center no-repeat #ebebeb;
    background-clip: border-box;
    background-origin: border-box;
    /* overflow: hidden; */
    /* z-index: -1; */
    /* height: 382px; */

    max-height: 417px;
    background-size: cover;
}
.advantages-brands {
    background: url(/assets/f6d5f8f8/styles/../images/brands-bg.jpg) top center no-repeat #ebebeb;
    background-size: cover;
    height: 417px;
    margin: 0;
    padding: 0;
    top: 0;
}
.advantages-guard {
    background: url(/assets/f6d5f8f8/styles/../images/content/guard.jpg) top center no-repeat #ebebeb;
    background-size: cover;
    height: 417px;
    margin: 0;
    padding: 0;
    top: 0;
}
.advantages-delivery {
    background: url(/assets/f6d5f8f8/styles/../images/content/delivery-slide.jpg) top center no-repeat #ebebeb;
    background-size: cover;
    height: 417px;
    margin: 0;
    padding: 0;
    top: 0;
}
.advantages__content .advantages__title span {
    font-size: 1.25em;
}
.advantages_standalone .advantages__content {
    height: 392px;
    padding-top: 25px;
    text-align: center;
    padding-left: 15px;
}
.advantages_standalone .advantages__content .advantages__title {
    padding-left: 20px;
}
.advantages__slider {
    /* background: url(/assets/f6d5f8f8/styles/../images/advantages_bg.jpg) top center no-repeat #ebebeb; */
    /* background-clip: border-box; */
}
.advantages__title {
    text-align: center;
    margin-top: 15px;
    /* margin-bottom: 63px; */

    padding-top: 10px;
    font-size: 20px;
    color: #A626AA;
    /* background: url(/assets/f6d5f8f8/styles/../images/advantages_bg.jpg) top center no-repeat #ebebeb; */
    /* background-clip: content-box; */
    /* display: none; */
}
.advantages__block {
    position: relative;
    display: block;
    margin-bottom: 45.5px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 142px;
    margin-top: 33px;
    /* border: 1px solid; */
}
.advantages__block_cards {
    /* margin-bottom: 39px; */
}
.advantages__block_wheels {
    margin-bottom: 50px;
}
.advantages__img {
    position: absolute;
    /* border: 1px solid; */
}
.advantages__img_deliver {
    background-image: url(/assets/f6d5f8f8/styles/../images/sprite.png);
    background-position: -598px -542px;
    width: 130px;
    height: 64px;
    top: -10px;
    left: 7px;
}
.advantages__img_cards {
    background-image: url(/assets/f6d5f8f8/styles/../images/sprite.png);
    background-position: -484px -302px;
    width: 105px;
    height: 54px;
    top: -7px;
    left: 21px;
}
.advantages__img_wheels {
    background-image: url(/assets/f6d5f8f8/styles/../images/sprite.png);
    background-position: -470px -554px;
    width: 126px;
    height: 48px;
    top: -5px;
    left: 11px;
}
.advantages__img_guarantee {
    background-image: url(/assets/f6d5f8f8/styles/../images/sprite.png);
    background-position: -314px -464px;
    width: 117px;
    height: 77px;
    top: -19px;
    left: 11px;
}
.advantages__caption {
    font-size: 14px;
    color: #272727;
    margin-right: 15px;
}
.advantages_standalone .advantages__title {
    padding-top: 0;
    margin-top: 0;
    margin-right: 36px;
    margin-bottom: 43px;
    color: #262324;
}
.advantages_standalone .advantages__block {
    margin-bottom: 36px;
}
.advantages__text {
    width: 90%;
    margin: 0 auto;
    margin-top: 10px;
    text-align:center;
}
.advantages__text p {
    padding: 8px 0;
    font-size: 0.85em;
    /*width: 97%;*/
}
.advantages__image {
    width: 85%;
    margin: 0 auto;
    text-align: center;
    margin-top: 25px;
}
.advantages-delivery .advantages__image {
    margin-top: 75px;
}
.advantages__image > img {
    display: block;
    width: 60%;
    margin: 0 auto;
    margin-top: -5px;
}
.advantages__image ul {
    padding: 0;
}
.advimg__item {
    width: 30%;
    height: 30px;
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 5px auto;
}
.advimg__item img {
    padding: 0;
    margin: 0 auto;
    width: 95%;
    object-fit: contain;
}
.advantages__bottom-imgs {
    display: block;
    /*   border: 1px solid black; */
    width: 90%;
    /* height: 55px; */
    position: relative;
    margin: 0 auto;
    min-height: 1px;
    margin-top: 5px;
    /* margin-left: -1em; */
    text-align: center;
}
.bottom-imgs_item {
    display: inline-block;
    width: 20%;
    position: relative;
    height: 100%;
    /*     border: 1px solid black; */
}
.adv-bottom-svg {
    display: block;
    width: 100%;
    position: relative;
    height: 50px;
    /*   border:1px solid black; */
}
.adv-bottom-svg_qiwi {
    text-align: center;
    margin: 0 auto;
    top: 0px;
    left: 15%;
}
.article-item {
    /* padding-top: 28px; */
    /* padding-bottom: 28px; */
    /* border-top: 3px solid #ebebeb; */

    overflow: hidden;
}
.article-item__link {
    display: block;
    height: 180px;
}
.article-item__link img {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    margin: 0 auto;
}
.article-item__link,
.article-item__link p,
.article-item__link h4,
.article-item__link img {
    transition: all .2s ease-in-out;
    /* overflow: hidden; */
}
.all-modifications__btn {
    /* width: 50%; */

    margin: 0 auto;
    position: relative;
    display: block;
    /* float: left; */
    /* right: 0; */

    width: 100%;
    height: 100%;
    min-height: 38px;
    margin-top: 10px;
    margin-bottom: -15px;
}
.all-modifications__btn a {
    width: 220px;
    right: 0;
    /* float: right; */

    position: absolute;
    text-transform: none;
    display: block;
    color: #0b89ff;
}
.grid-news .article-item__link {
    overflow: hidden;
    /*     display:none; */
}
.grid-news .article-item__link p {
    padding-top: 0px;
    line-height: 1.5em;
}
.grid-news .article-item__link img {
    float: left;
}
.article-item__link .grid-module-9 {
    padding-left: 25px;
}
.article-item__link .grid-module-3 {
    min-width: 310px;
    /*     border: 1px solid; */
    text-align: center;
    /* padding: 0; */

    height: 180px;
}
.info-articles__item {
    /* margin: 20px 0; */
    /* border: 1px solid; */

    padding: 35px 0 25px 0;
    border-bottom: 3px solid #ebebeb;
}
.article-item__img {
    display: block;
}
.article-item__imgwrap {
    height: 182px;
    line-height: 182px;
}
.article-item__caption {
    display: inline-block;
    padding-top: 17px;
    /* padding-bottom: 11px; */

    font-family: 'Exo 2', Tahoma, sans-serif;
    /* text-decoration: underline; */

    border-bottom: 1px solid;
}
.article-item__text {
    padding-top: 11px;
    padding-right: 8px;
    width:90%;
    margin: 0 auto;
}
#otzyvy .cols{width:100%;}
#otzyvy .article-item__text{text-align:left;}
.article-item__text a{color:#0f7cf0;text-decoration: underline;}
.article-item__text a:hover{color:#A626AA;}
.article__btn {
    margin: 0 auto;
    margin-top: 25px;
    /* margin-left: 400px; */

    margin-bottom: 60px;
    width: 90%;
}
.aside-area {
    position: fixed;
    top: 50px;
    bottom: 0;
    left: 0;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.23, -.09, .09, 1.2), top .3s linear;
    transition: transform .3s cubic-bezier(.23, -.09, .09, 1.2), top .3s linear;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: 21;
    width: 203px;
}
.aside-area__label {
    position: absolute;
    height: 47px;
    width: 227px;
    margin-bottom: 65px;
    bottom: 50%;
    left: 100%;
    background-color: #616161;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    -webkit-transform: translateX(47px) rotate3D(0, 0, 1, 90deg);
    transform: translateX(47px) rotate3D(0, 0, 1, 90deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: margin-bottom .3s linear;
    transition: margin-bottom .3s linear;
}
.aside-area__label-text {
    font-family: 'Exo 2', Tahoma, sans-serif;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 50px;
    text-align: center;
    padding-right: 29px;
}
.aside-area__label-text-closed {
    display: inline;
}
.aside-area__label-text-opened {
    display: none;
}
.aside-area__content {
    position: relative;
    height: 100%;
}
.aside-area__label-icon {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 6px;
    -webkit-transition: -webkit-transform .3s ease-in-out .1s;
    transition: transform .3s ease-in-out .1s;
    -webkit-transform-origin: 50% 60%;
    transform-origin: 50% 60%;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.aside-area__label-icon use {
    fill: #fff;
}
.aside-area__toggler-info {
    position: absolute;
    top: 10px;
    right: 20px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.aside-area_opened {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.aside-area_opened .aside-area__label-text-closed {
    display: none;
}
.aside-area_opened .aside-area__label-text-opened {
    display: inline;
}
.aside-area_opened .aside-area__label-icon {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.sticky-nav_fixed .aside-area {
    top: 70px;
}
.sticky-nav_fixed .aside-area .aside-area__label {
    margin-bottom: 75px;
}
.aside-filter {
    position: relative;
    /* width: 180px; */
    border: 3px solid #ebebeb;
    padding-bottom: 4px;
    border-bottom: none;
}
.aside-filter__counter {
    font-size: .9em !important;
    line-height: 1.2 !important;
    white-space: nowrap;
}
.aside-filter__counter::after,
.aside-filter__counter::before {
    display: inline-block;
    vertical-align: .1em;
}
.aside-filter__counter::before {
    content: '(';
}
.aside-filter__counter::after {
    content: ')';
}
.aside-filter__info {
    display: inline-block;
    margin-right: 10px;
}
.aside-filter__block {
    /* padding: 22px 10px; */
    margin-top: 0px;
    max-height:40px;
    overflow:hidden;
    padding-bottom:12px;
    transition: max-height .8s cubic-bezier(0, 1, 0, 1) -.1s;
    border-top: 1px solid #fff;
}

.aside-filter__block.active,
.aside-filter__block.fixed,
.note-info.aside-filter__block{
    max-height: 9999px;
    transition-timing-function: cubic-bezier(0.5, 0, 1, 0);
    transition-delay: 0s;
}

div.note-info.aside-filter__block{
    margin:0;
}



.aside-filter__block:first-child {
    margin-top: -1px;
    margin: -2px;
}
.aside-filter__block:not(:first-child) {

    /*border-top: 3px solid #ebebeb;*/
    margin: -2px;
}
.aside-filter__item {
    padding: 3px 10px;
    /* padding-bottom: 7px; */
}
.item_title:before {
    content: 'RUNFLAT';
    display: block;
    margin: 0 auto;
    position: relative;
    padding: 0px 10px 5px;

    /*     border:1px solid; */
    font-weight: 700;
}
.item_title .aside-filter__item {
    padding: 3px 10px;
    /* padding-bottom: 7px; */
}
.dis_none {
    display: none;
}
.aside-filter__item_hide {
    display: none;
}
.aside-filter__item_toggle::after {
    display: inline-block;
    width: 25px;
    height: 23px;
    vertical-align: middle;
    background-image: url(/assets/f6d5f8f8/styles/../images/svg/h-slider__next.svg);
    opacity: .5;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    content: '';
}
.aside-filter__title {
    padding: 9px 10px;
    /*     padding-bottom: 15px; */
    background-color: #ebebeb;
    margin-bottom: 10px;
    cursor:pointer;
    transition:all .15s ease-in-out;
}


.aside-filter__dash {
    width: 20px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}
.aside-filter__select {
    width: 60px;
    overflow: hidden
}
.aside-filter-row {
    display: table;
    width: 100%;
    table-layout: fixed;
    /* padding-bottom: 7px; */
    /* margin: 0 auto; */
}

.offset-row{
    padding:  3px 10px;
}
.aside-filter-row__col {
    display: table-cell;
    /* margin-left: 20px; */
}
.aside-filter-row__colors {
    display: inline;
    margin-left: 5px;
}
.aside-filter-row__colors:first-child {
    margin-left: 10px;
}
.aside-filter-row__col_dash {
    width: 17px;
    text-align: center
}
.brand-about .brand_background-image {
    position: absolute;
    left: -150px;
    top: 0;
    filter: progid: DXImageTransform.Microsoft.Blur(pixelRadius=0);
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    filter: blur(0px);
}
.brand-about .hero_white {
    overflow: hidden
}
.brand-about .hero__content {
    margin-left: 350px;
}
.back-button {
    display: inline-block;
    padding-left: 17px;
    padding-right: 17px;
    height: 40px;
    vertical-align: middle;
    border: 3px solid #757575;
    /* border-radius: 3px; */

    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.back-button__icon {
    width: 18px;
    height: 100%;
    margin-right: 7px;
    vertical-align: middle;
    fill: #fff
}
.back-button__text {
    vertical-align: middle;
    text-transform: uppercase;
    font-family: 'Exo 2', Tahoma, sans-serif;
    font-weight: 700
}
.bank-details {
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 26px;
    text-align: center;
    /* height: 75px; */
    /* display: block; */
    /* position: relative; */
}
.bank-details__switch {
    position: relative;
    display: inline-block;
    margin-left: 15px;
    margin-bottom: 10px
}
.bank-details__caption {
    font-size: 16px;
    font-family: 'Exo 2', Tahoma, sans-serif;
    color: #262324;
    line-height: 16px;
    border-bottom: 1px solid #262324;
    cursor: pointer;
}
.bank-details__icon {
    position: absolute;
    top: -11px;
    left: -35px;
    width: 39px;
    height: 44px
}
.bank-details__arrowbox_up .bank-details__arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}
.bank-details__arrow {
    position: absolute;
    top: 0;
    right: -33px;
    width: 40px;
    height: 20px;
    cursor: pointer
}
.bank-details__content {
    display: none;
    margin-top: 20px;
    padding-top: 25px;
    padding-bottom: 34px;
    background: #ebebeb
}
.bank-details__content_active {
    display: block
}
.bank-details__text {
    padding-left: 5px;
    font-size: 14px;
    font-family: 'Exo 2', Tahoma, sans-serif;
    color: #616161;
    text-align: center;
}
.bank-details__text_company {
    padding-left: 1px;
    padding-bottom: 20px;
    font-weight: 700;
    font-size: 1.5em;
}
.best-brands__text {
    margin-top: 15px;
}
.best-brands .h2 {
    margin-top: 5px;
}
.best-brands .h-slider__slide {
    text-align: center;
}
.best-brands .h-slider__slide.slick-slide img {
    display: inline;
    vertical-align: top;
    height: 40px;
}
.best-brands__slide {
    width: 180px;
    text-align: center;
    display: inline-block;
}
.best-brands__slide img {
    display: inline-block!important;
    vertical-align: middle;
}
.best-brands__slide a {
    display: block;
    opacity: .5;
    height: 50px;
}
.best-brands__slide a::before {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    content: '';
}
.bottom-entry__wysiwyg {
    /* width: 90%; */

    margin: 0 auto;
    margin-bottom: 50px;
}
.brand-list__caption {
    font-family: 'Exo 2', Tahoma, sans-serif;
    font-weight: 700;
    font-size: 26px;
    text-transform: uppercase;
    color: #262324;
}
.brand-list__table {
    display:table;
    margin:0 auto;
    position:relative;
    margin-top: 38px;
}
.brand-list__table:after {
    display: table;
    clear: both;
    content: '';
}
.brand-list__column {
    float: left;
    width: 280px;
    margin-right: 20px;
}
.brand-list__column.flex-column {
    width: auto;
    /*      display:inline-flex; */
}
.brand-list__column.flex-column .brand-list__item {
    /* min-width:220px; */

    /*         display: inline-table; */
    height: auto;
    text-align: center;
}
.brand-list__column.flex-column a {
    display: inline-flex;
}
.brand-list__column:last-child {
    margin-right: 0;
}
.brand-list__item {
    display: block;
    height: 50px;
}
.brand-list__brand-image {
    display: inline-block;
    width: 130px;
    height: 50px;
    vertical-align: middle;
    text-align: center;
}
.brand-list__brand-image:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    content: '';
}
.brand-list__brand-image img {
    vertical-align: middle;
}
.brand-list__brand-name {
    display: inline-block;
    margin-left: 1px;
    vertical-align: middle;
    /*   border-bottom: 1px dotted #262324 ; */

    font-family: 'Exo 2', Tahoma, sans-serif;
    font-weight: 700;
    color: #262324;
}
.brand-list__column.flex-column .brand-list__brand-name {
    display: inline-block;
    margin-left: 1px;
    vertical-align: middle;
    /*   border-bottom: 1px dotted #262324 ; */

    font-family: 'Exo 2', Tahoma, sans-serif;
    font-weight: 700;
    color: #262324;
}
.brand-list__column.flex-column .brand-list__brand-image {
    display: block;
    width: 130px;
    height: 50px;
    vertical-align: middle;
    text-align: center;
    float: none;
    margin: 0 auto;
}
.under-row {
    display: inline-flex;
    width: 100%;
}
.model-color__list:before {
    content: attr(data-coloritem);
    display: block;
    position: relative;
    /* margin-left:10px; */

    top: -5px;
}
.model-color__list-frame {
    width: 70%;
}
.color__list-item {
    position: relative;
    display: block;
    margin: 0 .5px;
    width: 24px;
    height: 24px;
    cursor: help;
    border: 1px solid #ebebeb;
    /* border-radius: 50%; */
}
.model-color__list {
    margin: -20px 0 50px 0px;
    text-align: left;
    position: relative;
    width: 50%;
}
.brands-about {
    color: #262324;
}
.brands-about__title {
    padding-top: 22px;
    padding-bottom: 34px;
    font-family: 'Exo 2', Tahoma, sans-serif
}
.brand-about .brands-about__title,
.brand-about .wysiwyg {
    width: 90%;
    margin: 0 auto;
}
.brands-media {
    margin-left: -8px;
    margin-right: -8px;
    font-size: 0;
    height: 215px;
    overflow: hidden;
}
.brands-media__item {
    display: inline-block;
    /* margin-left: 8px; */
    /* margin-right: 8px; */

    width: 25%;
    height: 215px;
    /* margin: 0 8px; */

    overflow: hidden;
    /*       vertical-align: middle; */
    /* object-fit: cover; */

    padding: 0 8px;
}
.brands-media__img {
    /* display: table; */
    /* position: relative; */

    width: 100%;
    height: 100%;
    /* min-height: 150px; */
    /* vertical-align: middle; */

    object-fit: cover;
}
.brands-media_video .brands-media__item {
    position: relative
}
.brands-media_video .brands-media__item:after,
.brands-media_video .brands-media__item:before {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    content: ''
}
.brands-media_video .brands-media__item:before {
    margin-left: -25px;
    margin-top: -25px;
    width: 45px;
    height: 45px;
    background: rgba(20, 20, 20, .5);
    /*      background:#000; */
    transition: all .15s ease-in-out;
}
.brands-media_video .brands-media__item:after {
    /*      width: 21px; */
    /*      height: 27px; */
    margin-left: -12px;
    margin-top: -16px;
    border: 14px solid transparent;
    border-left: 22px solid #ebebeb;
    /*     background-image: url(/assets/f6d5f8f8/styles/../images/svg/icon_play.svg); */
    /*     background-repeat: no-repeat; */
    /*     background-size: 100%; */
    transition: all .15s ease-in-out;
}
.brands-widget {
    position: relative;
    padding: 21px 17px 38px;
    text-align: center;
    box-shadow: inset 0 0 0 3px #ebebeb;
    background: #fff
}
.brands-widget__imgbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
    /* border: 3px solid transparent;*/
    /* border-bottom: none; */
    /* border-top: none; */
    /* overflow: hidden;*/
    /* position: absolute;*/
}
.brands-widget__img {
    display: block;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
}
.brands-widget__link {
    font-size: 16px;
    font-weight: 700;
    color: #262324;
    /* text-decoration: underline */
    text-transform: capitalize;
    position: relative;
    top:-5px;
}

.brands-widget__count{
    position:absolute;
    top:auto;
    display:block;
    font-size: 14px;
    bottom:5px;
    color:#757575;
    font-weight: 400;
}

.brands-widget__count span{
    color:#262324;
    font-weight:700;
}

.brands-widget__count.model-count{
    left:10px;
}

.brands-widget__count.modification-count{
    right:10px;
}

.brands-widget__extra {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    /*    display: none; */

    margin-top: 0px;
    text-align: center;
    /* border: 3px solid #A626AA; */
    /*    border-top: none; */
    /*   background: #fff; */

    z-index: 1;
    transition: all .5s;
    opacity: 0;
    max-height: 149px;
    min-height: 149px;
}
.brands-widget__entry {
    opacity: 1;
    transition: all .5s
}
.brands-widget .brands-widget__extra .brands-widget__btn {
    bottom: -40px;
    margin: 0 auto;
    transition: all .5s;
    position: absolute;
    left: 0;
    right: 0;
    width: 170px;
    /* z-index: -1; */
}
.brands-widget .brands-widget__extra .brands-widget__btn.summer-btn,
.brands-widget .brands-widget__extra .brands-widget__btn.winter-btn{
    padding:8px;
    font-size:14px;
    width:calc(50% + 1.5px);
    color:#262324;
    background:#fff;
    border:3px solid #A626AA;
}

.brands-widget .brands-widget__extra .brands-widget__btn.summer-btn{
    margin:0;
    right:auto;
}
.brands-widget .brands-widget__extra .brands-widget__btn.winter-btn{
    margin:0;
    right:0;
    left:auto;
}

.brands-widget .brands-widget__img {
    position: absolute;
    bottom: 50%;
    transition: all .5s;
    height: 30%;
    right: 0;
    left: 0;
    /* max-height: inherit; */

    max-width: 240px;
}
/*
.brands-widget .brands-widget__imgbox{
  margin-right:0px;
  transition:all .5s;
}*/

.brands-widget__text {
    padding: 7px 15px;
    font-size: 14px;
    color: #616161;
    line-height: 17px;
}

.brands-widget__text.tire_brand-text{
    padding:0;
    height:149px;
}

.brands-widget__text.tire_brand-text a{
    padding: 7px 15px;
    font-size: 14px;
    color: #616161;
    line-height: 17px;
    height: 100%;
    display: flex;
}
.brands-widget__btn {
    margin-top: 2px;
    margin-bottom: 48px;
}
.brands {
    margin-top: 30px;
    margin-left: -10px;
    margin-right: -10px;
    font-size: 0;
    text-align: center;
}
.brands__title {
    padding-bottom: 30px;
}
.brands__item {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
}
.brands__filter {
    /*margin: 50px 0;*/
}
.breadcrumbs__item:not(:last-child):after {
    content: ' / ';
}
.breadcrumbs__link {
    color: #0f7cf0;
}
.btn-counter {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}
.btn-counter__minus,
.btn-counter__plus {
    display: table-cell;
    vertical-align: middle;
    width: 35px;
    font-family: 'Exo 2', Tahoma, sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #262324;
    /*background-color: #FFD216;*/

    background-color: #A626AA;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}
.btn-counter__minus {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.btn-counter__plus {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
.btn-counter__qtty {
    display: table-cell;
    vertical-align: middle;
    /*border-top: 3px solid #FFD216;*/
    /*border-bottom: 3px solid #FFD216;*/

    border-top: 3px solid #A626AA;
    border-bottom: 3px solid #A626AA;
}
.btn-counter__icon {
    width: 12px;
    height: 12px;
}
.btn-counter__input {
    width: 100%;
    height: 100%;
    box-sizing: content-box;
    border: none;
    text-align: center;
    background-color: transparent;
    color: inherit;
}
.brand-about .btn {
    border: 3px solid;
    /*     width:250px; */
    width: auto;
    margin-top: 5px;
    margin-left: 5%;
}
.about-brand__control {
    /*    display:block; */

    width: 50px;
    /*    border:3px solid #ebebeb; */
    /*    background-color:rgba(20,20,20,.5); */

    position: absolute;
    z-index: 9999;
    top: 0;
    bottom: 0;
    height: 100%;
    transition: all .2s ease-in-out;
    cursor: pointer;
    z-index:1;
}
.slick-brands__media {
    position: relative;
    /* margin-left: -8px; */
    /* margin-right: -8px; */

    overflow: hidden;
}
.about-brand__control_prev {
    left: 0;
}
.about-brand__control_next {
    right: 0;
}
.about-brand__control_prev span,
.about-brand__control_next span {
    width: 33px;
    height: 33px;
    z-index: 9999;
    border: 3px solid #999;
    color: #ebebeb;
    display: block;
    position: relative;
    top: 50%;
    margin: 0 auto;
    margin-top: -15px;
    color: #fff;
    transition: all .2s ease-in-out;
}
.about-brand__control span:after {
    vertical-align: middle;
    text-align: center;
    width: 12px;
    height: 12px;
    display: block;
    position: relative;
    border: 3px solid #999;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    top: 5px;
    content: " ";
    transition: all .2s ease-in-out;
}
.about-brand__control_next span:after {
    border-left: none;
    border-top: none;
    left: 3px;
}
.about-brand__control_prev span:after {
    border-right: none;
    border-bottom: none;
    left: 10px;
}
.brands-slick-item {
    overflow: hidden;
}
.brands-media .slick-slide img {
    padding-top: 0px;
    cursor: zoom-in;
    transform: scale(1.1);
    /* -webkit-transform: scale(1.1); */

    filter: grayscale(0);
    -webkit-filter: grayscale(100%);
    transition: all .2s ease-in-out;
    min-height: 215px;
    width: 100%;
}
.btn {
    position: relative;
    display: inline-block;
    padding: 12px 22px;
    color: inherit;
    font-family: 'Exo 2', Tahoma, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    background: 0 0;
    border: none;
    /*border-radius: 3px;  */
    /*box-shadow: inset 0 0 0 3px #FFD216; */
    cursor: pointer;
    vertical-align: baseline;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn:disabled,
.btn_disabled {
    color: #757575;
    box-shadow: inset 0 0 0 3px #ebebeb;
    cursor: default;
}

.btn-border{
    border:3px solid #A626AA;
}

.btn.adr_btn{
    margin-top:10px;
    box-shadow:inset 0 0 0 3px #A626AA
}
.btn.adr_btn a{
    color:#262324;
    border-bottom:none;
}

.btn_light {
    font-weight: 400;
}
.another_brand-btn{
    padding:1px;
    /* position: absolute; */
    /* right: 300px; */
    /* margin-top:12px; */
    /*     background:#892488; */
    /*     color:#fff; */
    color:#262324;
    display:none;
    box-shadow: inset 0 0 0 3px #A626AA;
}

.another_brand-link{
    display:block;
    padding:12px 22px;
    height:100%;
    width:100%;
    position:relative;
}
.wf-body__title-btn .btn_light{
    width:100%;
}

.btn_info {
    padding: 4px 12px;
    width: 29px;
    height: 29px;
    color: #892488;
    background-color: #F7FF23;
    /* background-image:
  -webkit-linear-gradient(top, #F7FF23, #FFD216); */
    /* background-image: linear-gradient(to bottom, #F7FF23, #FFD216); */

    border: none;
    border-radius: 100em;
    /* box-shadow: inset 0 1px 0 #fff, inset 0 -2px 0 #7C7F11; */
}
.btn_info:active {
    background-image: none;
}
.btn_info:active {
    /* box-shadow: inset 0 2px 0 #FFD216, 0 1px 0 #fff
 */
    /* background-color: #FFD216; */
}
.btn_info.btn_disabled,
.btn_info:disabled {
    background-color: #ebebeb;
    background-image: none;
    box-shadow: inset 0 1px 0 #fff, inset 0 -2px 0 #757575
}


.btn_primary {
    color: #fff;
    /*   text-shadow: 0 1px 0 rgba(255, 255, 255, .75); */

    text-transform: uppercase;
    /*   background-color: #FFD216; */

    background-color: #892488;
    /*   background-image: -webkit-linear-gradient(top, #F7FF23, #fbba00);  */
    /*   background-image: linear-gradient(to bottom, #F7FF23, #fbba00); */

    border: none;
    /*   box-shadow: inset 0 1px 0 #fff, inset 0 -2px 0 #9c7b01; */
}

.fast-order-form .btn_primary {
    background-color: #45b200;
}
.btn_primary:active {
    background-image: none;
    background-color: #A626AA;
    color: #fff;
}
.btn_primary:active {
    box-shadow: inset 0 2px 0 #892488, inset 0 -2px 0 #892488;
}
.btn_primary.btn_disabled,
.btn_primary:disabled {
    background-color: #ebebeb;
    background-image: none;
    color: #757575;
}

/*.product-h-body__buy .btn_primary:disabled {
  color: #ebebeb;
}*/
/*.product-h-body__buy .btn_primary:disabled::after {
  content:'Нет в наличии';
  color:#757575;
  position:absolute;
  left:0;
  right:0;
}*/

.btn_upcase {
    text-transform: uppercase
}

.product-h-body__buy .btn_wide{
    background:#45B200;
    color:#fff;
}

.btn_wide {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    /* background: #45B200; */
}
.btn_bycar:disabled {
    box-shadow: inset 0 0 0 3px #FFD216;
    background-image: -webkit-linear-gradient(top, #F7FF23, #fbba00);
    background-image: linear-gradient(to bottom, #F7FF23, #fbba00);
    background-color: #FFD216
}
.btn__icon {
    margin-right: .3em;
    width: 1em;
    height: 1em;
    vertical-align: middle
}
.btn__icon_info {
    width: 100%;
    height: 100%;
    fill: currentColor;
    -webkit-filter: drop-shadow(0 -1px 0 rgba(0, 0, 0, .5));
    filter: drop-shadow(0 -1px 0 rgba(0, 0, 0, .5))
}
.btn__label {
    line-height: 1;
    vertical-align: middle
}
.btn_black {
    color: #262324
}
.next_prev_btn{margin:0 0 0 20%;}
.catalog .empty {
    padding: 0 10px;
    font-size: small;
}
.select2-search {
    margin-bottom: 8px;
}
.select2-result-label:empty {
    display: none;
}
.js-select2 {
    width: 100%;
    height: 40px;
}
.aside-filter__item_small {
    font-size: .75em;
    line-height: 2;
}
.best-brands__slide a {
    height: 85px;
}
.entry-brand__wrapper {
    display: inline-block;
    width: 194px;
    text-align: center;
    min-height: 70px;
}
/* не влазит область 15 км от мкад*/

.map {
    height: 440px;
}
.calc-result-list__title {
    margin-bottom: 7px
}
.calc-result-list__caption {
    margin-bottom: 15px;
    font-size: 16px;
    font-family: 'Exo 2', Tahoma, sans-serif;
    color: #616161
}
.calc-result-list__table {
    width: 100%;
    border-top: 3px solid #ebebeb;
    border-bottom: 3px solid #ebebeb
}
.calc-result-list__table__span {
    font-weight: 700
}
.calc-result-list__table__brackets {
    position: relative;
    bottom: 1px
}
.calc-result-list__row {
    height: 50px
}
.calc-result-list__row_line {
    border-bottom: 1px solid #ebebeb
}
.calc-result-list__cell {
    padding-right: 1%;
    width: 13.15%;
    text-align: left
}
.calc-result-list__cell:first-child {
    width: 11.75%
}
.calc-result-list__cell:last-child {
    width: 9.35%
}
.calc-result-list__link {
    display: inline-block;
    height: 19px;
    color: #616161;
    border-bottom: 1px dotted #616161
}
.calc-result {
    padding-top: 30px;
    padding-bottom: 42px;
    text-align: center
}
.calc-result__items {
    position: relative;
    font-size: 0
}
.calc-result__item {
    display: inline-block;
    width: 580px
}
.calc-result__item_left {
    margin-right: 20px;
    text-align: right
}
.calc-result__item_right {
    text-align: left
}
.calc-result__imgbox {
    position: relative;
    overflow: hidden;
    height: 400px
}
.calc-result__switchbox {
    position: relative;
    z-index: 10;
    display: inline-block;
    margin-top: -14px;
    font-size: 0
}
.calc-result__img_left {
    margin-right: 1px
}
.calc-result__switch {
    display: inline-block;
    margin-right: 15px;
    width: 50px;
    height: 50px;
    border: 3px solid #ebebeb;
    background: #fff;
    cursor: pointer
}
.calc-result__switch:last-child {
    margin-right: 0
}
.calc-result__switch_active {
    border-color: #FFD216
}
.calc-result__switch:after {
    display: block;
    margin: 5px 7px;
    content: ''
}
.calc-result__switch_left:after {
    background-image: url(/assets/f6d5f8f8/styles/../images/sprite.png);
    background-position: -623px -622px;
    width: 32px;
    height: 34px
}
.calc-result__switch_front:after {
    background-image: url(/assets/f6d5f8f8/styles/../images/sprite.png);
    background-position: -663px -622px;
    width: 32px;
    height: 34px
}
.calc-result__switch_right:after {
    background-image: url(/assets/f6d5f8f8/styles/../images/sprite.png);
    background-position: -583px -622px;
    width: 32px;
    height: 34px
}
.calc-result__title {
    padding: 44px 28px 15px;
    line-height: 24px
}
.calc-result__table {
    width: 100%;
    color: #616161;
    font-size: 13px;
    line-height: 13px;
    border-top: 3px solid #ebebeb;
    border-bottom: 3px solid #ebebeb
}
.calc-result__row {
    overflow: hidden;
    height: 50px;
    border-bottom: 1px solid #ebebeb
}
.calc-result__cell {
    position: relative;
    padding-left: 31px;
    width: 8.4745762711864%;
    text-align: left
}
.calc-result__cell_wide {
    width: 40.6779661016949%;
    padding: 0 2.457%
}
.calc-result__cell_spacer {
    padding: 0;
    width: 1.6949152542373%
}
.calc-result__cell_right {
    padding-left: 0;
    padding-right: 31px;
    text-align: right
}
.calc-result__cell_bold {
    font-weight: 700
}
.calc-result__cell__arrow {
    position: absolute;
    left: 31px
}
.calc-result__cell__arrow svg {
    width: 14px;
    height: 17px
}
.calc-result__cell__arrow_up {
    top: 14px;
    color: #FFD216
}
.calc-result__cell__arrow_down {
    top: 17px;
    color: #0b89ff
}
.calc-result__cell__arrow_down svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}
.calc-result__cell__caption {
    padding-left: 27px
}
.calc-result__btn {
    position: relative;
    padding-left: 30px;
    padding-right: 27px;
    margin: 18px 25px
}
.calc-result__btn_aside {
    position: absolute;
    top: 30px;
    right: -25px;
    padding-left: 55px;
    padding-right: 30px
}
.calc-result__btn__icon {
    position: absolute;
    top: 9px;
    left: 16px;
    width: 44px;
    height: 22px
}
.calculator-tire {
    display: table;
    height: 234px
}
.calculator-tire__choose,
.calculator-tire__compare {
    display: table-cell;
    vertical-align: middle
}
.calculator-tire__choose {
    background-color: #ebebeb;
    padding-left: 53px;
    padding-right: 53px
}
.calculator-tire__wrap {
    font-size: 0;
    margin-left: -8px;
    margin-right: -8px
}
.calculator-tire__col {
    display: inline-block;
    width: 145px;
    margin-left: 8px;
    margin-right: 8px;
    font-size: 14px
}
.calculator-tire__btn {
    margin-top: 20px
}
.calculator-tire__compare {
    padding-left: 20px;
    line-height: 234px
}
.calculator-tire__compwrap {
    padding-left: 140px;
    padding-right: 140px;
    text-align: center;
    border: 3px solid #ebebeb
}
.cart-order__empty {
    width: 90%;
    margin: 0 auto;
}
.cart-order__empty-link {
    border-bottom: 1px solid #0b89ff;
    color: #0b89ff;
}
.cart-order__empty-list {
    margin-top: 10px;
    display: block;
    position: relative;
    width: 180px;
}
.cart-order__empty-list-item {
    padding: 5px 0;
    display: block;
    position: relative;
    text-align: center;
}
.cart-order__empty-list-item .cart-order__empty-link {
    padding: 5px;
    border: 2px solid #892488;
    display: block;
    position: relative;
    color: #262324;
    font-weight: 700;
}
.cart-product {
    color: #262324;
    display: table;
    width: 100%;
    margin-top: 15px;
    margin-bottom: -15px;
}
.cart-product__picture {
    display: table-cell;
    vertical-align: top;
    position: relative;
    width: 96px
}
.cart-product__picture img {
    vertical-align: top
}
.cart-product__info {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding-left: 19px
}
.cart-product__description {
    display: table;
    width: 100%
}
.cart-product__description-link {
    text-decoration: underline;
    font-weight: 700;
    font-family: 'Exo 2', Tahoma, sans-serif
}
.cart-product__caption {
    display: table-cell;
    vertical-align: middle;
    font-size: 20px;
    width: 332px;
    padding-right: 12px;
    padding-bottom: 3px
}
.cart-product__params {
    margin-top: 10px
}
.cart-product__counter {
    display: table-cell;
    vertical-align: middle;
    width: 106px;
    font-size: 18px
}
.cart-product__costs {
    display: table-cell;
    vertical-align: middle;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.1em;
    font-family: 'Exo 2', Tahoma, sans-serif;
    font-weight: 700;
    line-height: 30px;
    padding-bottom: 3px
}
.cart-product__delete {
    display: table-cell;
    vertical-align: middle;
    /* right: 50px; */
    /* height: 100%; */
    /* margin-right: 28px; */
    /* margin-top: 16px; */
}
/*.cart-product__delete-btn {
  border: none;
  padding: 0;
  background-image: url(/assets/f6d5f8f8/styles/../images/sprite.png);
  background-position: -249px -622px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  vertical-align: top;
}*/

.cart-product__delete-btn {
    cursor: pointer;
    position: absolute;
    top: 60px;
    right: 43px;
    width: 30px;
    height: 30px;
    background-color: transparent;
    vertical-align: middle;
    text-align: center;
    font-size: 2em;
    line-height: 1;
    border: none;
    /* margin-left: 0; */
}
.product-viewed__remove:after,
.cart-product__delete-btn:after {
    content: "\2715";
    display: none;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: transform .3s;
    margin-top: 1px;
}
.cart-product__label {
    position: absolute;
    left: -8px;
    top: -20px;
    z-index: 1;
    height: 31px;
    color: #fff;
    font-weight: 400;
    font-family: 'Exo 2', Tahoma, sans-serif;
    line-height: 1;
    text-transform: uppercase;
    border-right: 15px solid transparent;
    border-top: 22px solid #e10000;
    padding: 0 8px 0 4px;
    font-size: 0.95em;
    /* z-index: 50; */
}
.cart-product__label:after,
.cart-product__label:before {
    position: absolute;
    display: block;
    /* content: '' */
}
.cart-product__label:after {
    right: 0;
    bottom: -10px;
    border: 5px solid transparent;
    border-top: 5px solid #bebebe;
    border-left: 4px solid #bebebe
}
.cart-product__label:before {
    left: 0;
    bottom: -15px;
    border: 3px solid transparent;
    border-top: 3px solid #720000;
    border-right: 3px solid #720000
}
.cart-product__label_big {
    top: 20px;
    font-size: 16px;
    text-transform: uppercase
}

div.inline-label{
    display:inline;
    position:relative;
    top:-17px;
    color:#fff;
}
.cart-product__sales-label.inline-label{
    left: -80px;
    position:absolute;
    top:4px;
    transition:all .15s ease-in-out;
}

.product-h .cart-product__sales-label.inline-label{
    left:80px;
}

.product-label__text.inline-label{
    transition:all .15s ease-in-out;
    left:0;
    opacity:1;
}
.product-h .product-label__text.inline-label{
    left:3px;
}



.cart-product__sales-label {
    position: relative;
    top: -17px;
    left: 5px;
    /* display: block; */
    /* width: 100%; */
    /* height: 100%; */
    /* padding: 10px 20px 0; */
    /* text-align: center; */
    /* background-color: YELLOW; */
}
.cart-product__sales-label:after {
    position: absolute;
    top: 31px;
    left: 0;
    width: 93%;
    height: 9px;
    /* background: yellow; */
    /* content: '' */
}
.cart-product .currency {
    width: 12px;
    height: 14px;
    fill: currentColor;
    vertical-align: baseline;
    display: inline-block
}
.cart-product .info__tooltip {
    font-family: 'Exo 2', Tahoma, sans-serif;
    font-weight: 400;
    font-size: 14px
}
.cart-product .info__tooltip .tooltip {
    max-width: 280px
}
.catalog-controls {
    display: table;
    padding-bottom: 25px;
    width: 100%;
    padding-left: 11px;
    /* float: right; */
}
.catalog-controls__col {
    display: table-cell;
}
.catalog-controls__col_right {
    text-align: right;
}
.catalog-hint {
    display: table;
    margin-bottom: 20px;
    /*     height: 120px */
}
.catalog-hint__text {
    display: table-cell;
    padding-right: 50px;
    /* width: 50% */
    /* margin-bottom: -15px; */
}
.catalog-hint__img {
    display: table-cell;
    /* width: 50%; */
    /* background-image: url(/assets/f6d5f8f8/styles/../images/catalog-hint.png); */
    /* background-repeat: no-repeat; */
    /* background-position: 50% 100%; */
    /*     display: none; */
}
.catalog-wheel-tire__link {
    margin: 0;
}
.catalog {
    margin-left: -10px;
    margin-right: -10px;
    font-size: 0;
    text-align: center;
}
.main__catalog .catalog {
    margin-right: 0;
}
.catalog .empty {
    margin-left: 10px;
}
.catalog__pagination {
    padding-top: 20px;
    padding-bottom: 60px;
    text-align: right
}
.catalog__item,
.catalog__row {
    padding-left: 10px;
    /* padding-right: 10px; */

    padding-bottom: 20px
}
.catalog__item {
    display: inline-block
}
.city-list {
    margin-top: 40px
}
.city-list__title {
    font-size: 18px;
    padding-bottom: 10px
}
.city-list__main {
    padding-top: 25px;
    font-size: 16px
}
.city-list__col {
    padding-right: 20px
}
.city-list__group {
    padding-bottom: 28px
}
.city-list__item {
    min-height: 28px;
    white-space: nowrap;
}
.city-list__link {
    text-decoration: underline
}
.color-checkbox {
    display: inline-block;
    /* border: 1px solid darkgray; */

    border-radius: 50%;
}
.color-checkbox__input {
    display: none
}
.color-checkbox__input:checked+label:before {
    display: block
}
.color-checkbox__label {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    /* border: 1px solid darkgray; */
    /* border-radius: 50%; */
}
.color-checkbox__label span {
    border: 1px solid darkgray;
}
.color-checkbox__label:before {
    position: absolute;
    content: '';
    top: -4px;
    bottom: -4px;
    left: -4px;
    right: -4px;
    border: 2px solid #892488;
    /* border-radius: 50%; */

    display: none;
}
.color-checkbox__label.black {
    background-color: #262324
}
.color-checkbox__label.green {
    background-color: #32a232
}
.color-checkbox__label.purpure {
    background-color: #9a3d96
}
.color-checkbox__label.fiolet {
    background-color: #673266
}
.color-checkbox__label.red {
    background-color: #e50607
}
.color-checkbox__label.yellow {
    background-color: #FFD216
}
.color-checkbox__label.grey {
    background-color: #e2e2e2
}
.color-checkbox__label.white {
    background-color: #fff
}
.color-list {
    font-size: 0
}
.product-vertical__palette .color-list{
    overflow:hidden;
    position:relative;
    display:flex;
    margin:0 5px;
    justify-content:center;
}
.color-list__color {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 5px;
    vertical-align: middle;
    border: 1px solid #ebebeb;
}
.color-list__color_white {
    box-shadow: inset 0 0 0 2px #757575
}
.color-list__color_small {
    width: 15px;
    height: 15px;
    border: 1px solid darkgray;
    /* border-radius: 50%; */

    text-indent: 20px;
    line-height: 1em;
    text-transform: capitalize;
    margin-top: -4px;
    /* margin: 2px; */
}
.color-list_minicard {
    display: inline-block;
    margin-bottom: 10px
}
.compare-btn {
    display: inline-block;
    margin-left: -8px;
    margin-right: -8px;
    padding: 8px;
    color: #757575;
    font-weight: 700;
    border-radius: 3px
}
.compare-btn__icon {
    width: 29px;
    height: 19px;
    vertical-align: -.35em
}
.compare-btn__label {
    padding-left: 10px;
    color: #262324;
    text-decoration: underline
}
.compare-card {
    position: relative;
    font-size: 14px;
    text-align: center
}
.compare-card__product {
    max-height: 253px;
    background: #fff;
    border: 3px solid #fff
}
.compare-card__label {
    position: absolute;
    top: 16px;
    right: 0;
    z-index: 1
}
.compare-card__thumbnail {
    position: relative;
    display: block;
    height: 150px;
    overflow: hidden
}
.compare-card__img {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    max-width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}
.compare-card__play {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 40px;
    background-color: #ebebeb
}
.compare-card__header {
    display: inline-block;
    width: 100%;
    max-width: 100%
}
.compare-card__content {
    position: relative;
    padding-top: 28px;
    padding-left: 5px;
    padding-right: 5px
}
.compare-card__title {
    overflow: hidden;
    line-height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap
}
.compare-card__modification {
    padding-bottom: 10px;
    font-size: 13px
}
.compare-card__properties {
    margin-top: 30px;
    border-bottom: 1px solid #c8c8c8
}
.compare-card__row {
    display: table;
    width: 100%
}
.compare-card__param {
    display: table-cell;
    height: 80px;
    font-family: 'Exo 2', Tahoma, sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #696969;
    vertical-align: middle
}
.compare-card__season {
    padding-left: 10px
}
.compare-card__avaliable {
    position: relative;
    display: block;
    padding-bottom: 20px;
    font-weight: 700;
    font-size: 13px
}
.compare-card__price {
    display: inline-block;
    padding-top: 25px;
    padding-left: .15em;
    padding-right: .15em;
    color: #262324;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    vertical-align: middle
}
.compare-card__btn {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px
}
.compare-params {
    position: absolute;
    display: table;
    top: 353px;
    width: 100%;
    border-bottom: 1px solid #c8c8c8
}
.compare-params__row {
    display: table;
    width: 100%
}
.compare-params__title {
    display: table-cell;
    height: 80px;
    width: 100%;
    border-top: 1px solid #c8c8c8;
    font-family: 'Exo 2', Tahoma, sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #696969;
    vertical-align: middle
}
.compare-slider {
    position: relative;
    padding-left: 81px;
    padding-right: 25px
}
.compare-slider__left-switch {
    position: absolute;
    left: -20px;
    top: 50%;
    margin-top: -5px;
    width: 40px;
    height: 40px;
    border: 3px solid #fff;
    border-radius: 5px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.compare-slider__left-switch:after,
.compare-slider__left-switch:before {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    width: 12px;
    height: 3px;
    background-color: #fff;
    content: ''
}
.compare-slider__left-switch:after {
    top: 19px;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg)
}
.compare-slider__left-switch:before {
    top: 13px;
    -webkit-transform: rotate(140deg);
    transform: rotate(140deg)
}
.compare-slider__left-switch_page {
    top: 150px
}
.compare-slider__left-switch_page:after,
.compare-slider__left-switch_page:before {
    background-color: #616161
}
.compare-slider__right-switch {
    position: absolute;
    right: -20px;
    top: 50%;
    margin-top: -5px;
    width: 40px;
    height: 40px;
    border: 3px solid #fff;
    border-radius: 5px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.compare-slider__right-switch:after,
.compare-slider__right-switch:before {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    width: 12px;
    height: 3px;
    background-color: #fff;
    content: ''
}
.compare-slider__right-switch:after {
    top: 13px;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg)
}
.compare-slider__right-switch:before {
    top: 19px;
    -webkit-transform: rotate(140deg);
    transform: rotate(140deg)
}
.compare-slider__right-switch_page {
    top: 150px
}
.compare-slider__right-switch_page:after,
.compare-slider__right-switch_page:before {
    background-color: #616161
}
.compare-slider__container {
    width: 1000px;
    margin-left: -10px
}
.compare-slider__item {
    position: relative;
    width: 180px;
    height: 330px;
    margin-top: 40px;
    margin-right: 10px;
    margin-left: 10px
}
.compare-slider__item_page {
    height: initial
}
.compare-slider__item_add {
    border: 3px solid #696969;
    background-color: #757575;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.compare-slider__item_add_page {
    height: 253px;
    border: 3px solid #fff;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.compare-slider__close-btn {
    position: absolute;
    display: block;
    right: 0;
    top: -40px;
    width: 40px;
    height: 40px;
    background-color: #616161;
    cursor: pointer
}
.compare-slider__close-btn:after,
.compare-slider__close-btn:before {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 26px;
    height: 2px;
    background-color: #fff;
    content: ''
}
.compare-slider__close-btn:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}
.compare-slider__close-btn:before {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}
.compare-slider__close-btn_page {
    background-color: #fff
}
.compare-slider__close-btn_page:after,
.compare-slider__close-btn_page:before {
    background-color: #616161
}
.compare-slider__add-label {
    position: relative;
    display: block;
    width: 100px;
    margin-top: 136px;
    margin-left: 48px;
    font-family: 'Exo 2', Tahoma, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #696969
}
.compare-slider__add-label_page {
    margin-top: 101px
}
.compare-slider__add-label:before {
    position: absolute;
    left: -20px;
    top: 15px;
    font-family: 'Exo 2', Tahoma, sans-serif;
    font-weight: 700;
    font-size: 20px;
    content: '+'
}
.compare {
    position: relative;
    padding-top: 30px
}
.compare__slider {
    width: 1140px;
    margin: 0 auto
}
.consult-manager {
    display: inline-block;
    text-align: left
}
.consult-manager__photo {
    display: inline-block;
    width: 73px;
    padding-right: 10px;
    vertical-align: middle
}
.consult-manager__image {
    width: 100%;
    max-width: 100%;
    vertical-align: bottom
}
.consult-manager__contact {
    display: inline-block;
    padding-bottom: 3px;
    padding-right: 10px;
    vertical-align: middle
}
.consult-manager__job {
    margin-right: .5em;
}
.consult-manager__person,
.consult-manager__phone {
    white-space: nowrap;
}
.consult-manager__phone {
    margin-top: 3px;
    font-family: 'Exo 2', Tahoma, sans-serif;
    font-weight: 700;
    font-size: 20px;
}
.consult-number {
    text-align: center;
}
.consult-number__tel {
    font-family: 'Exo 2', Tahoma, sans-serif;
    font-weight: 700;
    font-size: 20px;
}
.contacts-card {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    padding-top: 30px;
    height: 307px;
    font-size: 14px;
    font-family: 'Exo 2', Tahoma, sans-serif;
    color: #262324;
    text-transform: uppercase;
    background-color: #ebebeb;
    vertical-align: top;
    letter-spacing: .3px;
}
.contacts-card__img {
    height: 170px;
}
.contacts-card__img:after {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
}
/*.contacts-card__img_headset:after {
    background-image: url(/assets/f6d5f8f8/styles/../images/sprite.png);
    background-position: -107px -362px;
    width: 98px;
    height: 95px;
}*/
.contacts-card__img_headset:after {
    background-image: url(/assets/f6d5f8f8/styles/../images/vk_1.png);
    background-position: 0px 0px;
    width: 85px;
    height: 85px;
    background-size:100%;
}
.contacts-card__img_letter:after {
    background-image: url(/assets/f6d5f8f8/styles/../images/sprite.png);
    background-position: -449px -453px;
    width: 107px;
    height: 89px
}
.contacts-card__img_form:after {
    background-image: url(/assets/f6d5f8f8/styles/../images/sprite.png);
    background-position: -72px -459px;
    width: 134px;
    height: 79px
}
.contacts-card__caption {
    font-weight: 700
}
.contacts-card__iconbox {
    height: 58px;
    display: inline-block;
}
.contacts-card__icon {
    display: inline-block;
    width: 43px;
    height: 43px;
    margin-bottom: -15px;
}
.contacts-card__icon_phone {
    margin-left: 2px;
    width: 44px;
    height: 44px
}
.contacts-card__icon_email {
    margin-top: 1px
}
.contacts-card__icon_box {
    margin-top: 2px;
    margin-left: 1px;
    width: 41px;
    height: 41px
}
.contacts-card__icon_position {
    margin-top: 2px
}
.contacts-card__icon use {
    fill: #535353
}
.contacts-card__method {
    font-size: 14px;
    font-family: 'Exo 2', Tahoma, sans-serif;
    font-weight: 700;
    color: #616161;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    margin-left: 10px;
}
.contacts-card__info {
    /* padding-top: 11px; */
    font-size: 20px;
    font-weight: 700;
    color: #262324;
    text-align: center;
    line-height:1.3em;
}

.contacts:last-child .contacts__item.contacts_widget{
    cursor:default;
}

.contacts-card__info ul li{
    /*padding-bottom:5px;*/
}
.contacts-card__info_link {
    display: block;
    text-decoration: underline;
}
.contacts-schedule {
    padding-left: 47px;
    padding-right: 20px;
    height: 307px;
    font-size: 13px;
    font-weight: 700;
    text-align: left;
    color: #fff;
    background: #616161;
    text-transform: uppercase;
    vertical-align: top
}
.contacts-schedule__title {
    padding-top: 30px;
    padding-bottom: 14px;
    text-align: left
}
.contacts-schedule__item {
    padding-bottom: 6px;
    line-height: 25px
}
.contacts-schedule__colored {
    display: inline-block;
    vertical-align: top;
    padding-left: 1px;
    width: 54px;
    height: 25px;
    color: #262324;
    text-align: center;
    background: #A626AA;
    color: #fff;
}
.contacts-schedule__colored_red {
    background: indigo;
}
.contacts-schedule__caption {
    padding-left: 20px;
    text-align: left;
}
.contacts-schedule__holydays .contacts-schedule__caption {
    position: absolute;
    margin-top: -18px;
    margin-left: 3px;
}
.contacts-schedule__caption:before {
    content: "- ";
    margin-left: -11px;
    margin-right: 2px;
}
.contacts-schedule-separator {
    position: absolute;
    border-right: 2px solid #fff;
    margin-left: 65px;
}
.contacts-schedule__holydays .contacts-schedule-separator {
    height: 56px;
    margin-top: -62px;
}
.contacts-schedule__weekdays .contacts-schedule-separator {
    height: 148px;
    /*bottom: -52px;*/

    margin-top: -156px;
}
.contacts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 55px;
    width: 100%;
    text-align: center
}
.contacts__item {
    width: 275px;
    /* cursor: pointer; */
}
.contacts:last-child .contacts__item {
    cursor: pointer;
}
.widget_caption{
    position: absolute;
    bottom: 47px;
    text-align: center;
    width: 100%;
}

.cost-calc {
    width: 279px;
    /*background-color: #262324;*/
    background-color: #616161;
    color: #fff;
    border: 3px solid #616161;/*#262324;*/
    /* box-shadow: inset 0 0 0 3px #262324; */
}
.cost-calc__price {
    font-family: 'Exo 2', Tahoma, sans-serif;
    font-weight: 700;
    font-size: 20px
}
.cost-calc__item {
    padding-bottom: 24px;
    padding-left: 20px;
    padding-right: 20px
}
.cost-calc__add {
    padding-top: 15px;
    padding-left: 4px;
    padding-bottom: 8px;
    font-size: 0;
    text-align: center;
}
.cost-calc__spinput {
    display: inline-block;
    vertical-align: middle;
    height: 41px;
    font-family: 'Exo 2', Tahoma, sans-serif;
    font-size: 18px;
    font-weight: 700
}
.cost-calc__price {
    display: inline-block;
    vertical-align: middle;
    padding-left: 21px;
    padding-top: 2px;
    margin-bottom: 10px;
}
.cost-calc__summ {
    padding-top: 20px;
    text-align: center;
    font-family: 'Exo 2', Tahoma, sans-serif;
    font-size: 26px;
    font-weight: 700;
    fill: #fff;
    white-space: nowrap;
    background: #fff;
    color: #262324;
}
.cost-calc__value {
    margin-left: 8px
}
.cost-calc__discont {
    padding-top: 13px;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    fill: #fff;
    background: #fff;
    color: #262324;
}
.cost-calc__discont-value {
    margin-left: 19px
}

.cost-calc__old-price {
    position: relative
}

.cost-calc__old-price:before {
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    width: 100%;
    height: 2px;
    margin-top: -1px;
    background-color: #e10000;
    content: ''
}

.cost-calc__available {
    padding-top: 20px;
    text-align: center;
    padding: 5px 25px 18px;
}

.cost-calc__available-icon {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    border: 3px solid #A626AA;
    text-align: center;
}

.cost-calc__available-icon:before {
    content: '';
    display: inline-block;
    margin-bottom: 4px;
    width: 9px;
    height: 5px;
    border: 3px solid #F7FF23;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.cost-calc__available-label,
.instock__available {
    margin-left: 2px;
    vertical-align: middle;
}

.instock__available {
    padding-left: 5px;
}

.instock__available:after {
    content: " ";
    clear: both;
}

.cost-calc__buy-section {
    text-align: center;
    background: #fff;
    color: #262324;
    padding-bottom: 20px;
}

.cost-calc__buy-btn {
    height: 64px;
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 11px;
}

.cost-calc__buy-btn .btn {
    padding: 15px;
    font-size: 18px;
    background: #45B200;
}

.cost-calc__buy-credit {
    padding-top: 5px
}

.cost-calc__credit-link {
    /* color: #fff; */

    border-bottom: 1px solid;
    padding-bottom: 2px;
}

.cost-calc__container {
    padding: 5px 28px 5px;
    /* border-top: 1px solid #848484; */
    /* border-bottom: 1px solid #2a2a2a
 */
}

.cost-calc__delivery{
    padding: 0px 10px 22px;
}
.cost-calc__container:first-child {
    border-top: none
}
.cost-calc__container:last-child {
    border-bottom: none;
    padding-bottom: 15px;
}
.cost-calc__container .btn_upcase {
    /*   box-shadow: inset 0px 0 3px #A626AA; */
    /* border: 3px solid #892488; */

    background-color: #892488;
}
.cost-calc__container_compact {
    padding: 5px 28px
}
.cost-calc__container_wide {
    padding-top: 14px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;
}
.cost-calc__additional-item {
    position: relative;
    padding-top: 10px;
    padding-bottom: 15px
}
.cost-calc__additional-item label {
    color: #fff
}
.cost-calc__additional-tooltip {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -14px;
    fill: #fff
}
.cost-calc__link {
    display: inline-block;
    color: #fff;
    text-align: left;
    text-decoration: underline
}
.cost-calc__other-products {
    padding: 20px 31px 23px;
    font-family: 'Exo 2', Tahoma, sans-serif;
    font-weight: 700;
    letter-spacing: -.5px
}
.cost-calc__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.not_available {
    padding: 25px 0;
    text-align: center;
    font-size: 18px;
}
[class*="not-available-label"] {
    font-size: 1.1em;
    text-transform: uppercase;
}
.not_available-icon {
    text-align: center;
}
.not_available__icon {
    text-align: center;
    /* fill: #fff; */
    color: #F7FF23;
    /*      margin-left:-10px; */
    width: 100px;
    margin: -15px 0;
    height: 100px;
}
.countdown {
    padding-top: 54px;
    padding-left: 178px;
    padding-right: 40px;
    width: 590px;
    height: 326px;
    background-image: url(/assets/f6d5f8f8/styles/../images/svg/countdown-bg.svg)
}
.countdown__img {
    float: left;
    margin-top: -55px;
    margin-left: -230px;
    margin-right: 15px;
    width: 334px;
    height: 155px;
    background-image: url(/assets/f6d5f8f8/styles/../images/countdown-wheel.png);
    background-position: center;
    background-repeat: no-repeat
}
.countdown__title {
    padding-bottom: 21px;
    color: #fe0000;
    font-size: 26px;
    font-weight: 700;
    line-height: 31px;
    text-transform: uppercase
}
.countdown__title:after {
    display: table;
    clear: both;
    content: ''
}
.countdown-clock__title {
    padding-bottom: 10px
}
.credit-faq__title {
    padding-bottom: 18px
}
.credit-faq__list {
    list-style-type: disc;
    list-style-position: inside
}
.credit-faq__item {
    padding-bottom: 20px
}
.credit-faq__link {
    text-decoration: underline;
    color: #262324
}
.credit-service__title {
    padding-bottom: 13px
}
.credit-service__img {
    display: block;
    height: 151px;
    width: 380px;
    max-width: 380px;
    max-height: 151px
}
.credit-service__preview {
    margin-top: -5px;
    padding-bottom: 20px
}
.credit__title {
    margin-top: 14px;
    margin-bottom: 16px;
    font-size: 30px
}
.credit__preview {
    margin-bottom: 26px
}
.credit__service {
    padding-top: 50px
}
.credit__faq {
    padding-top: 45px;
}
.delivery-area {
    /* margin-bottom: 25px; */
}
#moscow .delivery-area {
    margin-bottom: 25px;
}
.delivery-area__col {
    display: table-cell;
    width: 180px;
    vertical-align: middle;
}
.delivery-area__col.select-area{
    width:270px;
}
.delivery__label {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 5px;
}
.delivery__town {
    margin-left: .3em;
    margin-right: .3em;
}
.delivery__another-city {
    padding-top: 10px;
}
.delivery__another-city-label {
    letter-spacing: .3px;
    font-family: 'Exo 2', Tahoma, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
}
.delivery__another-city-select {
    padding-top: 5px;
}
.delivery__another-city-submit {
    padding-top: 11px;
}
.delivery__another-city-submit .btn {
    width: 100%;
    font-family: 'Exo 2', Tahoma, sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 20px;
}
.delivery__time {
    position: relative;
    top: 9px;
    margin-top: 5px;
    font-size: 16px;
    text-align: center;
}
.delivery__time span {
    font-weight: 700;
}
.delivery__payment-methods {
    margin-top: 40px;
}
.delivery__metro {
    margin-bottom: 20px;
}
.delivery_moscow {
    margin-bottom: 25px;
}
.delivery_moscow-list {
    margin-top: 15px;
    padding-left: 25px;
}
.delivery_moscow-item {
    padding: 1px 0;
}
.empty-cart-order {
    color: #262324;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    display: block;
    margin-bottom: 15px;
}

.under_tittle{
    width: 90%;
    margin:0 auto;
    /*    padding-left: 245px; */
    color: #262324;
    /*text-transform: capitalize;*/
    padding-bottom:15px;
    font-size: 1.5em;
}
.fashion__row {
    width: 95%;
    margin: 0 auto;
}
.fashion__row .sw-section__heading {
    margin-top: 25px;
    /*     margin-right:5%; */
}
.fashion__row .fashion-section {
    text-align: center;
}
.fashion__row .sw-section__subsection {
    text-align: center;
}
.fashion__container,
.fashion__row h1 {
    /*      width:90%; */
    margin: 0 5%;
}
.fashion__row .brands-widget__link {
    padding: 0;
}
.fashion__row p {
    padding: 15px 0;
    text-indent: 20px;
}
.fashion__row .switch__item_primary {
    padding-right: 5px;
}
.fashion__row h1 {
    line-height: 1.2em;
    color: #262324;
    text-transform: uppercase;
    margin-bottom: 45px;
    margin-top: 15px;
}
.fashion__row .grey-text {
    font-style: italic;
    display: block;
    position: relative;
    text-align: right;
    color: #262324;
    background: #ebebeb;
    width: 100%;
    /* float:right; */
    /*     clear:both; */
    padding-right: 20px;
    margin-bottom: 25px;
    background: #1e5799;
    background: -moz-linear-gradient(left, #fff 0%, #fff 20%, #ebebeb 100%);
    background: -webkit-linear-gradient(left, #fff 0%, #fff 20%, #ebebeb 100%);
    background: linear-gradient(to right, #fff 0%, #fff 20%, #ebebeb 100%);
    z-index: -1;
}
.fashion__row .grey-to-left {
    text-align: left;
    padding-left: 20px;
    margin-left: 0;
    background: -moz-linear-gradient(right, #fff 0%, #fff 20%, #ebebeb 100%);
    background: -webkit-linear-gradient(right, #fff 0%, #fff 20%, #ebebeb 100%);
    background: linear-gradient(to left, #fff 0%, #fff 20%, #ebebeb 100%);
    text-indent: 0;
}
.fashion__row .title-gw {
    text-align: center;
    text-transform: uppercase;
}
.fashion__row h3,
.fashion__row h2,
.fashion__row h4 {
    line-height: 1.2em;
    text-indent: 20px;
}
.fashion__h4-bottom {
    font-weight: normal;
    text-align: right;
    font-style: italic;
}
.fashion__row a {
    border-bottom: 2px solid currentColor;
}
.fashion__row .img_left {
    float: left;
    padding: 0 20px 0 10px;
    width: 25%;
    max-width: 370px;
    height: 215px;
    object-fit: contain;
}
.fashion-advantages-frame {
    background: #ebebeb;
    padding-top: 35px;
    padding-bottom: 1px;
    margin-bottom: 25px;
}
.fashion__advantages,
.fashion__advantages-2,
.fashion__advantages-3 {
    display: block;
    position: relative;
    margin: 0 auto;
    margin-bottom: 40px;
    width: 90%;
}
.fashion__advantages h3,
.fashion__advantages-2 h3,
.fashion__advantages-3 h3 {
    text-align: center;
    font-size: 1.5em;
    margin-bottom: 40px;
    text-transform: uppercase;
    color: #262324;
}
.fashion__advantages p,
.fashion__advantages-2 p,
.fashion__advantages-3 p {
    display: inline-table;
    position: relative;
    width: 33%;
    text-align: center;
    float: none;
    top: 0;
    padding: 0 10px;
}
.fashion__advantages p:nth-child(3),
.fashion__advantages-2 p:nth-child(3),
.fashion__advantages-3 p:nth-child(3) {
    border-left: 3px solid #999;
    border-right: 3px solid #999;
}
.fashion__advantages p:before,
.fashion__advantages-2 p:before,
.fashion__advantages-3 p:before {
    display: block;
    content: "";
    width: 30%;
    height: 105px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 25px;
}
.fashion__advantages p:nth-child(2):before {
    background: url(/assets/f6d5f8f8/styles/../images/people-4.svg) 0 0px no-repeat;
    background-position: 5px 0px;
}
.fashion__advantages p:nth-child(3):before {
    background: url(/assets/f6d5f8f8/styles/../images/coins.svg) 0 0px no-repeat;
    background-position: 5px 0px;
}
.fashion__advantages p:nth-child(4):before {
    background: url(/assets/f6d5f8f8/styles/../images/delivery.svg) 0 0px no-repeat;
    background-position: 0px 5px;
    background-size: cover;
}
.fashion__advantages-2 p:before,
.fashion__advantages-3 p:before,
.fashion__advantages-3 p:after {
    width: 120px;
    height: 120px;
    background-size: cover;
}
.fashion__advantages-2 p:nth-child(2):before {
    background-image: url(/assets/f6d5f8f8/styles/../images/svg/Service.svg);
    background-position: 1px 0;
}
.fashion__advantages-2 p:nth-child(3):before {
    background-image: url(/assets/f6d5f8f8/styles/../images/svg/Stock.svg);
    background-position: 1px 0;
}
.fashion__advantages-2 p:nth-child(4):before {
    background-image: url(/assets/f6d5f8f8/styles/../images/svg/recycling.svg);
    background-position: 1px 0;
}
/*background-image: url(/assets/f6d5f8f8/styles/../images/svg/Service.svg);*/

.fashion__advantages p:nth-child(3):after {
    display: block;
    content: "\20BD";
    width: 30%;
    height: 75px;
    color: #892488;
    font-size: 7.5em;
    line-height: 0.65em;
    text-align: center;
    margin: 0 auto;
    margin-top: 25px;
    /*     background: url(/assets/f6d5f8f8/styles/../images/money-1.svg) 0 0px no-repeat; */
    /*     background-size:contain; */
}
.fashion__advantages-3 p:nth-child(2):before {
    background-image: url(/assets/f6d5f8f8/styles/../images/people.svg);
    background-position: 0px 0;
}
.fashion__advantages-3 p:nth-child(3):before {
    background-image: url(/assets/f6d5f8f8/styles/../images/people-2.svg);
    background-position: 0px 0;
}
.fashion__advantages-3 p:nth-child(4):before {
    background-image: url(/assets/f6d5f8f8/styles/../images/money.svg);
    background-position: 0px 0;
}
/*background-image: url(/assets/f6d5f8f8/styles/../images/svg/Service.svg);*/

.fashion__advantages-3 p:nth-child(3):after {
    display: block;
    content: "";
    background-image: url(/assets/f6d5f8f8/styles/../images/people-1.svg);
    background-position: 0px 0;
    text-align: center;
    margin: 0 auto;
    margin-top: 25px;
}
.fashion__advantages-3 span {
    text-align: center;
    display: block;
    position: relative;
    margin: 0 auto;
    margin-top: 35px;
    width: 80%;
}
.fashion__row .h-slider__buttons_noclip {
    position: absolute;
    top: -56px;
    right: 0;
    margin-bottom: 0;
}
.clearfix {
    float: none;
    clear: both;
}
.clearfix:after,
.clearfix:before {
    /* float:none; */
    /* clear: both; */
    content: ' ';
    /* display: table; */
}

.main__order-title{
    /* text-align:center; */
    padding-bottom: 25px;
}

.fast-order-form {
    width: 750px;
}
.fast-order-form__content {
    display: table;
    width: 100%;
    margin-top: 17px;
    margin-top: 0;
}
.fast-order-form__form {
    display: table-cell;
    /* width: 360px; */
    /* padding-right: 40px; */
    vertical-align: top;
    max-width: 680px;
}
.fast-order-form__form .btn {
    width: 100%
}
.fast-order-form__description {
    display: table-cell;
    padding-top: 20px;
    vertical-align: top;
}
.fast-order-form__description-text {
    padding-bottom: 14px;
}
.fast-order-form-agreements {
    font-size: 0.75em;
    font-style: italic;
}
.fast-order-form__description-caption {
    display: inline-block;
    padding-bottom: 20px
}
.fasteners__tooltip {
    float: right;
    padding-top: 9px
}
.fasteners__checkbox {
    padding-right: 80px
}
.feedback-form__wrapper {
    padding-top: 20px
}
.feedback-form {
    font-size: 16px
}
.feedback-form__header {
    padding-bottom: 10px
}
.feedback-form__title {
    font-size: 18px;
    padding-bottom: 27px
}
.feedback-form__divider {
    width: 100%;
    height: 1px;
    background: #e5e5e5
}
.fdb-form__item {
    margin-bottom: 20px
}
.fdb-form__item_bottom {
    margin-bottom: 16px
}
.fdb-form__name {
    padding-top: 6px;
    font-size: 16px;
    font-weight: 700;
    color: #262324
}
.fdb-form__field {
    width: 100%;
    height: 90px;
    padding: 10px
}
.fdb-form__switch {
    font-family: 'Exo 2', Tahoma, sans-serif;
    font-size: 15px;
    font-weight: 700
}
.fdb-form__input {
    width: 100%;
    padding: 9px 0 9px 10px
}
.fdb-form__publish {
    padding-left: 20px;
    padding-right: 20px
}
.fdb-form__icon {
    fill: #fff;
    width: 30px;
    height: 22px;
    vertical-align: middle
}
.fdb-form__link {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 36px;
    text-align: center;
    background: #d7d7d7;
    border-radius: 7px
}
.fdb-form__link_fcb:active {
    background: #667cad;
    box-shadow: inset 0 4px 2px #546993;
}
.fdb-form__link_vk:active {
    background: #57799d;
    box-shadow: inset 0 4px 2px #486785
}
.fdb-form__btn {
    width: 100%;
    margin-top: 20px
}
.fdb-form__tip {
    padding-top: 53px;
    line-height: 1.2em
}
.fdb-form_bottom {
    padding-top: 20px
}
.feedback-head {
    height: 85px;
    background: #ebebeb
}
.feedback-head__title {
    line-height: 96px;
    font-size: 18px
}
.fdb-rating {
    padding-bottom: 7px;
    padding-left: 9px
}
.fdb-rating__radio {
    width: 0;
    margin: 0;
    padding: 0;
    font-size: 1em;
    opacity: 0
}
.fdb-rating__span {
    position: relative;
    display: inline-block;
    margin-right: 6px;
    width: 21px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background: #d7d7d7
}
.fdb-rating__span:before {
    position: absolute;
    left: -8px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 15px solid #d7d7d7;
    border-left: 8px solid transparent;
    border-bottom: 15px solid #d7d7d7;
    content: ''
}
.fdb-rating__span:after {
    position: absolute;
    right: -8px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 8px solid #d7d7d7;
    border-bottom: 15px solid transparent;
    content: ''
}
.fdb-rating__span_one:before {
    height: 30px;
    width: 6px;
    left: -6px;
    border: 0;
    background: #d7d7d7;
    content: ''
}
.fdb-rating__span_one.active {
    background: #fccb00
}
.fdb-rating__span_one.active:after {
    border-left-color: #fccb00
}
.fdb-rating__span_one.active:before {
    background: #fccb00
}
.fdb-rating__span_two.active {
    background: #fcc000
}
.fdb-rating__span_two.active:before {
    border-top-color: #fcc000;
    border-bottom-color: #fcc000
}
.fdb-rating__span_two.active:after {
    border-left-color: #fcc000
}
.fdb-rating__span_three.active {
    background: #c0cc00
}
.fdb-rating__span_three.active:after {
    border-left-color: #c0cc00
}
.fdb-rating__span_three.active:before {
    border-top-color: #c0cc00;
    border-bottom-color: #c0cc00
}
.fdb-rating__span_four.active {
    background: #9c0
}
.fdb-rating__span_four.active:after {
    border-left-color: #9c0
}
.fdb-rating__span_four.active:before {
    border-top-color: #9c0;
    border-bottom-color: #9c0
}
.fdb-rating__span_five.active {
    background: #690
}
.fdb-rating__span_five.active:after {
    border-left-color: #690
}
.fdb-rating__span_five.active:before {
    border-top-color: #690;
    border-bottom-color: #690
}
.fdb-rating__text {
    padding-left: 10px
}
.fdb-auth {
    display: table;
    width: 100%
}
.fdb-auth__publish,
.fdb-auth__switch {
    display: table-cell
}
.fdb-auth__publish {
    text-align: right
}
.feedback {
    width: 240px;
    color: #fff;
    cursor: pointer
}
.feedback__link {
    display: block;
    padding-left: 25px;
    text-decoration: inherit;
    color: inherit
}
.feedback__icon {
    width: 32px;
    height: 50px;
    margin-right: 15px;
    vertical-align: middle;
    fill: #fff;
}
.feedback__icon_support {
    margin-left: -4px;
    margin-right: 19px;
    height: 47px
}
.feedback__icon_boss {
    margin-left: -2px;
    margin-right: 17px
}
.feedback__icon_order {
    margin-left: 3px;
    margin-right: 11px
}
.feedback__label {
    vertical-align: middle;
    color: #fff;
}
.feedback__item {
    text-align: left;
    background-color: #262324;
    /* border-bottom: 1px solid #686868; */
    /* border-top: 1px solid #7b7b7b; */

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .15s;
    transition: all .15s;
    /* width: 250px; */
}
.feedback__item:first-child {
    border-top: none
}
.filter-steps:after {
    display: table;
    clear: both;
    content: ''
}
.filter-steps__step {
    float: left;
    min-width: 269px;
    min-height: 60px;
    padding-left: 10px;
    padding-right: 10px;
    border: 3px solid #A626AA;
    /* border-radius: 3px; */

    text-align: center;
    /* color: #fff; */
}
.filter-steps__step_passed {
    background-color: #A626AA;
    cursor: pointer
}
.filter-steps__step_active,
.filter-steps__step_active .filter-steps__step-content,
.filter-steps__step_passed .filter-steps__step-content {
    color: #fff;
    border-color: #fff;
}
.filter-steps__step_active .filter-steps__step-content {
    border: none
}
.filter-steps__step_two {
    min-width: 260px
}
.filter-steps__step_three {
    min-width: 259px
}
.filter-steps__step-content {
    display: inline-block;
    margin-top: 16px;
    line-height: 18px;
    border-bottom: 1px solid #262324;
    font-family: 'Exo 2', Tahoma, sans-serif;
    font-weight: 600;
    color: #262324;
    /* letter-spacing: 1px; */
}
.filter-steps__step-content_active {
    border-bottom: none
}
.filter-steps__step-img {
    margin-right: 10px;
    margin-left: -15px;
    vertical-align: middle
}
.filter-steps__delimiter {
    float: left;
    width: 40px
}
.filter-steps__delimiter-icon {
    width: 21px;
    height: 26px;
    margin-left: 10px;
    margin-top: 17px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    fill: #616161;
}
.flip-clock-wrapper {
    position: relative;
    padding-top: 10px;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-family: 'Exo 2', Tahoma, sans-serif;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.flip-clock-wrapper .flip {
    position: relative;
    margin-right: 3px;
    width: 37px;
    height: 55px;
    font-size: 33px;
    font-weight: 700;
    line-height: 48px;
    background-color: #262324;
    border-radius: 6px
}
.flip-clock-wrapper .flip li {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 48px
}
.flip-clock-wrapper .flip li:first-child {
    z-index: 2
}
.flip-clock-wrapper .flip li a {
    margin: 0!important;
    display: block;
    height: 100%;
    overflow: visible!important;
    -webkit-perspective: 200px;
    perspective: 200px
}
.flip-clock-wrapper .flip li a div {
    z-index: 1;
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
    overflow: hidden
}
.flip-clock-wrapper .flip li a div .shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2
}
.flip-clock-wrapper .flip li a div.up {
    top: 0;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%
}
.flip-clock-wrapper .flip li a div.up:after {
    content: '';
    position: absolute;
    top: 23px;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 1px;
    background-color: #262324;
    background-color: rgba(0, 0, 0, .4);
    box-shadow: 0 1px rgba(255, 255, 255, .7)
}
.flip-clock-wrapper .flip li a div.down {
    bottom: 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0
}
.flip-clock-wrapper .flip li a div div.inn {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 200%;
    color: #fff;
    font-size: 34px;
    text-shadow: 0 -1px rgba(0, 0, 0, .15);
    text-align: center;
    background-color: #333;
    background-image: -webkit-linear-gradient(top, #2e3436, #4b5153);
    background-image: linear-gradient(to bottom, #2e3436, #4b5153);
    border-radius: 4px;
    box-shadow: inset 0 1px rgba(255, 255, 255, .7)
}
.flip-clock-wrapper .flip li a div.up div.inn {
    top: 0
}
.flip-clock-wrapper .flip li a div.down div.inn {
    bottom: 0
}
.flip-clock-wrapper .flip li.flip-clock-before {
    z-index: 3;
    padding: 3px
}
.flip-clock-wrapper .flip li.flip-clock-active {
    -webkit-animation: asd .5s .5s linear both;
    animation: asd .5s .5s linear both;
    padding: 3px
}
.flip-clock-divider {
    position: relative;
    width: 10px
}
.flip-clock-divider:first-child {
    width: 0
}
.flip-clock-dot {
    display: none
}
.flip-clock-divider .flip-clock-label {
    position: absolute;
    bottom: -1.5em;
    right: -77px;
    width: 77px;
    color: #262324;
    text-shadow: none
}
.flip-clock-wrapper .flip.play li.flip-clock-active .down {
    z-index: 2;
    -webkit-animation: turn .25s .5s linear both;
    animation: turn .25s .5s linear both
}
.flip-clock-wrapper .flip.play li.flip-clock-before .up {
    z-index: 2;
    -webkit-animation: turn2 .5s cubic-bezier(.55, .055, .675, .19) both;
    animation: turn2 .5s cubic-bezier(.55, .055, .675, .19) both
}
.flip-clock-wrapper .flip li.flip-clock-active {
    z-index: 3
}
.flip-clock-wrapper .flip.play li.flip-clock-before .up .shadow {
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, .1) 0, #262324);
    background: linear-gradient(to bottom, rgba(0, 0, 0, .1) 0, #262324);
    -webkit-animation: show .5s cubic-bezier(.55, .055, .675, .19) both;
    animation: show .5s cubic-bezier(.55, .055, .675, .19) both
}
.flip-clock-wrapper .flip.play li.flip-clock-active .up .shadow {
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, .1) 0, #262324);
    background: linear-gradient(to bottom, rgba(0, 0, 0, .1) 0, #262324);
    -webkit-animation: hide .25s .3s linear both;
    animation: hide .25s .3s linear both
}
.flip-clock-wrapper .flip.play li.flip-clock-before .down .shadow {
    background: -webkit-linear-gradient(top, #262324 0, rgba(0, 0, 0, .1));
    background: linear-gradient(to bottom, #262324 0, rgba(0, 0, 0, .1));
    -webkit-animation: show .5s cubic-bezier(.55, .055, .675, .19) both;
    animation: show .5s cubic-bezier(.55, .055, .675, .19) both
}
.flip-clock-wrapper .flip.play li.flip-clock-active .down .shadow {
    background: -webkit-linear-gradient(top, #262324 0, rgba(0, 0, 0, .1));
    background: linear-gradient(to bottom, #262324 0, rgba(0, 0, 0, .1));
    -webkit-animation: hide .25s .3s linear both;
    animation: hide .25s .3s linear both
}
.footer {
    display: block;
    margin-top: 40px;
    border-bottom: 1px solid #262324;
}
.footer-content {
    min-width: 1200px;
    max-height: 514px;
    overflow: hidden;
    background: #ebebeb;
    height: 257px;
}
.footer-content .grid {
    /* width: 90%; */

    margin: 0 auto;
}
.footer-content:after {
    content: ' ';
    width: auto;
    min-width: 100px;
    height: 315px;
    position: absolute;
    display: inline-block;
    margin-top: -272px;
    max-height: 514px;
    right: 0;
    background-color: #A626AA;
    display: none;
}
.footer-nav-list {
    position: relative;
    z-index: 0;
    padding-top: 12px;
    padding-bottom: 21px;
    /* width: 800px; */
    font-size: 0;
    /* background-image: url(/assets/f6d5f8f8/styles/../images/svg/countdown-bg.svg); */
    /* background-position-x: 210px; */
    line-height: 1.6;
    margin-left: 5%;
}
.footer-nav__group {
    display: inline-block;
    /* margin-right: 20px; */
    vertical-align: top;
    width: 14%;
}
.footer-nav__item {
    margin-bottom: 18px;
}
.footer-nav__item_high {
    margin-bottom: 34px;
}
.footer-nav__link {
    display: block;
    font-size: 14px;
    font-family: 'Exo 2', Tahoma, sans-serif;
    color: rgb(91, 91, 91);
}
.footer-nav-title {
    display: block;
    margin-top: 19px;
    margin-bottom: 20px;
}
.footer-bg {
    position: absolute;
    top: 0;
    /*   left: 486px; */
    display:none;
    right: -110%;
    z-index: -1;
    width: 800px;
    height: 514px;
    /* background: url(/assets/f6d5f8f8/styles/../images/footer-bg.png) no-repeat; */
    /* background-color: #A626AA; */
}
.footer-contact {
    position: relative;
    z-index: 1;
    float: right;
    width: 380px;
    /* color: #262324; */
    color: #fff;
    background-color: #A626AA;
    padding-left: 10px;
    right: 0;
    padding-right: 60px;
    padding-bottom: 15px;
    /* left: 100%; */
    /* margin-left: -380px; */
}
.footer-contact__info {
    position: relative;
    display: block;
    padding-left: 63px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 20px;
}
.footer-contact__info a {
    /*   color: #262324; */

    color: #fff;
}
.footer-contact__info_phone {
    position: relative;
    padding-top: 10px;
    padding-left: 63px;
    margin-top: 30px;
    margin-bottom: 25px;
    height: 41px;
    font-size: 1.4em;
    font-weight: 700;
}
.footer-contact__info_phone ul {
    margin-top: -13px;
}
.footer-contact__info_phone li {
    padding: 0 0 8px 0;
}
.footer-icon {
    position: absolute;
    top: -10px;
    left: 9px;
    width: 41px;
    height: 41px;
    fill: #EBEBEB;
    stroke-width: 0.5px;
    stroke: #919191;
}
.footer-icon_phone {
    top: -5px;
    left: 7px;
    width: 44px;
    height: 51px;
}
.footer-icon_clock {
    top: -1px;
}
.footer-icon_flag {
    top: 0px;
    left: 8px;
    width: 43px;
    height: 43px;
}
.footer-wrapper {
    font-size: 0;
}
.footer-wrapper:after {
    display: table;
    clear: both;
    content: '';
}
.footer-bottom {
    padding-top: 31px;
    height: 171px;
    /* font-size: 0; */

    background: #fff;
    /* width: 80%; */

    margin: 0 auto;
    width: 90%;
    min-width: 1200px;
}
.footer-bottom .cols {
    width: 100%;
}
.footer-bottom__pay {
    margin-left: -1px;
    font-size: 0;
}
.footer-bottom__pay ul {
    margin-top: -5px;
    display: flex;
    justify-content: space-between;
}
.footer-bottom__social-wrapper {
    text-align: right;
    float: right;
    font-size: 0;
}
.footer-bottom__social {
    position: relative;
    display: inline-block;
    text-align: left;
}
.footer-bottom-caption {
    margin-bottom: 14px;
    font-size: 14px;
    color: #262324;
    text-align: center;
}
.footer-bottom-btn {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin-right: 2px;
    height: 40px;
    background: #fff;
}
.footer-bottom-btn_pay {
    width: 60px;
    display: inline-block;
}
.footer-bottom-btn_pay:first-child {
    width: 100px;
    display: inline-block;
}
.footer-bottom-btn_pay img{
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.footer-bottom-btn_social {
    margin-right: 0px;
    width: 35px;
    /*   border: 2px solid #f3f3f3; */

    border-color: black;
    border-radius: 0;
    transition: all .2s;
}
.footer-bottom-btn_social a svg {
    -webkit-transition: all .2s;
    transition: all .1s;
    fill: #892488;
}
.footer-bottom-btn-svg {
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    /*border:1px solid black;*/
}
.footer-bottom-btn-svg_MasterCard {
    height: 28px;
    top: 6px;
}
.footer-bottom-btn-svg_vk {
    /* top: 10px; */

    left: 0px;
    height: 36px;
    width: 36px;
}
.footer-bottom-btn-svg_classmates {
    /* top: 6px; */

    left: 0px;
    height: 36px;
    width: 36px;
}
.footer-bottom-btn-svg_fb {
    /* top: 7px; */

    left: 0px;
    height: 36px;
    width: 36px;
}
.footer-bottom-btn-svg_twitter {
    top: 0px;
    left: 0px;
    height: 36px;
    width: 36px
}
.footer-bottom-btn-svg_social {
    top: 0px;
    left: 0px;
    height: 30px;
    width: 30px;
}
.footer-bottom .grid-module-5 {
    position: relative;
    text-align: left;
    display: table-cell
}
.footer-menu__link_logo {
    /* border: 1px solid black; */
    /* position: absolute; */

    float: left;
    display: inline-block;
    width: 400px;
}
.footer-menu__logo {
    float: left;
    color: #262324;
    display: block;
    vertical-align: middle;
    width: 120px;
    margin-left: -5px;
}
.footer-menu__link_logo h2,
.footer-menu__link_logo h4 {
    position: relative;
    text-align: center;
    color: #262324;
    z-index: 9999;
    top: 35px;
    left: 0px;
}
.footer-bottom .footer-menu__link_logo h2 {
    font-family: "FordAntennaCond-Bold", Tahoma, sans-serif;
    font-size: 2.85em;
    font-weight: 400;
    /* border: 1px solid; */

    margin-bottom: 10px;
}
.footer-bottom .footer-menu__link_logo h4 {
    font-family: "FordAntennaCond-Regular", Tahoma, sans-serif;
    font-size: 1.18em;
    font-weight: 100;
}
.footer-logo {
    height: 191px;
    /* width: 391px; */

    background: url(/assets/f6d5f8f8/styles/../images/logo/logo_good.svg) 0 0px no-repeat;
    background-size: 350px;
}
.footer-copyright {
    height: 50px;
    line-height: 45px;
    background: #262324;
    /* width: 95%; */
}
.footer-copyright .grid {
    width: 95%;
    /* height: 30px; */
    display: block;
    /* padding: 0; */
    position: relative;
}
.footer-copyright-caption {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding-left: 30px;
}
.footer-copyright-caption_sign {
    font-size: 16px;
}
.grid {
    /* width: 100vw; */
    /* max-width: 1180px; */

    margin-left: auto;
    margin-right: auto;
    /* padding: 0 2%; */
    /* box-sizing: content-box; */
}
.brand__wrap {
    width: 100%;
}
.grid-error {
    width: 90%;
    margin-top: 10px;
}
.grid-error .alert {
    margin: 0 auto;
    margin-top: 20px;
}
.main__title_news {
    width: 90%;
}
.main__top {
    /* width:90%; */
    /*   margin: 0 auto;  */
    /*   text-align: center; */
    /* margin: 0 auto; */

    margin-bottom: 50px;
    margin-top: 20px;
}
.main__top .cols {
    width: 80%;
    min-width: 1200px;
    /* margin:0 auto; */
}
.grid-module-1 {
    width: 80px
}
.grid-module-2 {
    width: 230px;
    /* overflow: visible; */
    /* margin: 10px; */

    margin: 0 auto;
}
.grid-module-3 {
    width: 280px;
}
/*#news .news-list__item .grid-module-3{
    width:auto;
}
#news .news-list__item{
    width:32%;
}*/

#vacancies .grid-module-4,
#actions .grid-module-4 {
    width: 32%;
}
.grid-module-4 {
    width: 380px
}
.footer-bottom .grid-module-4 p {
    position: relative;
    margin-top: 25px;
    padding-right: 0px;
    left: -20px;
}
.best-brands .grid-module-4 {
    width: auto;
}
.best-brands .grid-module-8 {
    width: auto;
}
.vendor .grid-module-4 {
    width: 490px;
    /* padding-right:30px; */
    /* max-height: 230px; */
    /* border: 1px solid black; */
    /* overflow: hidden; */
}
.grid-module-5 {
    width: 480px;
    /* height: 100%; */
    /* position: relative; */
    /* text-align: left; */
}
.grid-module-6 {
    width: 580px
}
.grid-module-7 {
    width: 750px;
}
.grid-module-8 {
    width: 780px;
    float: right;
}
.grid-module-8.selection-tires {
    width: 100%;
    float: none;
    margin: 0 auto;
}
.grid-module-8.selection-tires .selection-products__block {
    width: 100%;
    margin: 0 auto;
}
.shipping-rf .grid-module-8 {
    width: 90%;
    float: none;
    display: block;
    margin: 0 auto;
}
.main__top .grid-module-8 {
    width: 95%;
    float: right;
    z-index: 10;
}
.grid-module-9 {
    width: 880px
}
.main__catalog .grid-module-10 {
    padding-left: 20px;
}
.grid-module-10 {
    width: 980px
}
.grid-module-11 {
    width: 1080px
}
#company .grid-module-12,
#news .grid-module-12 {
    margin: 0 auto;
    min-width: 1200px;
    width: 100%;
}
.grid-module-12 {
    width: 1180px;
}
#vacancies .grid-module-12,
#actions .grid-module-12 {
    width: 90%;
    margin: 0 auto;
}
.cols {
    display: table;
    /*   margin-left: -20px; */
    margin: 0 auto;
    /* width: 100%; */
}
.vendor .cols {
    width: 100%;
    /* float: left; */
    /* clear: none; */
}
.col {
    display: table-cell;
    box-sizing: content-box;
    /* padding-left: 20px; */
    vertical-align: top;
}
.main__top .col:last-child {
    padding-left: 20px;
    width: 100%;
}
.main__catalog .cols {
    width: 100%;
    /* text-align: center; */
}
.main__catalog #anchor {
    text-align: center;
}
.demo-blocks {
    padding-bottom: 50px
}
.demo-block {
    display: none;
    margin: 1em 0 2em;
    padding: 1.5em 0;
    background-image: url(data:image/gif;base64,R0lGODlhEAAQAJEAAMvLy8zMzP///wAAACH5BAAAAAAALAAAAAAQABAAAAIglG+hq4jM3IFLJhqswNly/XkUEEqlcz4YuIoU+7qQVgAAOw==)
}
.demo-block_dark {
    background-image: url(data:image/gif;base64,R0lGODlhEAAQAIAAAJmZmWZmZiH5BAAAAAAALAAAAAAQABAAAAIfhG+hq4jM3IFLJhoswNly/XkcBpIiVaInlLJr9FZWAQA7)
}
.demo-block_white {
    background-image: none;
    background-color: #fff
}
.demo-block_gray {
    background-image: none;
    background-color: #ebebeb
}
.h-slider {
    position: relative;
    /* float: right; */
}
.h-slider .slick-list {
    /* overflow: visible; */

    padding-top: 20px;
    margin-top: -15px;
}
.last-viewed-products .slick-slide img {
    display: inherit;
    height: 220px;
    width: auto;
}
.last-viewed-products .slick-list {
    /* overflow:visible; */
    padding-top: 25px;
    /* margin-top: -10px; */
    /* padding-bottom: 10px; */
}
.last-viewed-products .product-vertical__thumbnail {
    position: relative;
    display: block;
    height: 220px;
    overflow: hidden;
}
.last-viewed-products .product-vertical__content {
    position: relative;
    padding-top: 8px;
    padding-left: 5px;
    padding-right: 5px;
}
.h-slider .slick-slide img:not(.icon_align_middle):not(.product-h-header__img) {
    display: inherit;
    height: auto;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    left: 12.5px;
    /* padding-top: 5px; */
    /* right: auto; */
}
.sw-section-disks .slick-slide img {
    display: inherit;
    height: 220px;
    width: auto;
    text-align: center;
    margin: 0 auto;
}
.product-vertical__thumbnail img[src*='no-photo']{
    margin-top:-15px;
}
.sw-section-disks .product-vertical__thumbnail {
    position: relative;
    display: block;
    height: 220px;
    overflow: hidden;
}
#similar .product-vertical__content,
.disks .product-vertical__content {
    position: relative;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
}
.disks img {
    display: inherit;
    width: auto;
    text-align: center;
    margin: 0 auto;
}
#similar .product-vertical__thumbnail img,
.disks .product-vertical__thumbnail img {
    height: 220px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    object-fit: contain;
    padding: 0 5px;
}
#similar .product-vertical__thumbnail,
.disks .product-vertical__thumbnail {
    position: relative;
    display: block;
    height: 220px;
    overflow: hidden;
}
.sw-section-disks .product-vertical__content {
    position: relative;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
}
.news-card-img {
    height: 185px;
    overflow: hidden;
}
.main__news .slick-slide img {
    display: block;
    height:auto;
    /*height: 100%;*/
    width: 100%;
    left: 0;
    /* padding-bottom: 20px; */
    /* position: absolute; */
    /*object-fit:contain;*/
    padding-top: 0;
    min-height: 185px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    will-change: transform;
}
.news-card__photolink {
    /* padding-top: 185px; */
    /* position: absolute; */
    /* overflow: hidden; */

    height: 100%;
    /* width: 100%; */
    /* padding: 50px; */
    /* border: 1px solid red; */

    display: block;
}
.h-slider__buttons {
    margin-bottom: 30px
}
.h-slider__buttons:after {
    display: table;
    clear: both;
    content: ' ';
}
.sale .h-slider__buttons:before {
    display: inline-block;
    float: left;
    clear: both;
    color: #262324;
    text-transform: uppercase;
    content: attr(data-sale);
    font-size: 2em;
    font-weight: 700;
    margin-top: 10px;
    margin-left: 0px;
}
.h-slider__buttons .btn {
    margin-right: 10px;
    color: #262324;
    font-weight: 700;
    float: right;
    border: 3px solid #892488;
    font-size: 1.1em;
}
.best-brands .h-slider__buttons .btn {
    display: block;
    float: none;
    width: 190px;
    margin: 15px 0;
}
.best-brands .h-slider__buttons {
    margin: 0;
}
.h-slider__buttons .btn.slick-disabled {
    box-shadow: none;
    opacity: .27;
    cursor: default;
    color: #262324;
}
.h-slider__buttons .btn:first-child {
    margin-right: 0
}
.main__similar .h-slider__buttons_noclip {
    top: -50px;
}
.h-slider__buttons_noclip {
    position: absolute;
    top: -70px;
    right: 0;
    margin-bottom: 0;
}
.main__new-products .h-slider__buttons_noclip,
.brands__catalog-frame .h-slider__buttons_noclip {
    top: -58px;
}
.h-slider__next {
    height: 45px;
    width: 45px;
    padding: 0;
    /* background-image: url(/assets/f6d5f8f8/styles/../images/svg/h-slider__next.svg); */

    background-size: contain;
    content: ">";
    /*   line-height: 2; */
}
.last-viewed-products-slider__right-switch:after,
.last-viewed-products-slider__left-switch:after,
.h-slider__prev:after,
.h-slider__next:after {
    vertical-align: middle;
    text-align: center;
    /*      font-size: 2.9em; */
    /*      line-height: 0.75; */
    /*     letter-spacing: 1px; */
    /*      font-weight: 100; */
    width: 16px;
    height: 16px;
    display: block;
    position: relative;
    border: 3px solid #262324;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    top: 10px;
}
.h2_p {
    font-size: 1em;
    /*     font-weight:normal; */
    text-transform: normal;
}
.h-slider__next:after {
    content: " ";
    border-left: none;
    border-top: none;
    left: 4px;
}
.h-slider__prev:after {
    content: " ";
    border-right: none;
    border-bottom: none;
    left: 13px;
}
.h-slider__prev {
    height: 45px;
    width: 45px;
    padding: 0;
    /*   background-image: url(/assets/f6d5f8f8/styles/../images/svg/h-slider__prev.svg); */

    background-size: contain;
}
.h-slider__prev.btn {
    margin-right: 3px;
    margin-left: 4px;
    /* line-height: 2; */
}
.h-slider__slides {
    margin: 0 -10px;
    /* margin-left: 5px; */
    /* width: 100%; */
    /* width: 100%; */
    /* display: inline-flex; */
    /*width: 100%;*/
}

#novelties-block-tire .h-slider__slides,
#sale-block .h-slider__slides{
    overflow: hidden;
    height: 355px;
}

#novelties-block-disks .h-slider__slides{
    overflow: hidden;
    height: 515px;
}

#news-block .h-slider__slides{
    height:430px;
    overflow:hidden;
}

.best-brands .h-slider__slides {
    margin: 0 auto;
    width:100%;
    text-align:center;
    overflow: hidden;
    height: 75px;
}
.h-slider__slide {
    /* margin: 0 30px; */
    /*   width: 220px !important; */

    float: left;
    height: 100%;
    min-height: 1px;
}

#news-block .h-slider__slide{
    width: 23%;
    display:inline-block;
}

.sale .h-slider__slide {
    padding: 0 6px;
    width: 25%;
}
.main__new-products .h-slider__slide {
    margin: 0 5px 0 5px;
    /* width: 220px !important; */
}
.main__news .h-slider__slide {
    margin: 0 10px;/*
width: 220px !important; */
}
.h-slider .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    /* width:90% !important; */
    /* display: inline-flex; */
    /* width: 100%; */
}
.main__news .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    /* width:100% !important; */
}
.h2+.h-slider {
    margin-top: 30px;
}
.header {
    position: relative;
}
.header_solid:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 55px;
    left: 0;
    right: 0;
    z-index: -1;
    /* background-color: #ebebeb

 */
}
.header__main-menu {
    position: relative;
    z-index: 20;
    padding-bottom: 30px;
}
.header__main-menu .grid {
    background-color: #A626AA;
    padding: 0 2%;
    min-width: 1200px;
    overflow: hidden;
}
.header__main-submenu {
    position: absolute;
    top: -9999px;
    left: 0;
    right: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .35);
    opacity: 0;
    -webkit-transform-origin: center top;
    transform-origin: center top;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: opacity .35s, -webkit-transform .35s, top 0s .35s;
    transition: opacity .35s, transform .35s, top 0s .35s
}
.header__main-submenu_active {
    top: 50px;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity .35s, -webkit-transform .35s, top 0s 0s;
    transition: opacity .35s, transform .35s, top 0s 0s;
}
.header__top-search {
    max-width: 80%;
    margin: 0 auto;
    min-width: 1200px;
}
.help-faq__title {
    font-size: 20px;
    margin-bottom: 28px
}
.help-faq__list {
    list-style-type: disc;
    list-style-position: inside;
    margin-left: -5px
}
.help-faq__item {
    margin-bottom: 20px
}
.help-faq__link {
    color: #0b89ff
}
.help-notify__checks,
.help-notify__title {
    color: #757575
}
.help-notify__title {
    font-size: 16px;
    margin-bottom: 10px
}
.help-notify__item {
    margin-bottom: 10px
}
.hero {
    position: relative;
    margin-bottom: 30px;
    padding: 10px 0px;
    padding-left: 5%;
    width: 100%;
    height: 240px;
    line-height: 220px;
    text-align: center;
    background-color: #ebebeb;
}
.hero_text {
    text-align: left
}
.col.grid-module-12 > .wysiwyg {
    width: 90%;
    margin: 0 auto;
}
.hero_text + .wysiwyg {
    width: 90%;
    margin: 0 auto;
}
.hero:after,
.hero:before {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: block;
    /* border: 21px solid transparent; */
    /* content: ''; */
}
.hero:before {
    border-top: 20px solid #A626AA;
    border-left: 21px solid #A626AA;
}
.hero:after {
    /* border-right: 21px solid #ebebeb; */
    /* border-bottom: 21px solid #ebebeb; */
    /* border-right: 21px solid #fff; */
    /* border-bottom: 21px solid #fff; */
}
.hero_delivery {
    /* padding: 0

  */

    height: 300px;
}
.hero_white:after {
    border-right: 21px solid #fff;
    border-bottom: 21px solid #fff
}
.brand-about .hero:after,
.brand-about .hero:before {
    display: none;
}
.hero__img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}
.hero_delivery .hero__content img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero_delivery .hero__content {
    position: static;
}
.hero__content {
    position: relative;
    z-index: 1;
    display: inline-block;
    line-height: 20px;
    text-transform: uppercase;
    vertical-align: middle;
}
.hero_text .hero__content {
    padding: 25px 48px 25px 30px;
    max-width: 510px;
    background: #A626AA;
    color: #fff;
    letter-spacing: 0.3px;
}
.home-top {
    padding-bottom: 35px
}
.home-top__wf-banner {
    height: 161px;
    background-image: url(/assets/f6d5f8f8/styles/../images/content/wf-banner.png);
    background-repeat: no-repeat;
    background-position: 50% 25px;
    text-align: center;
    display: none;
}
.home-top__advantages {
    background-color: #ebebeb
}
.in-stock {
    color: #00b30f
}
.in-stock::before {
    content: '';
    display: inline-block;
    margin-right: .3em;
    vertical-align: -.05em;
    background-image: url(/assets/f6d5f8f8/styles/../images/sprite.png);
    background-position: -705px -268px;
    width: 12px;
    height: 10px;
}



.modifications-in-stock:before{
    content: attr(data-stock);
    background-image: none;
    width:auto;
    position:relative;
    /* background-image: none; */
}
.articles-grid {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 21px;
}
.info-articles__title {
    padding-top: 14px;
    padding-bottom: 17px;
    font-size: 30px
}
.info-articles__preview {
    padding-bottom: 21px;
    /* padding-left: 5px; */
}
.info-articles__list {
    /* border-bottom: 3px solid #ebebeb */

    text-align: center;
}
.articles-grid .grid-module-12 {
    width: 100%;
    margin: 0 auto;
}
.articles-grid .info-articles__list {
    text-align: left;
}
.info-articles__pagination {
    padding-top: 30px;
    padding-bottom: 60px;
    text-align: right
}
.info-card__caption {
    font-size: 16px;
    font-family: 'Exo 2', Tahoma, sans-serif;
    color: #616161;
    line-height: 19px
}
#vacancies .info-card {
    /* width:90%; */
    /* margin:0 auto; */
}
.info-card__caption_bold {
    font-weight: 700
}
.info-card__items {
    padding-top: 36px;
    padding-bottom: 36px;
    font-size: 0
}
.info-card__item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    height: 490px;
    background: #fff;
    border: 3px solid #d4d4d4;
    -webkit-transition: border-color .2s ease-in-out;
    transition: border-color .2s ease-in-out;
}

.info-card__item_link{
    height: 100%;
    display: block;
    position: relative;
    z-index: 1;
}

.info-card__item:nth-child(3n) {
    margin-right: 0
}
.info-card__item::before {
    position: absolute;
    top: 45%;
    left: 50%
}
.info-card__item::after {
    position: absolute;
    left: 0;
    top: 53%;
    width: 100%;
    font-size: 20px;
    font-family: 'Exo 2', Tahoma, sans-serif;
    font-weight: 700;
    color: #ebebeb;
    text-align: center;
    text-transform: uppercase
}
.info-card__item_deals.info-card__item:after{
    content:attr(data-deals);
    bottom:0;
    top: unset;
    background-color: hsla(0, 0%, 20%, 0.9);
    height:20%;
    display:flex;
    align-items:center;
    justify-content:center;
}

.info-card__item_no-deals::before {
    margin: -13px -14px;
    background-image: url(/assets/f6d5f8f8/styles/../images/sprite.png);
    background-position: -538px -622px;
    width: 37px;
    height: 35px;
    content: ''
}
.info-card__item_no-deals::after {
    width: 180px;
    left: 50%;
    margin-left: -90px;
    line-height: 23px;
    content: attr(data-nodeals);
    color: lightgray;
}
.info-card__item_no-vacancies::before {
    margin: -25px;
    background-image: url(/assets/f6d5f8f8/styles/../images/sprite.png);
    background-position: -597px -302px;
    width: 50px;
    height: 50px;
    content: '';
    /* fill: gray; */
}
.info-card__item_no-vacancies::after {
    content: attr(data-novacancies);
    color: lightgray;
}
.info-card__card {
    height: 100%;
    padding: 35px 30px 30px;
    font-size: 14px
}
.info-card__imgbox {
    height: 80%;
    overflow: hidden;
}
.info-card__img {
    object-fit: contain;
    height: 100%;
    width: 100%;
}
.info-card__btn {
    padding-top: 4px;
    text-align: center;
    text-transform: uppercase;
    color: #262324
}
.info {
    position: relative;
    display: inline-block;
}
.info__label {
    cursor: pointer;
    /* text-decoration: underline
 */

    border-bottom: 1px solid;
}
.info__tooltip {
    position: absolute;
    bottom: 150%;
    left: 50%;
    /* display: none; */

    margin-left: -21px;
    font-weight: 400;
    text-transform: none;
    z-index: -1;
    /* opacity: 0; */
    /* margin: 10px; */
    /* width: auto; */
}
.product-h__color .info .info__tooltip{
    top: 22px;
    /* z-index: -1; */
    width: 250px;
    /* width:auto; */
    /* padding: 0; */
    left: -125px;
    margin-left: 10px;
}
.product-h__color .info .tooltip{
    padding: 10px;
    margin:0;
    width: auto;
    /* position: relative; */
    /* display: inline-block; */
    /* white-space: pre; */
}
.color-checkbox .info__tooltip .tooltip_short {
    /*     opacity:1; */
    z-index: 100;
    /*     transition:all 0.15s  linear; */
}
.color-checkbox .tooltip_short {
    margin-bottom: -3px !important;
    left: 1px;
}
.color-checkbox .info__tooltip {
    z-index: 100;
    left: -9999px;
}
.info__tooltip_left {
    left: auto;
    right: 50%;
    margin-left: 0;
    margin-right: -21px
}
.info__tooltip_active {
    /* display: block; */

    z-index: 100;
    opacity: 1;
}
.input:not(.empty_field).user-success{
    border-color:#45B200;
}
.input {
    padding: 6px 8px;
    width: 100%;
    font-size: 20px;
    background-color: #fff;
    border: 3px solid #999;
    -webkit-transition: background-color .35s, border-color .35s;
    transition: background-color .35s, border-color .35s;

    /*      background-color: rgb(245, 245, 245); */
}

.input.semi-hidden:hover {
    border-color: #999;
    background-color: rgb(250, 250, 250);
}

.semi-hidden{
    opacity:.25;
}



.message__content .input{
    font-family: 'Exo 2', Tahoma, sans-serif;
}
.input:focus {
    background-color: #fefdf8;
    border: 3px solid #892488;
    -webkit-transition: background-color .15s, border-color .15s;
    transition: background-color .15s, border-color .15s;
}
.input[required]:not(:focus)::-webkit-input-placeholder::after {
    color: #de1f1f;
    content: '*'
}
.input[required]:not(:focus)::-moz-placeholder::after {
    color: #de1f1f;
    content: '*'
}
.input[required]:not(:focus):-ms-input-placeholder::after {
    color: #de1f1f;
    content: '*'
}
.input[required]:not(:focus)::placeholder::after {
    color: #de1f1f;
    content: '*'
}
.input_textarea {
    padding-top: 12px;
    padding-bottom: 12px;
    min-height: 122px;
    resize: none
}

input#fastorderform-name{
    text-transform:capitalize;
}
.wf-hint-primary__base {
    position: relative;
    background-repeat: no-repeat
}
.wf-hint-primary__base:before {
    content: '';
    position: absolute;
    display: block
}
.wf-hint-primary__base_small:before {
    display: none
}
.wf-hint-primary__base_tire-top {
    width: 152px;
    height: 236px;
    background-image: url(/assets/f6d5f8f8/styles/../images/tire-top.png);
    background-position: right 0;
}
.wf-hint-primary__base_tire-top:before {
    bottom: 0;
    right: 0;
    width: 133px;
    height: 68px;
    background-image: url(/assets/f6d5f8f8/styles/../images/tire-top-bot.png)
}
.wf-hint-primary__base_tire-side {
    width: 256px;
    height: 152px;
    background-image: url(/assets/f6d5f8f8/styles/../images/tire-side.png)
}
.wf-hint-primary__base_tire-side:before {
    top: 0;
    right: 20px;
    width: 68px;
    height: 133px;
    background-image: url(/assets/f6d5f8f8/styles/../images/tire-side-small.png)
}
.wf-hint-primary__base_disc-top {
    width: 145px;
    height: 236px;
    background-image: url(/assets/f6d5f8f8/styles/../images/disc-top.png)
}
.wf-hint-primary__base_disc-top:before {
    bottom: 9px;
    left: 0;
    width: 132px;
    height: 58px;
    background-image: url(/assets/f6d5f8f8/styles/../images/disc-top-bot.png)
}
.wf-hint-primary__base_disc-top_et-out:before {
    background-image: url(/assets/f6d5f8f8/styles/../images/disc-top-bot-out.png)
}
.wf-hint-primary__base_disc-side {
    width: 252px;
    height: 147px;
    background-image: url(/assets/f6d5f8f8/styles/../images/disc-side.png);
    background-position: 0 bottom;
}
.wf-hint-primary__base_disc-side:before {
    bottom: 0;
    right: 26px;
    width: 58px;
    height: 132px;
    background-image: url(/assets/f6d5f8f8/styles/../images/disc-side-small.png)
}
.wf-hint-primary__base_disc-side_et-out:before {
    background-image: url(/assets/f6d5f8f8/styles/../images/disc-side-small-out.png)
}
.wf-hint-primary__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-repeat: no-repeat
}
.wf-hint-primary__overlay_active {
    opacity: 1
}
.wf-hint-primary__base_tire-top .wf-hint-primary__overlay_height {
    background-image: url(/assets/f6d5f8f8/styles/../images/tire-top-height.png);
    background-position: 0 49px;
}
.wf-hint-primary__base_tire-top .wf-hint-primary__overlay_width {
    background-image: url(/assets/f6d5f8f8/styles/../images/tire-top-width.png);
    background-position: bottom right
}
.wf-hint-primary__base_tire-top .wf-hint-primary__overlay_diameter {
    background-image: url(/assets/f6d5f8f8/styles/../images/tire-top-diameter.png);
    background-position: top right
}
.wf-hint-primary__base_tire-side .wf-hint-primary__overlay_height {
    background-image: url(/assets/f6d5f8f8/styles/../images/tire-side-height.png);
    background-position: 63px 92px
}
.wf-hint-primary__base_tire-side .wf-hint-primary__overlay_width {
    background-image: url(/assets/f6d5f8f8/styles/../images/tire-side-width.png);
    background-position: right 0;
}
.wf-hint-primary__base_tire-side .wf-hint-primary__overlay_diameter {
    background-image: url(/assets/f6d5f8f8/styles/../images/tire-side-diameter.png)
}
.wf-hint-primary__base_disc-top .wf-hint-primary__overlay_diameter {
    background-image: url(/assets/f6d5f8f8/styles/../images/disc-top-diameter.png)
}
.wf-hint-primary__base_disc-top .wf-hint-primary__overlay_width {
    background-image: url(/assets/f6d5f8f8/styles/../images/disc-top-width.png);
    background-position: 0 168px
}
.wf-hint-primary__base_disc-top .wf-hint-primary__overlay_et-out {
    background-image: url(/assets/f6d5f8f8/styles/../images/disc-top-et-out.png);
    background-position: 0 bottom;
    opacity: 1
}
.wf-hint-primary__base_disc-top .wf-hint-primary__overlay_et-in {
    background-image: url(/assets/f6d5f8f8/styles/../images/disc-top-et-in.png);
    background-position: 0 bottom
}
.wf-hint-primary__base_disc-top .wf-hint-primary__overlay_pcd {
    background-image: url(/assets/f6d5f8f8/styles/../images/disc-top-pcd.png);
    background-position: 0 53px
}
.wf-hint-primary__base_disc-side .wf-hint-primary__overlay_diameter {
    background-image: url(/assets/f6d5f8f8/styles/../images/disc-side-diameter.png);
    background-position: 0 bottom
}
.wf-hint-primary__base_disc-side .wf-hint-primary__overlay_width {
    background-image: url(/assets/f6d5f8f8/styles/../images/disc-side-width.png);
    background-position: 63px bottom
}
.wf-hint-primary__base_disc-side .wf-hint-primary__overlay_et-out {
    background-image: url(/assets/f6d5f8f8/styles/../images/disc-side-et-out.png);
    background-position: 73px bottom;
    opacity: 1
}
.wf-hint-primary__base_disc-side .wf-hint-primary__overlay_et-in {
    background-image: url(/assets/f6d5f8f8/styles/../images/disc-side-et-in.png);
    background-position: right bottom
}
.wf-hint-primary__base_disc-side .wf-hint-primary__overlay_pcd {
    background-image: url(/assets/f6d5f8f8/styles/../images/disc-side-pcd.png);
    background-position: 53px 46px
}
.fancybox-image,
.fancybox-inner,
.fancybox-nav,
.fancybox-nav span,
.fancybox-outer,
.fancybox-skin,
.fancybox-tmp,
.fancybox-wrap,
.fancybox-wrap iframe,
.fancybox-wrap object {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    vertical-align: top
}
.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020
}
.fancybox-skin {
    position: relative;
    background-color: #f9f9f9;
    color: #444;
    text-shadow: none
}
.fancybox-opened {
    z-index: 8030
}
.fancybox-opened .fancybox-skin {
    box-shadow: 0 10px 25px rgba(0, 0, 0, .5)
}
.fancybox-inner,
.fancybox-outer {
    position: relative
}
.fancybox-inner {
    overflow: hidden
}
.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
}
.fancybox-error {
    color: #444;
    margin: 0;
    padding: 15px;
    white-space: nowrap
}
.fancybox-iframe,
.fancybox-image {
    display: block;
    width: 100%;
    height: 100%
}
.fancybox-image {
    max-width: 100%;
    max-height: 100%
}
#fancybox-loading,
.fancybox-close,
.fancybox-next span,
.fancybox-prev span {
    background-image: url(/assets/f6d5f8f8/styles/../scripts/libs/fancybox/source/fancybox_sprite.png);
}
#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: .8;
    cursor: pointer;
    z-index: 8060
}
#fancybox-loading div {
    width: 44px;
    height: 44px;
    background-image: url(/assets/f6d5f8f8/styles/../scripts/libs/fancybox/source/fancybox_loading.gif);
    background-position: center center;
    background-repeat: no-repeat
}
.fancybox-close {
    /* position: absolute; */
    /*    top: -18px;  */
    /* right: -18px; */
    /* width: 36px; */
    /* height: 36px; */
    /* cursor: pointer; */
    /* z-index: 8040; */

    background-image: none;
    z-index: 9000;
}
.fancybox-nav {
    position: absolute;
    top: 0;
    width: 70px;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: url(/assets/f6d5f8f8/styles/blank.gif);
    -webkit-tap-highlight-color: transparent;
    z-index: 8040;
    transition: all .2s ease-in-out;
}
.fancybox-prev {
    left: 0
}
.fancybox-next {
    right: 0;
}
.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 38px;
    height: 38px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    /*     visibility: hidden; */
    border: 3px solid #999;
    background-image: none;
}
.fancybox-prev span:after,
.fancybox-next span:after {
    vertical-align: middle;
    text-align: center;
    width: 14px;
    height: 14px;
    display: block;
    position: relative;
    border: 3px solid #999;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    top: 7px;
    content: " ";
    transition: all .2s ease-in-out;
}
.fancybox-next span:after {
    border-left: none;
    border-top: none;
    left: 2px;
}
.fancybox-prev span:after {
    border-right: none;
    border-bottom: none;
    left: 12px;
}
.fancybox-prev span {
    left: 15px;
    background-position: 0 -36px
}
.fancybox-next span {
    right: 15px;
    background-position: 0 -72px
}
.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible!important
}
.fancybox-lock {
    overflow: hidden!important;
    width: auto
}
.fancybox-lock body {
    overflow: hidden!important
}
.fancybox-lock-test {
    overflow-y: hidden!important
}
.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background-image: url(/assets/f6d5f8f8/styles/../scripts/libs/fancybox/source/fancybox_overlay.png)
}
.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}
.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll
}
.fancybox-title {
    visibility: hidden;
    position: relative;
    text-shadow: none;
    z-index: 8050
}
.fancybox-opened .fancybox-title {
    visibility: visible;
}
.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center
}
.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background-color: transparent;
    background-color: rgba(0, 0, 0, .8);
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #fff;
    font-weight: 700;
    line-height: 24px;
    white-space: nowrap
}
.fancybox-title-outside-wrap {
    position: relative;
    padding: 10px 20px;
    color: #fff;
    background-color: rgba(0, 0, 0, .8)
}
.fancybox-title-inside-wrap {
    padding-top: 10px
}
.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #ebebeb;
    padding: 10px;
    background-color: #262324;
    background-color: rgba(0, 0, 0, .85);
    text-align: right;
}
x-object-fit {
    position: relative!important;
    display: inline-block!important
}
x-object-fit>.x-object-fit-taller,
x-object-fit>.x-object-fit-wider {
    position: absolute!important;
    left: -100%!important;
    right: -100%!important;
    top: -100%!important;
    bottom: -100%!important;
    margin: auto!important
}
.x-object-fit-none>.x-object-fit-taller,
.x-object-fit-none>.x-object-fit-wider {
    width: auto!important;
    height: auto!important
}
.x-object-fit-fill>.x-object-fit-taller,
.x-object-fit-fill>.x-object-fit-wider {
    width: 100%!important;
    height: 100%!important
}
.x-object-fit-contain>.x-object-fit-taller {
    width: auto!important;
    height: 100%!important
}
.x-object-fit-contain>.x-object-fit-wider {
    width: 100%!important;
    height: auto!important
}
.x-object-fit-cover>.x-object-fit-taller,
.x-object-fit-cover>.x-object-fit-wider {
    max-height: none!important
}
.x-object-fit-cover>.x-object-fit-taller {
    width: 100%!important;
    height: auto!important;
    max-width: none!important
}
.x-object-fit-cover>.x-object-fit-wider {
    width: auto!important;
    height: 100%!important;
    max-width: none!important
}
.x-object-position-top>.x-object-fit-taller,
.x-object-position-top>.x-object-fit-wider {
    top: 0!important;
    bottom: auto!important
}
.x-object-position-right>.x-object-fit-taller,
.x-object-position-right>.x-object-fit-wider {
    left: auto!important;
    right: 0!important
}
.x-object-position-bottom>.x-object-fit-taller,
.x-object-position-bottom>.x-object-fit-wider {
    top: auto!important;
    bottom: 0!important
}
.x-object-position-left>.x-object-fit-taller,
.x-object-position-left>.x-object-fit-wider {
    left: 0!important;
    right: auto!important
}
.simply-scroll-container {
    position: relative
}
.simply-scroll-clip {
    position: relative;
    overflow: hidden
}
.simply-scroll-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none
}
.simply-scroll-list li {
    padding: 0;
    margin: 0;
    list-style: none
}
.simply-scroll-list li a img {
    border: none;
    display: block;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    max-height: 50px;
}
.simply-scroll-btn {
    position: absolute;
    background-image: url(/assets/f6d5f8f8/styles/buttons.png);
    width: 42px;
    height: 44px;
    z-index: 3;
    cursor: pointer
}
.simply-scroll-btn-left {
    left: 6px;
    bottom: 6px;
    background-position: 0 -44px
}
.simply-scroll-btn-left.disabled {
    background-position: 0 0!important
}
.simply-scroll-btn-left:focus {
    background-position: 0 -88px
}
.simply-scroll-btn-right {
    right: 6px;
    bottom: 6px;
    background-position: -84px -44px
}
.simply-scroll-btn-right.disabled {
    background-position: -84px 0!important
}
.simply-scroll-btn-right:focus {
    background-position: -84px -88px
}
.simply-scroll-btn-up {
    right: 6px;
    top: 6px;
    background-position: -126px -44px
}
.simply-scroll-btn-up.disabled {
    background-position: -126px 0!important
}
.simply-scroll-btn-up:focus {
    background-position: -126px -88px
}
.simply-scroll-btn-down {
    right: 6px;
    bottom: 6px;
    background-position: -42px -44px
}
.simply-scroll-btn-down.disabled {
    background-position: -42px 0!important
}
.simply-scroll-btn-down:focus {
    background-position: -42px -88px
}
.simply-scroll-btn-pause {
    right: 6px;
    bottom: 6px;
    background-position: -168px -44px
}
.simply-scroll-btn-pause:focus {
    background-position: -168px -88px
}
.simply-scroll-btn-pause.active {
    background-position: -84px -44px
}
.simply-scroll-btn-pause.active:focus {
    background-position: -84px -88px
}
.simply-scroll {
    width: 100%;
    /* position: absolute; */
    /* left:0; */
}
.tabs-tire .bottom-entry__wysiwyg,
.tabs-disks .bottom-entry__wysiwyg {
    padding-right: 300px;
}
.best-brands {
    margin-top: 30px;
}
.best-brands .cols .col {
    /* border:1px solid; */
}
.best-brands .cols .col:first-child {} .oferta .checkbox {
                                           display: block;
                                           opacity: 0;
                                           position: absolute;
                                           margin-top: 8px;
                                           margin-left: 3px;
                                           z-index: -1;
                                       }
.simply-scroll .simply-scroll-list li {
    float: left
}
.js-switched-area__part_hidden {
    display: none
}
.labeled,
.labeled__input,
.labeled__label {
    display: block
}
.labeled__label {
    padding-bottom: 5px;
    font-size: 14px;
    font-family: 'Exo 2', Tahoma, sans-serif;
    font-weight: 700;
    text-transform: uppercase
}
.labeled__label::after {
    content: ':'
}
.last-viewed-products-info {
    /* background-color: #757575; */
    position: absolute;
    width: 100%;
    height: 50px;
    bottom: 30px;
    /* left: 50%; */
    /* right: 50%; */
}
.last-viewed-products-info__controls {
    /* display: table; */

    width: 937px;
    margin: 20px auto 0;
}
.last-viewed-products-info__summary {
    display: table-cell;
    margin-left: 11px;
    padding-top: 10px;
    overflow: hidden;
    width: 355px;
    font-weight: 700;
    font-family: 'Exo 2', Tahoma, sans-serif;
    letter-spacing: -.1px;
    text-transform: uppercase;
    color: #fff
}
.last-viewed-products-info__switch {
    display: table-cell;
    margin-top: -3px;
    margin-right: 17px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff
}
.last-viewed-products-slider {
    position: relative;
    width: 1140px;
    margin: 0 auto;
    padding-left: 81px;
    padding-right: 25px
}
.last-viewed-products-slider:after {
    display: table;
    clear: both;
    content: ''
}
.last-viewed-products-slider__left-switch {
    left: -20px;
}
.last-viewed-products-slider__right-switch {
    right: -20px;
}
.last-viewed-products-slider__left-switch,
.last-viewed-products-slider__right-switch {
    position: absolute;
    top: 50%;
    top: 180px;
    margin-top: -14px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 3px solid #fff;
    overflow: hidden;
}
.last-viewed-products-slider__right-switch:after,
.last-viewed-products-slider__left-switch:after {
    border-color: #fff;
    top: 7px;
    content: '';
}
.last-viewed-products-slider__left-switch:after {
    border-bottom: none;
    border-right: none;
    left: 5px;
}
.last-viewed-products-slider__right-switch:after {
    border-top: none;
    border-left: none;
    right: 3px;
}
.last-viewed-products-slider__right-switch:after,
.last-viewed-products-slider__left-switch:after {
    color: #fff;
    vertical-align: middle;
    text-align: center;
    font-size: 2.9em;
    line-height: 0.7;
    letter-spacing: 1px;
    font-weight: 100;
    position: relative;
    padding: 0;
    margin-left: 6px;
}
.last-viewed-products-slider__container {
    width: 1000px;
    /* height: 345px; */
    /* border:1px solid white; */
    margin-left: -10px;
    /* margin-top: 15px; */
    /* padding-top: 15px; */
}
.last-viewed-products-slider__container:after {
    /*   border:1px solid white; */
    content: attr(data-noseen);
    text-transform: uppercase;
    width: 1180px;
    display: table;
    text-align: center;
    margin-left: -91px;
    bottom: -181px;
    position: absolute;
    height: 40px;
    background-color: rgba(0, 0, 0, .7);
    line-height: 40px;
    font-size: 2em;
    font-weight: 700;
    /* z-index: -1; */
}
.last-viewed-products-slider__item {
    /* float: left; */

    margin-right: 20px
}
.last-viewed-products-slider__item:last-child {
    margin-right: 0;
}
.last-viewed-products {
    /* background-color: #757575; */
    padding-top: 20px;
    padding-bottom: 31px;
    background-color: rgba(20, 20, 20, 0.9);
    height: 505px;
    overflow: hidden;
    position: relative;
    display: block;
}
.liru_stat {
    position: absolute;
    display: block;
    left: -9999px;
    margin-top: -50px;
}
.login-form {
    width: 360px;
}
.login-form__caption {
    font-family: 'Exo 2', Tahoma, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
    color: #262324
}
.main-menu {
    /* position: relative; */
    /* z-index: 2; */

    color: #616161;
    /* text-shadow: 0 1px rgba(255, 255, 255, .75); */
    /* border-top: 1px solid #a09f9f; */
    /* border-bottom: 1px solid #a09f9f; */
    /* border-radius: 1px*/

    width: 80%;
    margin: 0 auto;
    min-width: 1200px;
    /* min-height: 73px; */
}
.main-menu::after,
.main-menu::before {
    /* content: ''; */
    /* position: absolute; */
    /* width: 98%; */
    /* left: 1%; */
    /* z-index: -1; */
    /* border: 1px solid #a09f9f; */
    /* border-radius: 50%; */
    /* box-shadow: 0 0 9px 4px #a09f9f

 */
}
.main-menu::before {
    /* top: 4px

 */
}
.main-menu::after {
    /* bottom: 2px
 */
}
.main-menu_header {
    color: #fff;
    font-size: 14px;
    text-shadow: none;
    border: none;
    border-radius: 0;
    background-color: #A626AA;
}
.main-menu_header::after,
.main-menu_header::before {
    content: none
}
.main-menu_header .main-menu__tab {
    border: none
}
.main-menu_header .main-menu__tab:after,
.main-menu_header .main-menu__tab:before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 1px
}
.main-menu_header .main-menu__tab:before {
    /* background-image: -webkit-linear-gradient(#7e7e7e, transparent); */
    /* background-image: linear-gradient(#7e7e7e, transparent); */

    left: 0
}
.main-menu_header .main-menu__tab:after {
    /* background-image: -webkit-linear-gradient(#343434, transparent); */
    /* background-image: linear-gradient(#343434, transparent); */

    right: 0
}
.main-menu_header .main-menu__wrap {
    background-image: none
}
.main-menu_header .main-menu__wrap::after,
.main-menu_header .main-menu__wrap::before {
    content: '';
    position: static;
    display: table-cell;
    width: 1px;
    border: none;
    box-shadow: none
}
.main-menu_header .main-menu__wrap::before {
    /* background-image: -webkit-linear-gradient(#343434, transparent); */
    /* background-image: linear-gradient(#343434, transparent)

 */
}
.main-menu_header .main-menu__wrap::after {
    /* background-image: -webkit-linear-gradient(#7e7e7e, transparent); */
    /* background-image: linear-gradient(#7e7e7e, transparent)

 */
}
.main-menu__wrap {
    position: relative;
    display: table;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 100%;
    /* min-height: 73px; */

    font-family: 'Exo 2', Tahoma, sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0;
    text-align: center;
    /* background-image: -webkit-linear-gradient(#ececec, #d4d4d4); */
    /* background-image: linear-gradient(#ececec, #d4d4d4)*/

    box-sizing: border-box;
    /* display: inherit; */
    /* padding: 0 50px; */
    /* margin: 0 50px; */
}
a.main-menu__link {
    font-size: 1.1em;
    font-weight: 700;
    letter-spacing: 0.025em;
    /*min-height: 73px;
  max-height: 73px;
  height: 73px;
  line-height: 4.3;*/

    min-height: 50px;
    max-height: 50px;
    height: 50px;
    line-height: 2.7;
}
.main-menu__tab {
    position: relative;
    display: table-cell;
    min-width: 70px;
    /* height: 100%; */

    line-height: 69px;
    /* border-right: 1px solid #a09f9f; */
    /* border-left: 1px solid #fff; */

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* background-color: #A626AA; */

    color: #fff;
    -webkit-transition: all .15s;
    transition: all .15s;
    border-top: 4px solid #A626AA;
    border-color: transparent;
}
.main-menu__tab:first-child {
    /*border-left-color: #757575
 */
}
.main-menu__tab_active {
    /* background-image:


  -webkit-linear-gradient(bottom, #F7FF23, #fbba00); */
    /* background-image: linear-gradient(to top, #F7FF23, #fbba00); */
    /* color: #262324 ; */
    /* border-left-color: transparent; */
    text-shadow: none;
    /* background-color: #892488; */
    color: whitesmoke;
    /* cursor: none !important; */
}
.main-menu__tab_active a {
    cursor: default;
}
.main-menu__home-icon {
    height: 30px;
    width: 30px;
    margin-top: -.4em;
    vertical-align: middle;
}
.main-menu__arrow {
    margin-left: .3em;
    vertical-align: .025em;
    /* margin-top: 0px; */

    position: relative;
    top: 5px;
    /*transform:rotate(-90deg);*/
    transition:all .15s ease-in-out;
    opacity:0;
}
.main-menu__tire-wheel{
    text-align:right;
}
.main-menu__tire-about{
    text-align:center;
}
.main-menu__tire-wheel .main-menu__link:after, .main-menu__tire-about .main-menu__link:after{
    content: " ";
    position:absolute;
    right: 17%;
    width: 8px;
    height: 8px;
    border: 2px solid #fff;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    top:50%;
    margin-top:-9px;
    transition:all .15s ease-in-out;
}

.tire-wheel_active.main-menu__tire-wheel .main-menu__link:after, .tire-wheel_active.main-menu__tire-about .main-menu__link:after{
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    /*margin-top:-6px; */
}
.main-menu__tire-about .main-menu__link:after{right:3px;}


.tire-wheel_active .main-menu__arrow{
    /*transform:rotate(-90deg);*/
    /*-webkit-animation: arrow_rotate .15s linear both;*/
    /* animation: arrow_rotate .15s linear both*/
}
/*@keyframes arrow_rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
}*/

.tire-wheel_active{
    /*background: #892488;*/
    border-top: 4px solid yellow;
    box-shadow: inset 0 0 5px 5px #892488;
}
.main-menu__link {
    display: block;
    padding-right: 10px;
    padding-left: 10px;
    text-decoration: none;
    color: inherit;
}
.main {
    padding-top: 50px;
    /* background-position: top center; */
    background-repeat: no-repeat;
    /* background-size: 100% auto; */
    background-position: 0 246px;
}
.main_home {
    /* background-image: url(/assets/f6d5f8f8/styles/../images/home-bg.jpg); */

    background-position: 0 0;
    /* background: #ebebeb; */

    background: #fff;
    background: -moz-linear-gradient(top, #ebebeb 0%, #ebebeb 12%, #fff 16%, #fff 20%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebebeb), color-stop(12%, #ebebeb), color-stop(16%, #fff) color-stop(20%, #fff));
    /* background: -webkit-linear-gradient(top,  #87e0fd 0%,#05abe0 100%); */

    background: -webkit-linear-gradient(top, #ebebeb 0%, #ebebeb 12%, #fff 16%, #fff 20%);
    background: -o-linear-gradient(top, #ebebeb 0%, #ebebeb 12%, #fff 16%, #fff 20%);
    background: -ms-linear-gradient(top, #ebebeb 0%, #ebebeb 12%, #fff 16%, #fff 20%);
    background: linear-gradient(to bottom, #ebebeb 0%, #ebebeb 12%, #fff 16%, #fff 20%);
}
.main_home__sale {
    /* width: 90%; */

    margin-top: 36px;
    margin-bottom: 57px;
    /* margin: 0 auto; */

    text-align: -webkit-center;
    background-color: #ebebeb;
    padding: 1% 0;
    overflow: hidden;
}
.main_home__sale .cols {
    width: 80%;
    min-width: 1200px;
    height: 425px;
    position: relative;
}
.main_home__sale .cols>.col:first-child {
    width: 25%;
    /* border: 1px solid red; */

    position: relative;
    bottom: 5px;
}
.main_home__sale .cols>.col:last-child {
    position: relative;
    /*overflow: hidden;*/
}
.main_home__sale .cols>.col:last-child .grid-module-8 {
    width: 100%;
    position: absolute;
    padding-left: 60px;
}
.main_home__sale .cols>.col:first-child .grid-module-4 {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    display: block;
    position: absolute;
}
.main_home__sale .cols>.col:first-child .promo-slider {
    /* max-height: 388px; */

    bottom: 0px;
    height: 423px;
    margin-top: 5px;
}
.main_lk,
.main_minimal {
    padding-top: 0
}
.main__aside {
    /* padding-bottom: 10px */
}
.main__best-brands {
    /* margin-top: 62px; */
    /* margin-bottom: 59px
; */
    /* width: 90%; */
    margin: 62px auto 35px auto;
}
.best-brands .cols {
    width: 80%;
    margin: 0 auto;
    min-width: 1200px;
}
.main__brand-list {
    padding-bottom: 50px;
    width: 90%;
    /* text-align: center; */
}
.main__breadcrumbs,
.main__catalog {
    padding-bottom: 20px;
    width: 90%;
    /* z-index: 1; */
}
.main__credit,
.main__filter-steps {
    padding-bottom: 40px;
    width: 90%;
}
.main__form-size {
    padding-bottom: 73px
}
.size-chart {
    width: 90%;
    margin: 0 auto;
}
.catalog__new-models {
    position: relative;
    display: block;
    /* border:1px solid black; */
}
.main__new-products {
    margin-top: 2px;
    margin-bottom: 62px;
    width: 80%;
    min-width: 1200px;
    margin: 0 auto;
    /* display: table; */
    position: relative;
//height: 425px;
    overflow: hidden;
}
.main__news {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 54px;
    min-width: 1200px;
}
.main__product-mods {
    padding-top: 20px;
    padding-bottom: 50px;
    width: 90%;
}
.product-description_bottom .main__product-mods {
    float: right;
    width: 100%;
    position: relative;
    margin: 0 auto;
}
.main__product-title {
    margin-bottom: 15px
}
.main__shop-info {
    margin-bottom: 60px
}
.main__title {
    padding-bottom: 42px;
    width: 90%;
}
.main__title_article {
    padding-bottom: 20px;
    margin: 0 auto;
}
.main__title_article~.wysiwyg {
    width: 90%;
    margin: 0 auto;
}
.main__contacts .grid {
    width: 90%;
    margin: 0 auto;
}
.main__top-menu {
    height: 70px;
    color: #fff;
    background-color: #262324;
}
.main__top-menu_order {
    margin-bottom: 40px
}
.main__wf-inner {
    padding-bottom: 30px;
    width: 90%;
    height: 100%;
    /* min-height: 350px; */
    z-index: 100;
}
.main__wf-inner_none {
    display: none;
}
.main__wf-inner .wf__body {
    /*   padding-bottom: 30px; */
    /*   width: 90%; */
    /* height: 100%; */
    /* min-height: 210px; */

    overflow: hidden;
    transition: all .5s;
}
.main__wf-inner .wf-body_active {
    position: relative;
}
.main__wf-inner .btn {
    border: 2px solid #A626AA;
}
.main__wf-inner .btn {
    border: 2px solid #A626AA;
    letter-spacing: .01em;
}
.main__wf-inner .btn {
    border: 2px solid #892488;
}
.map {
    height: 400px
}
.map_service {
    margin-bottom: -40px;
    position: relative;
    display: block;
    /* height: auto; */
    /* height: 492px; */
}
.map__img {
    position: relative;
    height: 100%;
}
.map__error {
    padding: 10px;
    color: red;
    background-color: #fff;
    display: inline-block;
    vertical-align: top
}
.menu-cart {
    width: 825px;
    background-color: #262324;
    float: right;
    box-shadow: 3px 0 9px #A626AA;
}
.menu-cart__contents {
    position: relative;
    /* width: 772px; */

    height: auto;
    /* margin-left: 23px; */

    padding-left: 30px;
    overflow: auto;
    margin-top: 30px;
    /* color: #757575; */

    background-color: #fff;
    background-color: inherit;
}
.menu-cart__product-list {
    position: absolute;
    top: -1px;
    width: 726px
}
.menu-cart__product {
    position: relative;
    padding-top: 5px;
    padding-bottom: 30px;
    border-top: 2px solid #262324;
    border-bottom: 2px solid #262324;
    padding-left: 8px;
    padding-right: 25px;
    background-color: #fff;
}
.menu-cart__product:first-child {
    border-top: none;
    /* padding-top: 0*/
}
.menu-cart__product:last-child {
    border-bottom: none;
}
.menu-cart__delivery,
.menu-cart__summary {
    width: 726px;
    margin-left: 30px;
    padding-top: 24px;
    padding-bottom: 24px;
    /* border-top: 1px solid #949494; */
    /* border-bottom: 1px solid #333; */
    border-bottom: 1px solid #949494;
}
.menu-cart__delivery:after,
.menu-cart__summary:after {
    display: table;
    clear: both;
    content: '';
}
.menu-cart__summary {
    border-bottom: none;
}
.menu-cart__delivery-conditions {
    margin-top: -1px;
    letter-spacing: -.1px;
    color: #fff;
}
.menu-cart__delivery-cost-value,
.menu-cart__delivery-date-value {
    margin-left: 5px;
    font-weight: 700;
}
.menu-cart__another-city,
.menu-cart__pick-points {
    float: right;
    color: #fff;
    font-family: 'Exo 2', Tahoma, sans-serif;
    font-weight: 700;
}
.menu-cart__pick-points {
    width: 194px;
    margin-right: 20px;
}
.menu-cart__pick-points .btn {
    width: 100%;
    padding: 10px 7px 10px 6px;
}
.menu-cart__another-city {
    width: 255px;
}
.menu-cart__another-city .btn {
    width: 100%;
    padding: 10px 7px 10px 10px;
    letter-spacing: -.2px;
}
.menu-cart__total-cost-label {
    margin-top: 4px;
    font-family: 'Exo 2', Tahoma, sans-serif;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -.3px;
    color: #fff;
}
.menu-cart__total-cost-label .currency {
    width: 19px;
    height: 19px;
    margin-left: 2px;
    fill: #fff
}
.menu-cart__summary {
    padding-bottom: 26px;
    width: 100%;
}



.menu-cart__summary:after {
    display: table;
    clear: both;
    content: ''
}
.menu-cart__total-cost-value {
    margin-left: 22px
}
.menu-cart__order {
    float: right;
    width: 267px;
    font-family: 'Exo 2', Tahoma, sans-serif;
    font-weight: 700
}
.menu-cart__order .btn {
    width: 100%;
    padding-top: 9px;
    background-color: #45B200;
}
.menu-cart__cost-remark {
    float: right;
    /* margin-right: 95px; */
    margin: 0 15px;
    margin-top: 9px;
    color: rgba(255, 255, 255, .5);
}
.menu-cart__scroll {
    position: absolute;
    right: 0;
    top: 28px;
    width: 6px;
    height: 291px;
    border-radius: 3px;
    background-color: #ebebeb
}
.menu-cart__summary-item{
    float:none;
    display:inline-block;
}
.menu-cart__close-button{
    background: #ccc;
    /* padding: 7px 20px; */
    padding-top: 9px;
    text-transform: uppercase;
    color: #262324;
}
.menu-cart__scroller {
    position: absolute;
    height: 110px;
    width: 100%;
    border-radius: 2px;
    background-color: #616161;
    cursor: pointer
}
.menu-cart.is-hidden {
    display: none
}
.menu-fast-selection {
    background-color: #f9f9f9;
    color: #262324;
    margin: 20px 0 0 0;
}
.menu-fast-selection_header {
    background-color: #757575;
    color: #000;
}
.menu-fast-selection__wrap {
    padding: 0 0 50px 0 !important;
    background: #fff !important;
    /* opacity: 0.7; */
}
.menu-fast-selection__container.cols {
    width: 70%;
    min-width: 1200px;
}
.menu-fast-selection__caption {
    /* margin-top: 15px; */
    /* margin-bottom: 20px; */

    font-family: 'Exo 2', Tahoma, sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 20px;
    width: 70%;
    margin: 15px auto;
    min-width: 1200px;
}
.menu-fast-selection__left-col {
    position: relative
}
.menu-fast-selection__divider {
    position: absolute;
    right: 13px;
    top: 0;
    height: 100%;
    width: 1px;
    background: #6c6c6c
}
.menu-fast-selection_header .menu-fast-selection__divider {
    background: #333
}
.menu-fast-selection__right-col {
    padding-left: 35px;
    /* background-image: url(/assets/f6d5f8f8/styles/../images/fast-selection-bg.png); */
    /* background-repeat: no-repeat; */
    /* background-position: 504px 22px; */
}
.menu-fast-selection__col-item {
    margin-bottom: 20px
}
.menu-fast-selection__col-item:last-child {
    margin-bottom: 0
}
.menu-fast-selection__col-item_links {
    margin-bottom: 30px
}
.menu-fast-selection__col-item_switch {
    margin-bottom: 17px
}
.menu-fast-selection__switch {
    width: auto;
    margin-top: -3px;
    margin-left: -3px;
    font-family: 'Exo 2', Tahoma, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
.menu-fast-links__level-item {
    font-weight: 700;
    text-transform: uppercase
}
.menu-fast-links__level-item:first-child {
    margin-top: 5px
}
.menu-fast-links__link {
    display: inline-block;
    margin-left: -10px;
    padding: 5px 10px;
    min-width: 160px
}
.menu-fast-links__link_sub {
    font-weight: 400;
    text-transform: none
}
/*--------------------------ASIDE MAIN MENU--------------------------*/

.menu-aside-selection__left-col {
    position: relative;
    color: #262324;
    width: 100%;
}
.menu-aside-selection__col-item_links {
    margin-bottom: 30px;
}
.menu-aside-selection__col-item {
    margin-bottom: 35px;
    left: 31px;
    /* position: absolute; */
}
.type-links__icon-aside {
    width: 45px;
    /* height: 100%; */

    margin-right: 12px;
    /* vertical-align: middle; */
    /* position: absolute; */
    /* border: 1px solid green; */

    height: 35px;
    margin: 0;
    padding: 0;
    /*   z-index: 9999; */

    float: left;
}
.type-links__label-aside {
    /* vertical-align: middle; */

    width: 222px;
    /*position: static; */

    font-family: 'Exo 2', Tahoma, sans-serif;
    font-weight: 700;
    /* border: 1px solid green; */
    /*   z-index: 9999; */

    position: absolute;
    margin: -18px 0 0 0;
    /* padding: 20px; */

    left: 0;
    text-align: right;
    padding-right: 10px;
}
.menu-aside-selection__left-col .type-links__btn {
    /*   width:50px; */
    /*   padding:0; */
    /*   margin:0; */
}
.menu-aside-selection__divider {
    position: absolute;
    right: 0px;
    top: 0;
    height: 100%;
    width: 1px;
    background: #6c6c6c;
    display: none;
}
.menu-aside-selection__col-item:last-child {
    margin-bottom: 0;
}
.menu-aside-links__level-item:first-child {
    margin-top: 0px;
    font-size: 1em;
    font-weight: 700;
    letter-spacing: .2px;
}
.menu-aside-links__level-item:last-child {
    padding-bottom: 0px;
}
.menu-aside-links__link {
    display: inline-block;
    /*   margin-left: -10px; */

    padding: 5px 0px;
    text-indent: 10px;
    min-width: 160px;
    -webkit-perspective: 2rem;
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    transition: all .5s;
    /*    border-bottom: 3px solid #757575; */

    width: 100%;
}
.menu-aside-links__level:first-child {
    /*   border-top: 1px solid #757575; */
}
.menu-aside-links__level-item {
    font-weight: 400;
    /*   text-transform: uppercase; */

    -webkit-perspective: 10rem;
    -ms-perspective: 10rem;
    -moz-perspective: 10rem;
    perspective: 10rem;
}
.main__top .cols>.col:first-child {
    width: 25%;
}
.main__top .cols>.col>.grid-module-4 {
    width: auto;
}
.aside-discs {
    padding-top: 25px;
}
.menu-aside-links {
    /*   border-top: 3px solid #757575; */
    /*   border-right: 3px solid #757575; */
    /*   padding-left:15px; */
}


.assembly__kit-mside_links{
    padding-bottom:25px;
    margin-top:-10px;
}

.assembly__kit-mside_links{
    position:relative;
}
.assembly__kit-mside_links a:after{
    content:attr(data-text);
    position:absolute;
    top:0;
    font-weight:400;
    background:yellow;
    padding:4px;
    margin-left:4px;
    font-size:.85em;
    text-transform:uppercase;
    display:inline-flex;
    text-indent:0;
    line-height:1em;
    /*     background-size: cover; */
}

.menu-aside-links__level-item::before {
    position: absolute;
    top: 0;
    left: 0px;
    overflow: hidden;
    /*   padding: 5px 0; */

    padding-left: 0px;
    text-indent: 10px;
    max-width: 0;
    height: 100%;
    width: 100%;
    border-bottom: 3px solid yellow;
    color: #fff;
    background: #892488;
    content: attr(data-hover);
    -webkit-transition: max-width .4s;
    -moz-transition: max-width .4s;
    transition: max-width .4s;
    white-space: nowrap;
    line-height: 2em;
    margin-left: 0px;
}
.menu-aside-links__link {
    border-bottom: 1px solid;
    border-color: rgba(100, 100, 100, .4);
}
.menu-aside-links__level-item .menu-aside-links__link {
    opacity: 1;
    transition: opacity 1.1s;
}
.menu-aside-links__level-item::before,
.menu-aside-links__level-item::before {
    max-width: 0;
    -webkit-perspective: 10rem;
    -ms-perspective: 10rem;
    -moz-perspective: 10rem;
    perspective: 10rem;
    transform: rotateY(0deg);
    transition: transform .2s 0s, max-width .3s .15s, font-weight .3s .5s;
    -webkit-transform: rotateY(0deg);
    -webkit-transition: transform .2s 0s, max-width .3s .15s, font-weight .3s .5s;
    width: 100%;
    margin-left: 0px;
    letter-spacing: 1px;
    font-weight: 100;
    /*text-shadow: 0px 0px 0px */
    /*#892488*/

    #fff, 0px 0px 0px #fff;
}
.aside-discs .menu-aside-links__level-item:focus::before {
    /*      max-width: 100%; */
    /*   transform: rotate3d(0, 1, 0, 10deg) translateX(19px) translateZ(10px); */

    /*      transition: max-width .3s 0s, transform .4s .3s; */
    /*       width: 100%; */
    /*   padding-left: 15px; */
}
.menu-aside-selection__left-col .type-links__item {
    height: 40px;
    margin-bottom: 10px;
    width: 100%;
    border: 3px solid #892488;
}
.menu-aside-selection__left-col .type-links__label-aside {
    width: 100%;
    /* border:1px solid white; */
    /*   margin:0 auto; */
    text-align: center;
    text-indent: 20px;
    line-height: 1em;
    font-size: 1.2em;
}
.menu-aside-selection__left-col .type-links__icon-aside {
    margin-left: 10px;
    /* width: 50px; */

    height: 40px;
    /* border: 1px solid black; */

    margin-top: -3px;
}
/*--------------------------ASIDE MAIN MENU END--------------------------*/

.type-links__item {
    height: 40px;
    margin-bottom: 10px;
    width: 222px;
    border: 3px solid #892488;
}
.type-links__item:last-child {
    margin-bottom: 0
}
.type-links__icon {
    width: 45px;
    /*height: 100%;*/

    margin-right: 12px;
    /* vertical-align: middle;*/

    position: absolute;
    /*border:1px solid green;*/

    height: 35px;
    margin: 0;
    padding: 0;
    z-index: 9999;
}
.menu-fast-selection .type-links__item:first-child svg {
    width: 45px;
    height: 30px;
    margin-right: 0px;
    top: 5px;
    left: 6px;
}
.menu-fast-selection .type-links__item:last-child svg {
    width: 45px;
    height: 44px;
    /*  top:45px; */

    left: 5px;
    margin-top: -4px;
}
.type-links__label {
    /*vertical-align: middle;*/

    width: 223px;
    position: static;
    /*   padding-left: 60px;  */
    /*   padding-right: 0px; */

    font-family: 'Exo 2', Tahoma, sans-serif;
    font-weight: 700;
    /* border:1px solid green; */

    z-index: 9999;
    position: absolute;
    margin: -18px 0 0 0;
    /* padding: 20px; */
}
.type-links__btn {
    display: inline-block;
    margin-left: -4px;
    /* width: 50px; */
}
.vendors-list__col {
    padding-left: 0;
    font-weight: 700
}
.vendors-list__col_last {
    width: 140px
}
.vendors-list__item {
    margin-right: 20px
}
.vendors-list__item:last-child {
    margin-bottom: 0
}
.vendors-list__link {
    display: inline-block;
    padding: 5px 20px;
    min-width: 160px;
    text-transform: capitalize;
    font-weight: 700;
    /*text-shadow: 0.5px 0px 0px #262324, -0.5px 0px 0px #262324;*/
}
.vendors-list__all {
    margin-top: 40px
}
.message__popup {
    position: absolute;
    left: 50%;
    top: 10%;
    width: 670px;
    background-color: #fff;
    text-align: center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}
.message__close {
    position: absolute;
    top: 6px;
    right: 4px;
    width: 32px;
    height: 32px;
    cursor: pointer
}
.message__close-icon {
    width: 32px;
    height: 32px;
    fill: #fff
}
.message__content {
    padding: 40px 75px 25px
}
#otzyvy .message__content{width:90%;padding-left:0;margin:0 auto;}
#otzyvy .message__content form{width:450px;max-width:100%;}
.message__head {
    position: relative;
    padding: 11px 40px 18px;
    color: #262324;
    background: #fff;
    padding-top: 20px;
}
#otzyvy .message__head{padding:11px 0 0 0;width:90%;margin:0 auto;}
#otzyvy .message_text .empty{text-align:center;font-size:18px;width:90%;margin:0 auto;}
.status__description-container{
    margin:0 75px 40px;
    text-align:left;
}

.status__description-btns{
    text-align:center;
    margin-top:18px;
}

.order__status-head.message__head{
    padding-bottom:8px
}
.order__status-head.message__head .message__subtitle{
    font-size:24px;
    padding-top:10px;
}
.message__title {
    padding-bottom: 1px;
    color: inherit
}
.message__subtitle {
    font-size: 17px;
    font-family: 'Exo 2', Tahoma, sans-serif
}
.message__subtitle.thnx{text-align:center;font-weight:bold;}
.message__subtitle.err{text-align: center;color:#f00;}
.message__input {
    margin-bottom: 45px
}
.help-block {
    /*   margin-bottom: 25px; */

    color: red;
    /*   position:absolute; */

    margin: -45px 0 25px 0;
}
.message__btn {
    margin-top: -6px;
    min-width: 319px;
    height: 52px;
    line-height: 30px;
    font-size: 18px
}
#otzyvy .message__content .message__btn{width:450px;max-width:100%;}
.minicard {
    position: relative;
    padding: 6px;
    background-color: #fff
}
.minicard__base-info {
    text-align: center
}
.minicard__more-info {
    display: none;
    white-space: nowrap;
    padding-right: 10px
}
.minicard__picturebox {
    width: 168px;
    height: 100px;
    overflow: hidden
}
.minicard__picture {
    display: block;
    margin: 0 auto
}
.minicard__title {
    font-family: 'Exo 2', Tahoma, sans-serif;
    color: #262324;
    font-weight: 700;
    font-size: 16px;
    margin: 12px 4px;
    line-height: 19px;
    display: block
}
.minicard__runflat {
    margin-top: 6px
}
.minicard__spec {
    padding-bottom: 6px
}
.minicard__color {
    position: relative;
    padding-right: 3px;
    top: 4px;
    font-size: 16px;
    color: #262324
}
.minicard__price {
    margin-bottom: 4px;
    color: #262324;
    font-size: 21px;
    font-family: 'Exo 2', Tahoma, sans-serif;
    font-weight: 700;
    line-height: 1
}
.minicard__price_old {
    display: block
}
.minicard__price_old-value {
    position: relative;
    display: inline-block;
    color: #757575;
    font-size: 14px;
    font-weight: 400
}
.minicard__price_old-value:before {
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    width: 100%;
    height: 2px;
    margin-top: -1px;
    background-color: #e10000;
    content: ''
}
.minicard_full {
    width: auto;
    border: 3px solid #FFD216;
    padding: 10px 13px
}
.minicard_full .minicard__title {
    text-decoration: underline
}
.minicard_full .minicard__base-info {
    display: table-cell;
    padding-top: 3px;
    padding-right: 10px;
    vertical-align: middle
}
.minicard_full .minicard__more-info {
    display: table-cell;
    vertical-align: middle
}
.mod-table {
    width: 100%;
    text-align: left
}
.mod-table__header {
    background: rgba(97, 97, 97, .25)
}
.mod-table__cell {
    padding: 20px 20px 18px;
    font-weight: 700;
}
.mod-table__cell:first-child {
    padding-left: 30px;
}
.mod-table__cell:last-child {
    padding-right: 30px;
}
.mod-table__cell:last-child .btn {
    color: #fff;
    background-color: #45B200;
    transition: all .15s;
}
.mod-table__header .mod-table__cell_caption {
    padding-top: 10px;
    padding-bottom: 15px;
    /* padding: 0; */
}
.btn.not_active:disabled{
    box-shadow: inset 0 0 0 0px #ebebeb;
    cursor: default;
    background-color:#888;
}

.mod-table__cell_caption {
    padding-top: 25px;
    padding-bottom: 25px;
}
.mod-table__cell_price {
    width: 100px;
    /* color: #262324 ; */

    font-family: 'Exo 2', Tahoma, sans-serif;
    font-size: 26px;
    white-space: nowrap;
}
.mod-table__cell_et {
    text-decoration: underline;
}
.mod-table__cell_price-caption {
    width: 127px;
}
.mod-table__cell_price-caption-tires {
    width: 137px;
}
.mod-table__cell_buy {
    width: 170px;
}
.mod-table__cell_form-size {
    width: 172px;
}
.mod-table__cell_form-size-tires {
    width: 200px;
}
.mod-table__cell_in-is {
    width: 100px;
}
.mod-table__cell_params {
    width: 200px;
}
.mod-table__cell_season {
    width: 230px;
}
.mod-table__cell_et-caption {
    width: 115px;
}
.mod-table__cell_pcd {
    width: 97px;
}
.mod-table__cell_dia {
    width: 75px;
}
.mod-table__cell_type {
    width: 86px
}
.mod-table__cell_color {
    width: 205px
}
.mod-table__params-item {
    margin-right: 7px;
    text-decoration: underline
}
.mod-table__params-item:last-child {
    margin-right: 0
}
.mod-table__row {
    border-bottom: 1px solid #c8c8c8;
    transition: all .2s;
}
.info.info_hovering {
    /* color: #3099fb; */

    text-decoration: underline;
    /* padding: 10px; */
}
.product-stats .info_hovering {
    padding-right: 6px;
    cursor: help;
}
.mod-table__link {
    /*   display: inline-block; */
    /*    margin-left: -16px; */
    /*    padding: 8px 16px; */
    /* color: #3099fb; */
    /*   text-decoration: underline; */
    /*    transition: all .2s; */
    position: absolute;
    /*   border:1px solid black; */
    padding: 31px 0 25px 30px;
    width: 90%;
    margin: -39px 0px 0px -30px;
    /* border:1px solid black; */
    vertical-align: middle;
}
.modal__caption {
    font-family: 'Exo 2', Tahoma, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
    color: #262324;
}
.model-list__caption {
    font-family: 'Exo 2', Tahoma, sans-serif;
    font-weight: 700;
    font-size: 26px;
    text-transform: uppercase;
    color: #262324;
}
.model-list__table {
    margin-top: 38px
}
.model-list__table:after {
    display: table;
    clear: both;
    content: ''
}
.model-list__column {
    float: left;
    width: 280px;
    margin-right: 20px
}
.model-list__column:last-child {
    margin-right: 0
}
.model-list__item {
    display: block;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.model-list__item:before {
    display: none;
    height: 100%;
    vertical-align: middle;
    content: '';
}
.model-list__item_sub {
    /* padding-left: 20px; */

    width: 100%;
    min-width: 280px;
}
.model-list__item_content:after {
    display: inline-block;
    width: 15px;
    height: 20px;
    /* vertical-align: middle; */
    /* background-image: url(/assets/f6d5f8f8/styles/../images/svg/h-slider__next.svg); */
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    content: '^';
    font-size: 1.5em;
    color: #262324;
    font-weight: 400;
    padding: 0;
    /* margin-bottom: 50px; */
    /* position: absolute; */
    top: -5px;
    /* align-items: center; */
    /* line-height: 0; */
    position: relative;
    margin-right: 15px;
}
.model-list__group {
    -webkit-transition: background-color .35s;
    transition: background-color .35s
}
.model-list__group_active {
    background-color: rgba(166, 38, 170, .2);
}
.model-list__model-name {
    display: inline-block;
    margin-left: 30px;
    line-height: 14px;
    vertical-align: middle;
    /* border-bottom: 1px dotted #262324 ; */

    font-family: 'Exo 2', Tahoma, sans-serif;
    font-weight: 700;
    color: #262324;
}
.model-list__item_sub .model-list__model-name {
    padding-left: 40px;
}
.model-list__item-year .model-list__model-name {
    padding-left: 20px;
}
.modifications__switcher {
    padding-top: 15px;
    /* margin-left: -3px; */

    color: #535353;
    font-weight: 700
}
.modifications__switcher .switch-item__label-text {
    font-family: 'Exo 2', Tahoma, sans-serif;
}
.modifications__switcher .switch-item__label {
    padding: 15px 22px 15px 21px;

}
.modifications__table {
    padding-top: 24px
}
.mtfilter {
    margin: 10px 0;
    padding: 5px 20px 10px;
    border: 3px solid #A626AA;
    width: auto;
}
.mtfilter form {
    float: none;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    display: table;
}
.mtfilter__field {
    display: table-cell;
    padding: 10px;
    /* margin: 0 10px; */
}
.mtfilter__field:first-child .mtfilter__field-option {
    max-width: 211px
}
.mtfilter__field_tires {
    width: 148px
}
.mtfilter__field_discs {
    width: 20%
}
.mtfilter__field-caption {
    font-family: 'Exo 2', Tahoma, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #272727;
    margin-bottom: 5px
}
.muted {
    color: #616161
}
.grid-news {
    width: 90%;
    margin: 0 auto;
}
.news-list {
    margin-left: -8px;
    margin-right: -8px
}
#news .news-list,
#actions .info-card {
    margin: 0 auto;
    width: 90%;
}
.news-list__button,
.news-list__caption,
.news-list__item {
    padding-left: 8px;
    padding-right: 8px
}
.news-list__caption {
    padding-bottom: 35px;
    font-size: 16px;
    font-family: 'Exo 2', Tahoma, sans-serif;
    color: #616161;
    line-height: 19px
}
.news-list__item {
    display: inline-block;
    padding-bottom: 30px;
    font-size: 0;
    vertical-align: top
}
.news-list__btn {
    text-align: center
}
.news-card {
    font-size: 14px;
    overflow: hidden;
    height: 430px;
    /* width: 24%; */
    /* display: inline-block; */
}
.news-card img {
    transition: all .5s;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    width: 280px;
}
.news-card,
.news-card__text,
.news-card__title,
.news-card__date {
    transition: all .2s ease-in-out;
}
.news-card .news-card__photolink hr {
    width: 0px;
    padding: 0 0px;
    opacity: 1;
    height: 5px;
    border: none;
    background: #A626AA;
    transition: padding .15s ease-in;
    margin: 0 auto;
    margin-top: 0px;
}
.news-card__link {
    color: inherit
}
.news-card__title {
    padding-top: 10px;
    padding-bottom: 8px;
    color: #262324;
    text-align: center;
    /* float:left; */

    margin: 0 auto;
    clear: both;
}
.news-card__date {
    display: none;
    padding-top: 15px;
    padding-bottom: 7px;
    padding: 15px 5px 7px 10px;
    z-index: 999999;
    color: black;
    float: right;
}
.news-card__text {
    padding: 7px 10px 5px 10px;
    /* text-indent:15px; */

    float: left;
    /* padding-bottom: 0; */
}
.note-info {
    position: relative;
    border: 3px solid #ebebeb;
    /* padding: 25px 14px 5px 17px; */
    background: #fff;
    border-top: none;
}
.note-info__title-frame {
    padding: 10px 7px;
    background-color: #ebebeb;
}
.note-info__icon {
    position: absolute;
    width: 26px;
    height: 26px;
    margin-top: -5px;
    margin-left: -1px;
}
.note-info__title {
    padding-left: 33px;
    margin-bottom: 7px;
    line-height: 1.2em
}
.note-info__list {
    font-family: 'Exo 2', Tahoma, sans-serif;
    /*     padding-top: 10px; */
}
.note-info__list-item {
    /*     margin-bottom: 18px; */
    color: #0b89ff;
    line-height: 16px;
    /*     border:1px solid black; */

    display: table;
    width: 100%;
    transition: all .05s ease-in-out;
    border-top: 3px solid #fff;
}
.note-info__list-item a {
    position: relative;
    /*    border:1px solid red; */

    display: table-cell;
    padding: 3px 14px 3px 17px;
    height: 40px;
    width: 100%;
    vertical-align: middle;
}
.note-article {
    margin: 10px 0;
    color: #757575
}
.note-article__title {
    color: inherit;
    line-height: 16px;
    margin-bottom: 9px;
    margin-top: 17px
}
.note-article__text {
    line-height: 17px
}
.novelty__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
.novelty__title {
    padding-right: 25px
}
.opening-hours {
    width: 160px;
    height: 138px;
    padding-top: 16px;
    padding-left: 25px;
    background-color: #262324;
    text-align: left;
    color: #fff
}
.opening-hours:after {
    display: table;
    clear: both;
    content: ''
}
.opening-hours__days-list {
    float: left
}
.opening-hours__timeframe {
    margin-top: 8px;
    margin-left: 2px;
    overflow: hidden
}
.opening-hours__days {
    width: 15px;
    height: 6px;
    margin-top: 2px;
    background-color: #fff
}
.top-search-workhours .opening-hours__timeframe {
    margin-top: 48px;
    margin-left: -10px;
    overflow: hidden
}
.top-search-workhours .opening-hours__days {
    width: 12px;
    height: 4px;
    margin-top: 2px;
    background-color: #262324;
}
.top-search-workhours .opening-hours__days_sunday,
.top-search-workhours .opening-hours__days_suturday {
    background-color: #A626AA;
}
.top-search-workhours .opening-hours__weekdays-scope,
.top-search-workhours .opening-hours__saturday-scope {
    width: 4px;
    height: 34px;
    margin-top: 2px;
    margin-left: 5px;
    border: 1px solid #262324;
    border-left: 0;
}
.top-search-workhours .opening-hours__saturday-scope {
    width: 4px;
    height: 8px;
    margin-top: 5px;
    margin-left: 6px;
}
.top-search-workhours .opening-hours__weekdays-scope {
    width: 4px;
    height: 24px;
    margin-top: 2px;
    margin-left: 6px;
}
.top-search-workhours .opening-hours__weekdays {
    margin-top: 3px;
    /* padding-left: 5px; */

    font-size: 12px;
    color: #262324;
    overflow: hidden;
    text-align: center;
}
.top-search-workhours .opening-hours__weekend {
    margin-top: 1px;
    padding-left: 5px;
    font-size: 12px;
    overflow: hidden;
    color: #262324;
    text-align: center;
}
.opening-hours__days:first-child {
    margin-top: 0
}
.opening-hours__days_sunday,
.opening-hours__days_suturday {
    background-color: #A626AA;
}
.opening-hours__scope {
    float: left
}
.opening-hours__weekdays-scope {
    width: 4px;
    height: 34px;
    margin-top: 2px;
    margin-left: 5px;
    border: 1px solid #fff;
    border-left: 0
}
.opening-hours__saturday-scope {
    width: 4px;
    height: 10px;
    margin-left: 5px;
    margin-top: 6px;
    border: 1px solid #fff;
    border-left: none;
}
.opening-hours__weekdays {
    margin-top: 7px;
    padding-left: 3px;
    font-size: 12px;
    color: #fff;
    overflow: hidden;
}
.opening-hours__weekend {
    margin-top: 9px;
    padding-left: 6px;
    font-size: 12px;
    overflow: hidden;
}
.order-cart {
    width: 480px;
    background-color: #262324;
}
.order-cart__heading {
    padding: 25px 30px;
    color: #fff;
    font-weight: 700;
    font-family: 'Exo 2', Tahoma, sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    background-color: #262324;
}
.order-cart__contents {
    position: relative;
    /* margin-top: 30px; */

    margin-left: 23px;
    padding-left: 7px;
    width: 427px;
    height: auto;
    overflow: auto;
    background: #fff;
}
.order-cart__product {
    position: relative;
    padding-left: 8px;
    padding-top: 18px;
    /* padding-bottom: 18px; */

    border-top: 1px solid #949494;
    border-bottom: 1px solid #333;
    margin-top: 12px;
}
.order-cart__product:first-child {
    padding-top: 0;
    border-top: none
}
.order-cart__product:first-child .order-cart__delete {
    top: 0
}
.order-cart__product:last-child {
    border-bottom: none
}
.order-cart__delete {
    position: absolute;
    top: 18px;
    right: 0
}
.order-cart__item {
    display: table;
    color: #262324;
}
.order-cart__picture {
    position: relative;
    display: table-cell;
    width: 96px
}
.order-cart__info {
    display: table-cell;
    padding-left: 20px;
    vertical-align: top
}
.order-cart__title {
    display: inline-block;
    width: 230px;
    line-height: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    /* text-transform: uppercase; */

    transition: all .25s;
}
.order-cart__description {
    position: relative;
    display: table
}
.order-cart__description-link {
    font-weight: 700;
    font-family: 'Exo 2', Tahoma, sans-serif;
    text-decoration: underline;
}
.order-cart__caption {
    padding-bottom: 8px;
    font-size: 20px
}
.order-cart__params {
    margin-top: 10px;
    font-size: 0.85em;
    font-weight: 400;
}
.order-cart__counter {
    display: table-cell;
    padding-top: 20px;
    width: 106px;
    font-size: 16px;
    vertical-align: middle
}
.order-cart__costs {
    display: block;
    padding-top: 5px;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    min-width: 270px;
}
.order-cart__overall {
    padding-top: 5px;
    font-size: 26px;
    white-space: nowrap
}
.order-cart__overall_old {
    position: relative;
    display: inline-block;
    padding-left: 10px;
    font-size: 20px;
    font-weight: 400
}
.order-cart__overall_old:before {
    position: relative;
    display: block;
    top: 16px;
    width: 100%;
    height: 2px;
    background-color: #e10000;
    content: ''
}
.order-cart__overall_discount {
    padding-left: 10px;
    font-size: 20px;
    font-weight: 400;
    color: #E10000;
}
.order-cart__in-stock {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    width: 24px;
    height: 24px;
    border: 3px solid #A626AA;
    text-align: center;
    margin-bottom: 7px;
    margin-left: 0px;
}
.order-cart__in-stock:before {
    content: '';
    display: inline-block;
    margin-bottom: 12px;
    width: 9px;
    height: 5px;
    border: 3px solid #262324;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.order-cart__in-stock:after {
    position: relative;
    display: inline-block;
    content: attr(data-instock);
    font-weight: 400;
    font-size: .8em;
    /* bottom: 10px; */
    right: -30px;
    top: -37px;
    /* left: 165px; */
    /* top: 122px; */
    width: 100px;
}
.order-success .order-cart__in-stock:after {
    /* bottom:0px; */
    /* top: 126px; */
    /* left: 146px; */
    width:auto;
}
.order-cart__price {
    padding-top: 20px;
    padding-bottom: 10px;
}
/*.order-cart__delete-btn {
  padding: 0;
  border: none;
  vertical-align: top;
  background-image: url(/assets/f6d5f8f8/styles/../images/sprite.png);
  background-position: -329px -622px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}*/

.order-cart__delete-btn {
    cursor: pointer;
    position: absolute;
    top: -6px;
    right: 5px;
    width: 30px;
    height: 30px;
    background-color: transparent;
    vertical-align: middle;
    text-align: center;
    font-size: 2em;
    line-height: 1;
    outline: none;
    border: none;
    z-index: 999;
}

.cart__icon.icon-delete__item{
    width:100%;
    height:100%;
    color:#757575;
}

.star-text__wrapper{
    /* padding:14px 0; */
    background:#fff;
    margin:0 30px 0 23px;
    /* color:red; */
}

.order-cart__delete-btn:hover svg{
    color:#A626AA;
}
.order-cart__delete-btn:after {
    content: "\2715";
    display: block;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    margin-top: 1px;
    margin-left: -1px;
    transition: transform .3s;
    display:none;
}
.order-cart__label {
    position: absolute;
    left: 5px;
    top: -5px;
}
.order-cart__label_big {
    top: 20px;
    font-size: 16px;
    text-transform: uppercase;
}
.order-cart__summary {
    display: table;
    margin-left: 30px;
    padding-top: 24px;
    padding-bottom: 24px;
    width: 415px;
    font-family: 'Exo 2', Tahoma, sans-serif;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -.3px;
    color: #fff;
    border-top: 1px solid #949494;
}
.order-cart__summary-points {
    position: relative;
    display: block;
    margin-top: 25px;
    border-bottom: 1px solid #333;
}
.order-cart__summary-points:before {
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #333;
    content: '';
}
.order-cart__summary-item {
    font-size: 20px
}
.order-cart__summary-price {
    position: relative;
    padding-bottom: 10px;
    padding-left: .65em;
    text-align: right;
    white-space: nowrap
}
.order-cart__summary-price:before {
    position: absolute;
    left: 0
}
.order-cart__summary-price_increase:before {
    content: '+'
}
.order-cart__summary-price_decrease:before {
    content: '−'
}
.order-cart__summary-point {
    position: relative;
    padding-bottom: 10px;
    width: 100%
}
.order-cart__total-cost-value {
    display: table-cell;
    margin-top: 4px;
    text-align: right
}
.order-cart__total-cost-label {
    display: table-cell;
    margin-top: 4px
}
.order-cart.is-hidden {
    display: none
}
.b-order-form {
    margin-left: -40px;
}

.b-order-form__row {
    display: table;
    table-layout: fixed;
    margin-bottom: 15px;
    width: 100%
}
.b-order__form #disposable {
    display: none;
}
.b-order__form #quick {
    display: block;
}
.b-order__form #auth {
    display: none;
}
.b-order-form__row.btn_d input:not(checked)+label {
    /*     color:red; */
}
.b-order-form__row.btn_d input:checked+label {
    /*     color:inherit; */
}
.b-order-form__row.btn_d input:not(checked)~button {
    background: #999;
    cursor: default;
    pointer-events: none;
}
.b-order-form__row.btn_d input:checked~button {
    background: #45B200;
    cursor: pointer;
    pointer-events: auto;
}
.b-order-form__row.btn_d input+label {
    width: 100%;
    margin-bottom: 25px;
    left: 2px;
    position: relative;
}
.b-order-form__row.btn_d {
    margin-bottom: 0px;
}
.b-order-form__item {
    display: table-cell;
    padding-left: 40px;
    vertical-align: top;
    /* width: 100%; */
    height: 100%;
}
.order-item {
    display: block;
    text-align: left
}
.order-item:not(:last-child) {
    padding-bottom: 20px
}
.order-item__product {
    position: relative;
    color: #262324
}
.order-list__remark {
    display: block;
    padding-bottom: 33px;
    font-size: 16px
}
.order-list__table {
    width: 100%
}
.order-list__row {
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd
}
.order-list__row_caption {
    font-weight: 700
}
.order-list__cell-caption {
    padding-top: 18px;
    padding-bottom: 19px;
    text-align: center
}
.order-list__cell-caption_left {
    text-align: left;
    padding-left: 0
}
.order-list__cell-caption_order {
    min-width: 108px
}
.order-list__cell-caption_sort {
    cursor: pointer
}
.order-list__cell-caption_cost {
    white-space: nowrap
}
.order-list__cell {
    padding-top: 14px;
    padding-bottom: 15px;
    text-align: center
}
.order-list__cell:not(:first-child) {
    padding-left: 10px
}
.order-list__cell:not(:last-child) {
    padding-right: 10px
}
.order-list__cell_left {
    text-align: left
}
.order-list__cell_summ {
    font-weight: 700
}
.order-status {
    display: inline-block
}
.order-status_green {
    color: #00b30f
}
.order-status_red {
    color: #fe0000
}
.order-status__icon {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40px;
    height: 40px;
    fill: currentColor
}
.order-status__text {
    display: block;
    font-weight: 700;
    text-align: center
}
.b-order {
    display: table;
    padding-bottom: 50px;
    padding-bottom: 0;
}
.b-order .checkbox__label a {
    text-decoration: underline
}
.b-order__section {
    padding-bottom: 30px;
}
.b-order__section:last-child {
    padding-bottom: 0px;
}
.b-order__tabs {
    /* margin-bottom: 60px */
}
.b-order__tab {
    margin-top: 22px
}
.b-order__options {
    padding-bottom: 30px;
    padding-bottom: 0;
}
.b-order__btn {
    /* display: block; */
    /* margin-top: 15px; */
    /* width: 320px; */
    /* padding-left: 25px; */
}
.b-order__adress {
    display: block;
    margin-bottom: 30px;
}
.b-order__adress-wrapper {
    display: block;
    width: 100%;
    vertical-align: top;
}
.b-order__adress-map {
    display: table-cell;
    padding-top: 26px;
    padding-left: 20px;
    width: 320px;
    vertical-align: top
}
.b-order__adress-map_wide {
    display: block;
    width: 100%;
    height: 240px;
    padding-left: 0;
    padding-bottom: 20px
}

.b-order__adress-map_wide.map__img{
    height: 100%;
}

.b-order__adress-cost {
    position: relative;
    padding-top: 1px;
    padding-left: 44px;
    width: 319px;
    margin-top: 10px;
    color: #757575;
}
.b-order__adress-cost:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    /*   background: url(/assets/f6d5f8f8/styles/../images/svg/myoffice_go.svg) no-repeat; */

    background: url(/assets/f6d5f8f8/styles/../images/svg/logistics14-1.svg) no-repeat;
    width: 34px;
    height: 22px;
}
.b-order__adress-time {
    width: 100%;
    margin-top: 20px;
}
.b-order__adress-time .h5 {
    margin-bottom: 10px
}
.b-order__legal-wrapper {
    display: none;
    padding-top: 10px;
    margin-top: -15px;
}
.b-order__legal-wrapper:after {
    display: table;
    clear: both;
    content: ''
}
.b-order__legal-trigger~.checkbox__label {
    margin-bottom: 15px;
    margin-top: 5px;
    /* padding-left: 10px; */
}
.b-order__legal-trigger:checked~.b-order__legal-wrapper {
    display: block
}
.b-order__legal-trigger:checked~ .b-order__section .b-order__legal-wrapper {
    display: block
}
.b-order__form {
    display: table-cell;
    vertical-align: top;
}
.b-order__cart {
    display: table-cell;
    padding-left: 20px;
    vertical-align: top;
}
.b-order__heading {
    padding-bottom: 8px
}
.ordering-done {
    padding: 71px 99px 74px;
    background: #ebebeb
}
.ordering-done__title {
    padding-bottom: 12px;
    font-size: 18px;
    font-family: 'Exo 2', Tahoma, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #262324
}
.ordering-done__link {
    color: #0b89ff
}
.ordering-done__caption {
    padding-bottom: 20px;
    color: #616161
}
.ordering-done__btn {
    color: #262324
}
.ordering-done__btn-icon {
    margin-top: -6px;
    margin-bottom: -4px;
    margin-right: -6px;
    display: inline-block;
    width: 20px;
    height: 14px;
    vertical-align: middle;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    fill: #262324;
}
.ordering {
    font-size: 0
}
.ordering__card {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    width: 213px;
    text-decoration: none;
    background: #ebebeb
}
.ordering__card:last-child {
    margin-right: 0;
}
.ordering__card.is-active {
    /* background: -webkit-linear-gradient(top, #F7FF23, #fbba00); */
    /* background: linear-gradient(to bottom, #F7FF23, #fbba00);*/

    background: #A626AA;
    cursor: pointer;
}
.ordering__card.is-active {
    cursor: default;
}
.ordering__card.is-active div {
    color: white;
}
.ordering__caption {
    font-size: 14px;
    font-family: 'Exo 2', Tahoma, sans-serif;
    text-align: center;
    text-transform: uppercase;
}
.ordering__caption_top {
    margin-bottom: 13px;
    color: #616161;
}
.ordering__caption_bottom {
    margin-bottom: 13px;
    font-weight: 700;
    color: #262324;
}
.ordering__bg {
    height: 130px;
    padding-top: 15px;
    text-align: center;
}
.ordering__bg_client:after {
    display: inline-block;
    margin-top: 4px;
    background-image: url(/assets/f6d5f8f8/styles/../images/sprite.png);
    background-position: -214px -357px;
    width: 83px;
    height: 94px;
    content: '';
    /* background-size: 100%; */
}
.ordering__bg_badge:after {
    display: inline-block;
    background-image: url(/assets/f6d5f8f8/styles/../images/sprite.png);
    background-position: -5px -362px;
    width: 99px;
    height: 96px;
    content: '';
}
.ordering__bg_phone:after {
    display: inline-block;
    margin-top: -3px;
    margin-left: -6px;
    background-image: url(/assets/f6d5f8f8/styles/../images/sprite.png);
    background-position: -649px -154px;
    width: 78px;
    height: 106px;
    content: '';
}
.overlay-template {
    display: none;
}
.overlay {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.overlay__background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #262324;
    opacity: .1;
    -webkit-transition: opacity .1s;
    transition: opacity .1s;
}
.overlay_active .overlay__background {
    opacity: .8;
}
.overlay__popup-scroller {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}
.overlay__popup {
    position: absolute;
    background-color: #fff;
    left: 50%;
    top: 5%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 44px;
}
.overlay__close,
.fancybox-close {
    cursor: pointer;
    position: absolute;
    top: 24px;
    right: 24px;
    width: 30px;
    height: 30px;
    background-color: #ebebeb;
    vertical-align: middle;
    text-align: center;
    font-size: 2em;
    line-height: 1;
}
.fancybox-close {
    top: 20px;
    right: 20px;
}
.overlay__close:after,
.fancybox-close:after {
    content: "\2715";
    display: block;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    /* margin-top: 1px; */
    /* margin-left: -1px; */

    transition: transform .3s;
}
.overlay__close-icon {
    width: 40px;
    height: 40px;
}
.overlay__content {
    min-width: 120px;
    min-height: 40px
}
body.overlay_active {
    overflow: hidden;
    padding-right:20px;
}
.pagination {
    vertical-align: middle;
    display: inline-block;
    color: #262324;
    font-family: 'Exo 2', Tahoma, sans-serif;
    font-weight: 700;
    text-align: center;
}
.pagination>li {
    display: inline-block;
    /* text-shadow: 0 1px 0 rgba(255, 255, 255, .75); */
    /* border-radius: 3px; */
}
.pagination>li.active {
    background-color: #892488 !important;
    color: #fff;
}
.pagination>li.prev {
    margin-right: 5px;
}
.pagination>li.prev>a,
.pagination>li.prev>span {
    /*    background-image: url(/assets/f6d5f8f8/styles/../images/sprite.png); */

    background-position: -297px -622px;
    width: 40px;
    height: 40px;
}
.pagination>li.next {
    margin-left: 5px;
}
.pagination>li.next>a,
.pagination>li.next>span {
    /*   background-image: url(/assets/f6d5f8f8/styles/../images/sprite.png); */

    background-position: -345px -622px;
    width: 40px;
    height: 40px;
}
.pagination>li.next>a:after,
.pagination>li.next>span:after,
.pagination>li.prev>a:after,
.pagination>li.prev>span:after {
    vertical-align: middle;
    text-align: center;
    width: 16px;
    height: 16px;
    display: block;
    position: relative;
    border: 3px solid #262324;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    top: 10px;
}
.pagination>li.prev>a:after,
.pagination>li.prev>span:after {
    content: " ";
    border-right: none;
    border-bottom: none;
    left: 14px;
}
.pagination>li.next>a:after,
.pagination>li.next>span:after {
    content: " ";
    border-left: none;
    border-top: none;
    left: 5px;
}
.pagination>li.next,
.pagination>li.prev {
    /* border-radius: 5px; */

    background-origin: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.pagination>li.next.disabled,
.pagination>li.prev.disabled {
    opacity: .5;
}
.pagination>li.next:not(.disabled),
.pagination>li.prev:not(.disabled) {
    box-shadow: inset 0 0 0 3px #A626AA;
}
.pagination>li.next.disabled,
.pagination>li.prev.disabled {
    box-shadow: inset 0 0 0 3px #333;
}
.pagination>li>a,
.pagination>li>span {
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    line-height: 40px;
    font-size: 1.1em;
}
.pagination__all {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
.pagination__btn {
    text-transform: inherit;
    color: #262324;
    font-family: 'Exo 2', Tahoma, sans-serif;
    font-weight: 700;
    line-height: 1.2em;
    /* text-decoration: underline; */
    /* border: 0px solid #A626AA; */

    box-shadow: inset 0 0 0 3px #A626AA;
}
.payment-methods__title {
    padding-bottom: 11px;
}
.payment-methods__table {
    display: table;
    position: relative;
    margin-left: -10px;
    margin-right: -10px;
    table-layout: fixed;
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
}
.payment-methods__col {
    display: table-cell;
    padding: 0 10px;
    vertical-align: top;
    text-align: center;
}
.payment-methods__option {
    border: 3px solid #fff;
    height: 250px;
    -webkit-transition: border-color .2s ease-in-out;
    transition: border-color .2s ease-in-out;
}
.payment-methods__option-img {
    height: 130px;
    position: relative;
}
.payment-methods__option-img:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.payment-methods__option-img_in-cash:after {
    background-image: url(/assets/f6d5f8f8/styles/../images/sprite.png);
    background-position: -211px -622px;
    width: 93px;
    height: 42px
}
.payment-methods__option-img_online:after {
    background-image: url(/assets/f6d5f8f8/styles/../images/sprite.png);
    background-position: -484px -302px;
    width: 105px;
    height: 51px
}
.payment-methods__option-img_bank:after {
    background-image: url(/assets/f6d5f8f8/styles/../images/sprite.png);
    background-position: 0 -622px;
    width: 92px;
    height: 44px
}
.payment-methods__option-img_credit:after {
    background-image: url(/assets/f6d5f8f8/styles/../images/sprite.png);
    background-position: -664px -299px;
    width: 68px;
    height: 51px;
}
.payment-methods__option-title {
    font-family: 'Exo 2', Tahoma, sans-serif;
    font-weight: 700;
    color: #535353;
    line-height: 14px
}
.payment-methods__option-link {
    color: #262324;
    text-decoration: none;
    border-bottom: 2px solid #535353
}
.payment-methods__option-text {
    font-family: 'Exo 2', Tahoma, sans-serif;
    color: #535353;
    padding-top: 10px;
    line-height: 20px
}
.payment-methods__desc {
    color: #757575;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Exo 2', Tahoma, sans-serif;
    padding-bottom: 19px
}
.payment-methods__item {
    position: relative;
    width: 100%;
    margin-bottom: 3px
}
.personal-accounts__contact,
.personal-accounts__text {
    font-family: 'Exo 2', Tahoma, sans-serif;
    color: #757575
}
.personal-accounts__contact {
    margin-top: 25px
}
.personal-addresses {
    margin-bottom: 40px;
    padding-left: 20px;
    color: #262324
}
.personal-addresses__item {
    display: table;
    margin-bottom: 10px;
    width: 100%
}
.personal-addresses__buttons,
.personal-addresses__input {
    display: table-cell
}
.personal-addresses__buttons {
    width: 210px;
    text-align: right;
    vertical-align: top
}
.personal-data {
    width: 380px;
    background-color: #757575;
    color: #fff
}
.personal-data__heading {
    padding: 15px 30px;
    font-weight: 700;
    font-family: 'Exo 2', Tahoma, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    background-color: #616161
}
.personal-data__info {
    position: relative;
    display: table;
    padding: 20px 25px 15px;
    width: 100%
}
.personal-data__img {
    display: table-cell;
    width: 100px;
    vertical-align: top
}
.personal-data__icon {
    position: relative;
    width: 100px;
    height: 100px;
    fill: #fff
}
.personal-data__icon_small {
    width: 35px;
    height: 35px
}
.personal-data__text {
    display: table-cell;
    padding-left: 20px;
    width: 190px;
    vertical-align: top
}
.personal-data__edit {
    display: table-cell;
    width: 30px;
    vertical-align: bottom
}
.personal-data__edit-icon {
    position: absolute;
    top: 20px;
    right: 20px
}
.personal-data__name {
    width: 100%;
    font-weight: 700
}
.personal-data__discount,
.personal-data__param,
.personal-data__phone {
    margin-top: 10px
}
.personal-data__value {
    font-weight: 700
}
.personal-data__add-auto {
    position: relative;
    padding: 0 30px 20px;
    min-height: 62px;
    border-bottom: 1px solid #333
}
.personal-data__form {
    position: relative;
    height: 0;
    overflow: hidden;
    background-color: #757575;
    vertical-align: bottom;
    -webkit-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}
.personal-data__form_state_active {
    height: 453px
}
.personal-data__add-btn {
    position: absolute;
    top: 0;
    width: 250px
}
.personal-data__add-submit {
    padding-top: 20px
}
.personal-data__add-cancel {
    padding-top: 10px
}
.personal-data__compare {
    display: table;
    padding: 19px 30px;
    width: 100%;
    background-color: #616161;
    border-top: 1px solid #949494;
    border-bottom: 1px solid #333
}
.personal-data__cart {
    display: table;
    padding: 19px 30px 15px;
    width: 100%;
    background-color: #616161;
    border-top: 1px solid #949494
}
.personal-data__button {
    display: inline-block;
    margin-right: 20px;
    padding-left: 17px;
    padding-right: 17px;
    height: 40px;
    vertical-align: middle;
    border: 3px solid #757575;
    border-radius: 3px;
    width: 250px;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.personal-data__label {
    vertical-align: middle;
    text-transform: uppercase;
    font-family: 'Exo 2', Tahoma, sans-serif;
    line-height: 37px;
    font-weight: 700
}
.personal-data__link-wrap {
    display: table-cell;
    text-align: right;
    vertical-align: bottom
}
.personal-data__icon-wrap {
    position: relative;
    display: inline-block
}
.personal-data__icon-wrap[data-count]::after {
    content: attr(data-count);
    position: absolute;
    right: 0;
    top: -11px;
    z-index: 10;
    display: block;
    padding-left: .1em;
    padding-right: .1em;
    min-width: 22px;
    height: 22px;
    color: #757575;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    border-radius: 100px;
    background-color: #fcd430;
    -webkit-transform: translateX(35%);
    transform: translateX(35%)
}
.personal-form {
    margin-left: -20px
}
.personal-form:not(:first-child) {
    margin-top: 40px
}
.personal-form__group {
    margin-top: 25px
}
.personal-form__row {
    display: table;
    table-layout: fixed;
    margin-bottom: 15px;
    width: 100%
}
.personal-form__row_last {
    margin-bottom: 0
}
.personal-form__row_buttons {
    margin-top: 15px;
    margin-bottom: 0
}
.personal-form__item {
    display: table-cell;
    padding-left: 20px;
    color: #262324;
    vertical-align: top
}
.personal-form__item_add-phone {
    vertical-align: bottom
}
.personal-form__title {
    margin-bottom: 30px;
    /* padding-left: 20px; */
    padding-top: 20px;
}
.personal-form__btn {
    color: #262324;
    width: 180px
}
.personal-form__btn:not(:last-child) {
    margin-right: 16px
}
.personal-form__smallbtn {
    margin-left: 7px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto
}
.personal-form__label {
    color: #262324;
    border-bottom: 1px #262324 dotted
}
.personal-form__legal-wrapper {
    display: none;
    padding-top: 10px;
    margin-top: -15px
}
.personal-form__legal-wrapper:after {
    display: table;
    clear: both;
    content: ''
}
.personal-form__legal-trigger~.checkbox__label {
    margin-bottom: 15px
}
.personal-form__legal-trigger:checked~.personal-form__legal-wrapper {
    display: block
}
.personal-form__open-form {
    position: relative;
    min-height: 60px
}
.personal-form__add-address,
.personal-form__change {
    position: absolute;
    top: 0;
    padding-left: 20px
}
.personal-form__address,
.personal-form__password {
    position: relative;
    height: 0;
    background-color: #ebebeb;
    overflow: hidden;
    z-index: 1
}
.personal-form__password_state_active {
    height: 133px
}
.personal-form__address_state_active {
    height: 358px
}
.personal-form__address-wrapper {
    display: table
}
.personal-form__new-address {
    display: table-cell;
    vertical-align: top
}
.personal-form__address-map {
    display: table-cell;
    padding-top: 26px;
    padding-left: 20px;
    width: 400px;
    vertical-align: top
}
.personal-help__preview {
    margin-bottom: 25px;
    font-size: 16px
}
.personal-help__preview_alert {
    margin-top: 13px;
    margin-bottom: 31px
}
.personal-help__contact,
.personal-help__text {
    font-family: 'Exo 2', Tahoma, sans-serif;
    color: #757575
}
.personal-help__contact {
    margin-top: 20px
}
.personal-notify__preview {
    margin-bottom: 31px;
    font-size: 16px
}
.personal {
    display: table;
    margin-top: 45px;
    width: 100%;
    background-color: #ebebeb
}
.personal__wrap {
    margin-top: -46px
}
.personal__tabs {
    display: table-cell;
    vertical-align: top
}
.personal__data {
    display: table-cell;
    padding-top: 46px;
    padding-left: 20px;
    vertical-align: top
}
.pop-up-login__switcher {
    margin-top: 26px;
    height: 40px;
    font-weight: 700
}
.pop-up-login__switcher_form {
    margin-top: 14px
}
.pop-up-login__content {
    display: table;
    width: 100%;
    margin-top: 25px
}
.pop-up-login__login-form {
    display: table-cell;
    width: 360px;
    padding-right: 40px;
    vertical-align: top;
}
.pop-up-login__mail,
.pop-up-login__name,
.pop-up-login__password,
.pop-up-login__phone {
    margin-bottom: 10px;
}
.pop-up-login__password {
    margin-bottom: 10px;
}
.pop-up-login__submit {
    font-family: 'Exo 2', Tahoma, sans-serif;
    font-weight: 700;
    padding-top: 20px;
}
.pop-up-login__submit .btn {
    width: 100%
}
.pop-up-login__socials {
    display: table-cell;
    vertical-align: top
}
.pop-up-login__socials-caption {
    margin-top: 20px;
    font-family: 'Exo 2', Tahoma, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #262324
}
.pop-up-login__social-icons {
    margin-top: 16px
}
.pop-up-login__social-icons svg {
    -webkit-transition: all .2s;
    transition: all .2s;
    fill: #A626AA;
}
.pop-up-login__icon {
    display: inline-block;
    width: 70px;
    height: 50px;
    /* padding: 5px 8px 4px 9px; */
    /* border: 2px solid #f3f3f3; */
    /* border-radius: 5px; */

    cursor: pointer;
}
.pop-up-login__icon_ok {
    /* padding-right: 10px
 */
}
.pop-up-login__icon_fb {
    /*   padding-top: 6px; */
    /*   padding-bottom: 6px; */
    /* padding-right: 12px*/
}
.pop-up-login__icon_tw {
    /*padding-left: 8px;*/
    /*padding-right: 11px*/
}
.pop-up-login__agreement {
    width: 285px;
    margin-top: 15px;
    font-size: 12px;
    line-height: 10px
}
.pop-up-login__agreement_last {
    margin-top: 11px
}
.input-top-label__label {
    margin-bottom: 5px;
    font-family: 'Exo 2', Tahoma, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #262324
}
.input-top-label__input {
    width: 100%;
    height: 40px
}
.price {
    display: inline-block
}
.price__currency {
    width: .6em;
    height: .9em;
    margin-bottom: -.1em
}
.price__each {
    font-size: .9em
}
.price_description {
    color: #999;
    /*color: #fff;*/
    margin-bottom: 0.5%;
    margin-left: 5%;
}
.product-compare {
    background-color: #757575;
    padding-top: 30px;
    padding-bottom: 31px
}
.product-compare_page {
    background-color: #fff
}
.product-compare__slider {
    width: 1140px;
    margin: 0 auto
}
.product-compare__controls {
    width: 1000px;
    margin: 20px auto 0
}
.product-compare__controls:after {
    display: table;
    clear: both;
    content: ''
}
.product-compare__submit {
    float: right;
    margin-right: 8px;
    width: 381px;
    font-weight: 700
}
.product-compare__switch {
    float: right;
    margin-top: -3px;
    margin-right: 17px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff
}
.product-compare__summary {
    margin-left: 11px;
    padding-top: 10px;
    overflow: hidden;
    font-weight: 700;
    font-family: 'Exo 2', Tahoma, sans-serif;
    letter-spacing: -.1px;
    text-transform: uppercase;
    color: #fff
}
.product-description {
    display: table-cell;
    width: 100%;
    padding-top: 32px;
}
.product-description_top {
    /* background-color: #ebebeb
 */
}
.product-description_padded {
    padding: 32px 0
}
.product-description__calc,
.product-description__entry,
.product-description__imgblock {
    display: table-cell;
    vertical-align: top
}
.product-description__entry {
    /* padding-top: 10px; */

    padding-left: 20px
}
.product-description__calc {
    padding-left: 10px;
    margin-top: 35px;
    float: right;
    display: block;
}
.imgblock {
    position: relative
}
.imgblock__band {
    position: absolute;
    top: 20px;
    left: -5px;
    width: 130px;
    height: 27px;
    background: #fe0000;
    border-left: 6px solid #fe0000
}
.imgblock__band:before {
    position: absolute;
    bottom: -14px;
    left: -6px;
    border-width: 6px 0 0 6px;
    border-style: solid;
    border-color: #720000 transparent;
    content: ''
}
.imgblock__band:after {
    position: absolute;
    bottom: -9px;
    right: 0;
    border-width: 9px 9px 0 0;
    border-style: solid;
    border-color: #bebebe transparent;
    content: ''
}
.imgblock__label {
    text-align: center;
    line-height: 36px;
    color: #fff
}
.imgblock__label:after {
    position: absolute;
    top: 27px;
    left: -6px;
    width: 121px;
    height: 9px;
    background: #fe0000;
    content: ''
}
.imgblock__main {
    width: 380px;
    height: 380px;
    line-height: 380px;
    background: #fff;
    text-align: center
}
.imgblock__mainimg {
    vertical-align: middle
}
.imgblock__image {
    width: 80px;
    height: 81px
}
.imgblock__list {
    margin-top: 10px
}
.entry__header {
    display: table;
    padding-bottom: 37px;
    width: 100%
}
.entry__brand,
.entry__link {
    display: table-cell;
    vertical-align: middle
}
.entry__link {
    color: #262324;
    text-align: right;
    float: right;
    margin-top: -75px;
    /* height: 50px; */

    margin-right: 10px;
}
.tabs-tire .product-description .entry__link {
    margin-top: -82px;
    height: 50px;
}
.catalog-wheel-tire__link {
    margin: 0;
    position: relative;
    margin-top: -30px;
    top: 40px;
    display: block;
}
.out-of-stock__link-item {
    margin-top: 0;
    float: none;
    text-align: center;
    padding-left: 20px;
}
.out-of-stock__link-list {
    margin-top: 15px;
    text-align: center;
    display: inline-block;
}
.catalog-wheel-tire__link-bottom {
    margin: 0 auto;
    position: relative;
    display: block;
    float: none;
    text-align: left;
    /* width: 90%; */

    margin-bottom: 35px;
    margin-top: 30px;
}
.catalog-wheel-tire__link-bottom a {
    width: 280px;
}
.entry__link-brand {
    margin-top: 0;
    position: absolute;
    float: right;
    text-align: right;
    right: 0;
}
.entry__link .btn {
    border: 3px solid #892488;
    height: 50px;
    line-height: 1.5;
    text-transform: uppercase;
}
.entry__logo {
    margin-right: 18px;
    margin-top: 10px
}
.entry__logo_wide {
    margin-right: 15px;
    margin-top: 0
}
.entry__info {
    margin-right: 3px;
    margin-top: 6px
}
.entry__info_wide {
    margin-right: 240px;
    margin-top: 7px
}
.entry__preview {
    padding-bottom: 37px;
    line-height: 1.29em
}
.entry__stats {
    padding-bottom: 40px
}
.entry__modif {
    /*   margin-top: 29px; */
    /*   margin-bottom: 20px; */

    color: #262324;
    width: auto;
    float: right;
    margin-top: 40px;
}
/*.entry__modif .btn {
border: 3px solid #892488;
}

*/

.entry__model {
    color: #262324
}
.entry__arrow {
    width: 23px;
    height: 30px;
    margin: -10px 0 -10px -6px
}
.entry-brand__img,
.entry-brand__info {
    display: inline-block;
    vertical-align: middle
}
.entry-brand__img {
    padding-right: 20px
}
.out-of-stock__model-row {
    height: 150px;
}
.out-of-stock__model {
    width: 90%;
    margin-top: 25px;
    position: absolute;
    text-align: center;
}
.out-of-stock__model p {
    margin-bottom: 10px;
}
.product-gallery__body {
    position: relative;
    /*display: table-cell;*/
    width: 380px;
    height: 380px;
    line-height: 0;
    text-align: center;
    vertical-align: middle;
    background-color: #fff;
}
.product-gallery__img-wrap {
    display: table-cell;
    width: 380px;
    height: 380px;
    line-height: 0;
    text-align: center;
    vertical-align: middle;
    cursor: zoom-in;
}
.product-gallery__tooltip {
    position: relative;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.75);
    height: 30px;
    margin-top: -30px;
    padding-top: 14px;
    color: #ebebeb;
    opacity: 0;
    transition: all .15s ease-in-out;
}
.product-gallery__main-img {
    max-height: 100%;
    max-width: 100%
}
.product-gallery__nav {
    margin-left: -6px;
    margin-right: -6px;
    padding-top: 40px;
    font-size: 0;
    min-height: 146px;
    /* display:inline-block; */
    width:100%;
}

.fast__preview .product-gallery__nav{
    position:relative;
    display:block;
    text-align:center;
}

.fast__preview .product-gallery__nav-item{
    float:none;
}

.product-gallery__nav .slick-list.draggable{
    padding:0 !important;
}

.product-gallery__img-wrap  img{
    object-fit:contain;
}
.product-gallery__label {
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 1
}
.product-gallery__nav-item {
    display: inline-block;
    /* margin: 6px; */
    /*margin-top: 3px;*/
    /*width: 86px;*/
    /*height: 86px;*/
    background-color: #fff;
    background-position: center;
    /*background-size: cover;*/
    /* border: 3px solid #fff;*/
    /* overflow: hidden; */
    vertical-align: bottom;
    float: left;
}

.thumbs__control {
    position:absolute;
    margin-top:85px;
    z-index:1;
    cursor:pointer;
}


.thumbs__control_prev {
    left:-20px;
}

.thumbs__control_next {
    left:368px;

}

.thumbs__control:after {
    content:'';
    width: 16px;
    height: 16px;
    display: block;
    position: relative;
    border: 3px solid #999;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transition:all .15s ease-in-out;
}

.thumbs__control_prev:after {
    border-bottom:none;
    border-right:none;
}

.thumbs__control_next:after {
    border-top:none;
    border-left:none;
}

.product-gallery__nav-item_active {
    border-color: #fcd42d
}
.product-gallery__nav-item_video {
    position: relative;
    /* top: 0; */

    display: block;
    overflow: hidden;
}
.product-gallery__nav-item_video img {
    /* top: -5px; */
    /* left: -20px; */
    /* position: absolute; */
    height: 100px;
    /* padding: 0; */
    /*object-fit: contain;*/
    object-fit: cover;
}
.product-gallery__nav-item_video::after,
.product-gallery__nav-item_video::before {
    position: absolute;
    z-index: 1;
    content: ''
}
.product-gallery__nav-item_video::before {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* background-color: rgba(0, 0, 0, .35); */
}
.product-gallery__nav-item_video::after {
    left: 50%;
    top: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    margin-top: -12px;
    background-image: url(/assets/f6d5f8f8/styles/../images/svg/icon_play_fill.svg);
    background-repeat: no-repeat
}
.product-gallery__nav-img {
    min-width: 100%;
    min-height: 100%;
    -webkit-transition: -webkit-transform .2s;
    transition: transform .2s;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    will-change: transform;
}
.product-h-body {
    display: table;
    padding-bottom: 10px;
    width: 100%
}
.product-h-body__buy,
.product-h-body__icon,
.product-h-body__types {
    display: table-cell;
    vertical-align: top
}
.product-h-body__buy {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    width: 200px
}
.product-h-body__icon {
    width: 75px;
    vertical-align: middle;
    text-align: right;
    padding-bottom: 15px;
}
.product-h-body__icon_active::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background-image: url(/assets/f6d5f8f8/styles/../images/sprite.png);
    background-position: -538px -362px;
    width: 67px;
    height: 80px
}
.product-h-floatlink {
    display: block;
    padding: 10px 5px;
    color: #262324
}
.product-h-floatlink__label {
    display: none;
    margin-left: 1em;
    margin-right: 1em;
    vertical-align: middle;
    color: #262324;
    font-family: 'Exo 2', Tahoma, sans-serif;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    border-bottom: 1px dotted #262324
}
.product-h-header {
    display: table;
    padding-bottom: 5px;
    /*padding-right: 200px;*/
    width: 100%
}
.product-h-total-pair__cost {
    width: 200px;
    height: 75px;
    /*position: absolute;*/
    margin: 0;
    padding: 0;
    font-size: 1.7em;
    font-weight: 700;
    /* display:none; */
    display:table-cell;
}
.total_cost {
    margin-bottom: 25px;
    display: block;
}
.total_cost:after {
    content: "";
    display: table;
    clear: both;
}
.product-h-header__brand-logo,
.product-h-header__props,
.product-h-header__runflat,
.product-h-header__title {
    display: table-cell;
    padding-right: 10px;
    vertical-align: baseline
}
.product-h-header__brand-logo:not(:first-child),
.product-h-header__props:not(:first-child),
.product-h-header__runflat:not(:first-child),
.product-h-header__title:not(:first-child) {
    padding-left: 10px;
}
.product-h-header__brand-logo,
.product-h-header__brand-logo:not(:first-child) {
    width: 110px;
    text-align: center;
    padding: 0;
}
.product-h-header__img {
    vertical-align: middle
}
.product-h-header__img_fluid {
    margin: 0 auto;
    max-width: 100%;
    /* max-height: 28px */
}
.h-header-runflat__title {
    background-color: hsla(0, 0%, 20%, 0.9);
    color: #fff;
    padding: 4px 20px;
    max-width: 394px;
    width: 394px;
    text-align: left;
    position: absolute;
    margin-top: 6px;
    margin-left: 16px;
    opacity: 0;
    transition: all .15s ease-in-out;
    z-index: -1;
    cursor: text;
    line-height: 1em;
}
.h-header-runflat__title:after {
    position: absolute;
    bottom: 100%;
    left: 0px;
    margin-left: 0px;
    width: 0;
    border-bottom: 5px solid #000;
    border-bottom: 5px solid hsla(0, 0%, 20%, 0.9);
    border-right: 32px solid transparent;
    border-left: 32px solid transparent;
    content: " ";
    font-size: 0;
    line-height: 0;
}
.product-stats__row .h-header-runflat__title {
    padding: 8px 20px;
    margin-top: -100px;
    opacity: 0;
    transition: all .15s ease-in-out;
    z-index: -1;
    font-weight: 400;
    right: 0;
    margin-right: 394px;
}
.product-stats__row .h-header-runflat__title:after {
    bottom: -8px;
    left: 100%;
    margin-left: -64px;
    border-bottom: none;
    border-bottom: none;
    border-top: 8px solid #000;
    border-top: 8px solid hsla(0, 0%, 20%, 0.9);
}
.product-h-header__props {
    width: 75px
}
.product-h-header__prop {
    width: 27px;
    height: 27px;
    /* display: inline-block; */
    /* z-index: 1000; */
}
.product-h-header__runflat,
.product-h-header__runflat-frame {
    /*     padding-right: 20px; */
    width: 105px
}
.product-h-header__runflat-frame {
    position: relative;
    /*         right: 0; */
    margin: 0;
    display: table-cell;
}
.product-h-header__title {
    vertical-align: top
}
.catalog__row .product-h-header {
    min-height: 88px;
}
.product-h-price {
    position: relative;
    display: inline-block;
    padding-left: .3em;
    padding-right: .3em;
    color: #616161;
    font-size: 18px;
    font-family: 'Exo 2', Tahoma, sans-serif;
    font-weight: 700;
    vertical-align: middle
}
.product-h-price_old {
    font-size: 13px;
    font-weight: 400;
    line-height: 1
}
.product-h-price_old:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    display: block;
    width: 100%;
    height: 2px;
    margin-top: -1px;
    background: #e10000;
    content: ''
}
.product-h-type {
    display: table;
    padding: 6px 10px;
    width: 100%
}
.product-h-type__price,
.product-h-type__specs,
.product-h-type__spinput {
    display: table-cell;
    vertical-align: middle
}
.product-h-type__price:not(:first-child),
.product-h-type__specs:not(:first-child),
.product-h-type__spinput:not(:first-child) {
    padding-left: 10px;
}
.product-h-type__price:not(:last-child),
.product-h-type__specs:not(:last-child),
.product-h-type__spinput:not(:last-child) {
    /* padding-right: 10px; */
}
.product-h-type__price {
    width: 150px;
    text-align: center
}
.product-h-type__spinput {
    width: 100px;
    font-size: 15px;
}
.product-h {
    position: relative;
    display: table;
    padding: 3px;
    width: 100%;
    font-size: 14px;
    background-color: #fff;
    box-shadow: inset 0 0 0 3px #ebebeb
}
.product-h__content {
    display: table-cell;
    padding-top: 20px;
    padding-left: 20px;
    vertical-align: top
}
.product-h__runflat {
    position: absolute;
    right: 125px;
    top: 21px
}
.product-h__thumbnail {
    position: relative;
    display: table-cell;
    width: 180px;
    overflow: hidden;
    vertical-align: middle;
    background: #fff;
}
.product-h__img {
    position: absolute;
    top: 50%;
    left: 0;
    max-width: 100%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}
.product-h__logo {
    position: absolute;
    top: 8px;
    right: 0
}
.product-h__play {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #ebebeb
}
.product-h__compare {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #ebebeb
}
.product-h__label {
    position: absolute;
    top: 19px;
    left: 0;
    z-index: 1;
    overflow:hidden;
}
.product-h__title {
    padding-bottom: 3px;
    font-size: 20px
}
.product-h__subtitle {
    height: 20px;
    font-size: 14px;
    font-family: 'Exo 2', Tahoma, sans-serif;
    font-weight: 700;
    color: #535353
}
.product-h__caption {
    font-family: 'Exo 2', Tahoma, sans-serif;
    font-weight: 700;
    font-size:14px;
}
.product-h__rating {
    display: inline-block;
    margin-right: 1em;
    font-size: 18px
}
.product-h__voted {
    display: inline-block;
    margin-left: .3em;
    color: #636363;
    font-size: 14px;
    font-family: 'Exo 2', Tahoma, sans-serif
}
.product-h__voted::before {
    content: '('
}
.product-h__voted::after {
    content: ')'
}
.product-h__avaliable {
    position: relative;
    display: inline-block;
    font-weight: 700;
    font-size: 13px
}
.product-h__credit {
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
    color: inherit;
    text-align: center
}
.btn_primary:disabled+.product-h__credit,
.btn_primary:disabled+.product-vertical__credit {
    color: inherit;
    cursor: default;
    text-decoration: none;
}
.product-gallery__label .product-label {
    border-left: 0px solid transparent;
    border-right: 15px solid transparent;
    padding: 4px 8px;
    margin-left: 0px;
}
.product-gallery__label .product-label__text {
    margin-top: -20px;
}
.product-label {
    /* position: relative; */
    /* margin-right: -6px; */
    /* padding: 12px 20px 4px; */

    font-family: 'Exo 2', Tahoma, sans-serif;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    border-left: 15px solid transparent;
    border-top: 22px solid #F7FF23;
    height: 0;
    padding: 0 8px 0 4px;
    font-size: 0.95em;
}
.product-label_discount {
    border-left: 15px solid transparent;
    border-top: 22px solid #e10000;
    /* overflow: hidden; */
}
.product-label_discount.hit-sales {
    border-left: 15px solid transparent;
    border-top: 22px solid #0b89ff;
}
.product-label_discount .product-label__text{
    color:#fff;
}
.order-cart__label .product-label,
.catalog__row .product-label {
    border-left: 0px solid transparent;
    border-right: 15px solid transparent;
}
.order-cart__label .product-label__text {
    padding-left: 5px;
    margin-right: -5px;
}
.catalog__row .product-h__label {
    top: 3px;
    left: 3px;
}
.catalog__row .product-label__text {
    margin-top: -17px;
}
.product-label::after,
.product-label::before {
    /* content: ''; */

    position: absolute
}
.product-label::before {
    /* top: 100%; */
    /* left: 0; */
    /* border: 5px solid transparent; */
    /* border-top-color: gray; */
    /* border-right-color: gray; */
}
.product-label::after {
    /* top: 100%; */
    /* right: 0; */
    /* margin-top: 9px; */
    /* border-top-color: currentColor; */
    /* border-top-color: currentColor; */
    /* border-left-color: currentColor */
}
.vk_post {
    display: block;
    position: relative;
    margin: 0 auto;
    margin-bottom: 25px;
    margin-top: 15px;
    border: 2px solid #892488;
    /* width: 324px; */

    /*     box-shadow: 0 0 0 2px #892488; */
    overflow: hidden
}
.product-label__text::after {
    /* content: ''; */

    position: absolute;
    top: 100%;
    left: 9px;
    right: 0;
    height: 9px;
}
.product-h .product-label_left {
    margin-left: 0px;
    margin-right: 0
}
.product-label_left {
    margin-left: -6px;
    margin-right: 0
}
.product-label_left::before {
    left: auto;
    right: 0;
    border-left-color: #bebebe;
    border-right-color: transparent
}
.product-label_left::after {
    left: 0;
    right: auto;
    border-left-color: transparent;
    border-right-color: currentColor
}
.product-label_left .product-label__text::after {
    left: 0;
    right: 9px
}
.product-label_left .product-label_discount::after,
.product-label_left .product-label_new::after {
    border-left-color: transparent;
    border-right-color: currentColor
}
.product-label_discount {
    color: #262324;
    /* background-color: #F7FF23; */
}
.product-label__text {
    margin-top: -18px;
}
.product-label_discount::after {
    /* color: darksalmon; */
}
.product-label_discount .product-label__text::after {
    /* background: #F7FF23; */
}
.product-label_new {
    color: #262324;
    /*   background-color: #F7FF23; */
}
.product-label_new::after {
    color: #b58700
}
.product-label_new .product-label__text::after {
    background: #F7FF23;
}
.product-params__item {
    display: inline-block;
    padding-right: .3em
}
.product-params__link {
    text-decoration: underline
}
.product-stats {
    font-weight: 700;
    border-top: 1px solid rgba(117, 117, 117, .25)
}
.product-stats__row {
    display: table;
    table-layout: fixed;
    padding-top: 15px;
    padding-bottom: 14px;
    width: 100%;
    border-bottom: 1px solid rgba(117, 117, 117, .25)
}

.product-stats__row.price__row{
    border:none;
    font-weight:700;
    text-align:right;
    position:relative;
    top:15px;
}

.product-stats__row.price__row div{
    font-size: 2.5em;
    color: #262324;
    text-align: right;
    right:0px;
    display: inline-block;
}

div.product-stats__value.product-vertical-price_old{
    text-align:center;
    width:auto;
    position:relative;
    display: inline;
    margin-left: 25px;
}

.product-stats__name,
.product-stats__value {
    display: table-cell;
    vertical-align: middle;
    color: #757575
}
.product-stats__size,
.product-stats__model {
    border-bottom: 1px solid;
    color: #0084ff;
    border-color: #0084ff;
    transition: all .15s ease-in-out;
}
.product-size-title {
    opacity: 0;
    z-index: -1;
    position: absolute;
    background-color: hsla(0, 0%, 20%, 0.9);
    color: #fff;
    font-weight: 400;
    transition: all .2s ease-in-out;
    /*     transition-delay:.1s; */
    margin-top: -60px;
    margin-left: -60px;
    padding: 5px 10px
}
.product-size-title:after {
    bottom: -8px;
    border-top: 8px solid #000;
    border-top: 8px solid hsla(0, 0%, 20%, 0.9);
    position: absolute;
    left: 50%;
    margin-left: -96px;
    border-right: 96px solid transparent;
    border-left: 96px solid transparent;
    content: " ";
}
.product-stats__item {
    display: inline-block;
}
.product-stats__link {
    color: #262324;
    text-decoration: underline;
}
.product-stats__icon {
    display: inline-block;
    width: 27px;
    height: 27px;
    margin: -.4em .3em -.3em -.3em
}
.product-stats__icon,
.product-stats__text {
    vertical-align: middle
}
.product-stats__modif {
    margin-top: 29px;
    margin-bottom: 20px
}
.product-vertical {
    position: relative;
    padding: 3px;
    font-size: 14px;
    text-align: center;
    background: #fff;
    box-shadow: inset 0 0 0 3px #ebebeb;
    overflow: visible;
    transition: box-shadow .2s ease;
    /* width: 230px; */
}
.product-vertical_hover .product-vertical__extra {
    display: block
}
.product-vertical_hover .product-vertical__compare {
    background-color: #FFD216
}
.product-vertical_hover .product-vertical__play {
    background: #A626AA;
    color: #fff;
    fill: #fff;
}
.product-vertical_hover svg {
    color: #fff;
    fill: #fff;
}
.product-vertical_hover .product-vertical__thumbnail img {
    /*   -webkit-filter: sepia(0) grayscale(0); */
    /*   transform: rotate3d(1, 0, 0, 0deg); */
    /*   transition: all .5s; */
}
.product-vertical__thumbnail {
    position: relative;
    display: block;
    height: 130px;
    overflow: hidden;
    /*   -webkit-filter: sepia(100%) grayscale(100%); */
    /*   filter: sepia(100%) grayscale(100%); */
    /*   transition: all .1s; */
    /*   -webkit-perspective: 100rem; */

    margin-top: 8px;
}
.product-vertical__thumbnail img {
    /*   transform: rotate3d(1, 0, 0, 7deg); */
}
.product-vertical__header {
    display: inline-block;
    width: 100%;
    max-width: 100%
}
.product-vertical__img {
    /* position: absolute; */
    /* top: 50%; */
    /* left: 0; */

    width: 100%;
    /* max-width: 100%; */
    /* -webkit-transform: translateY(-50%); */
    /* transform: translateY(-50%)
 */
    /* margin-top: 10px; */
}
.product-vertical__play {
    position: absolute;
    /*          bottom: 0; */
    top: 106px;
    left: 0;
    /* height: 40px; */

    background-color: #ebebeb
}

.model-page__vs-grid .product-vertical__play{
    position:relative;
    background:none;
    top:0;
    margin-bottom: 45px;
}

.model-page__vs-grid{
    display:table;
    width:100%;
}

.model-page__vs{
    /*display: table-cell;*/
    /* width:50%; */
    margin: 0 -2px;
    /*position:relative;*/
    margin-top:-15px;
    vertical-align: middle;
    /* margin-bottom: 45px; */
    /* padding: 0; */
}
.js-readmore__button{
    display:inline-block;
}
.model-page__vs .product-vertical-floatlink{
    display:inline-table;
    transition:all .15s ease-in-out;
    cursor:pointer;
    border:2px solid #A626AA;
    padding: 4px 6px 4px 1px;
}

.model-page__vs .product-vertical-floatlink span{
    transition:all .15s ease-in-out;
}



.disks .product-vertical__play {
    top: 196px;
}

.model-page__vs .product-vertical-floatlink__label{
    display:inline-block;
    width: auto;
}

.model-page__vs .video__card-model-page{
    display:inline-table;
}

.product-vertical__compare {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 40px;
    background-color: #ebebeb
}

.product-vertical__playicon {
    margin: 2px;
    width: 31px;
    height: 33px
}



.product-vertical__compicon {
    height: 41px;
    width: 41px;
    margin: -1px 1px 1px
}
.product-vertical__props {
    position: absolute;
    top: 16px;
    left: 4px;
    z-index: 1;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 0;
    background-color: rgba(255, 255, 255, .9);
    border-radius: 100px;
    cursor:help;
}

.product-h [class*="tire-icon_"],
.product-vertical__props [class*="tire-icon_"]{
    position:absolute;
    display:block;

}

.product-h div.tire-icon_spike{
    margin-left:64px
}
.product-h div.tire-icon_spike:before{
    padding-left:0;
}

.product-h [class*="tire-icon_"]{
    top:30px;
    left:203px
}

.product-h [class*="tire-icon_"]:before{
    opacity:0;
    content:attr(data-tooltip);
    visibility: visible;
    width:auto;
    position:absolute;
    display:block;
    padding:6px 7px;
    border-radius:0;
    margin: 0;
    transition:all .15s ease-in-out;

}


.product-vertical__props [class*="tire-icon_"]:before{
    position:absolute;
    display:block;
    content:attr(data-tooltip);
    opacity:0;
    visibility: visible;
    margin: 0;
    bottom: 30px;
    left: -5px;
    width: auto;
    padding: 5px 8px;
    border-radius: 0;
    /*background-color: hsla(0, 0%, 20%, .85);*/
    background-color:#A626AA;
    transition:all .15s ease-in-out;
}
div.tire-icon_spike{
    margin-left:66px;
}
.product-vertical__props div.tire-icon_spike:before{
    /*padding-left:0px;*/
}

div.tire-icon_winter{
    width:70px;
}

.product-h [class*="tire-icon_"]:after,
.product-vertical__props [class*="tire-icon_"]:after{
    position:absolute;
    display:block;
    content:"";
    opacity:0;
    visibility: hidden;
}
.product-vertical__props {
    position: absolute;
    top: 16px;
    left: 4px;
    z-index: 1;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 0;
    background-color: rgba(255, 255, 255, .9);
    border-radius: 100px;
}
.product-vertical__prop {
    width: 27px!important;
    height: 27px!important;
}
.slick-slide img{display:initial;left:0;padding-top:0;}
.product-vertical__label {
    position: absolute;
    /* top: -16px; */
    right: 3px;
    z-index: 1;
    overflow: hidden;
}
.product-vertical__content {
    position: relative;
    padding-top: 28px;
    padding-left: 5px;
    padding-right: 5px;
}
.product-vertical__title {
    overflow: hidden;
    line-height: 20px;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #0b89ff;
}
.product-vertical__title_common {
    color: #0b89ff;
}
.product-vertical__runflat {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 4px 5px;
    text-align: right;
}
#similar .product-vertical__palette {
    margin-top: 10px;
}
.product-vertical__palette {
    min-height: 20px;
    font-size: 0;
}
.product-vertical__palette .info_hovering {
    padding: 0 2px;
}
.product-vertical__color {
    display: inline-block;
    margin: 0 3px;
    width: 13px;
    height: 13px;
    vertical-align: middle;
}
.product-vertical__color:last-child {
    margin-right: 0;
}
.product-vertical__color_black {
    background: #262324;
}
.product-vertical__color_green {
    background: #32a232;
}
.product-vertical__color_purple {
    background: #993d95;
}
.product-vertical__color_red {
    background: #e50707;
}
.product-vertical__color_yellow {
    background: #fcd42d
}
.product-vertical__color_white {
    box-shadow: inset 0 0 0 1px #757575
}
.product-vertical__modification {
    padding-bottom: 10px;
    font-size: 13px;
}
.disks .product-vertical__modification {
    padding-bottom: 5px;
}
.product-vertical__price {
    padding-bottom: 5px;
}
.disks .product-vertical__price {
    padding-bottom: 5px;
}
.product-vertical__number {
    display: inline-block;
    font-size: 26px
}
.product-vertical__number_old {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 1px;
    font-family: 'Exo 2', Tahoma, sans-serif;
    font-size: 16px;
    line-height: 40px;
    color: #616161
}
.product-vertical__number_old::after {
    display: block;
    width: 116%;
    height: 2px;
    margin-top: -20px;
    background: #e10000;
    content: ''
}
.product-vertical__avaliable {
    position: relative;
    display: block;
    padding-bottom: 10px;
    font-weight: 700;
    font-size: 13px;
}
.disks .product-vertical__avaliable {
    padding-bottom: 0px;
}
.disks .product-vertical__extra{
    padding-bottom:10px;
}
.product-vertical__extra .btn{
    transition:all .15s ease-in-out;
}
.product-vertical__extra {
    /* position: absolute; */
    /* left: 0; */
    /* right: 0; */
    /* top: 100%; */
    /* z-index: 10; */
    /* display: none; */
    /* margin-top: -13px; */
    /* padding-bottom: 20px; */
    /* border: 3px solid #A626AA; */
    /* border-top: none; */
    /* background: #fff;*/
}
#similar .product-vertical__btn {
    padding-bottom: 5px;
    /* padding-left: 10px; */
    /* padding-right: 10px; */
    margin-top: -2px;
    margin-right:0;
}
.product-vertical__btn {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.inline-btn{
    display:inline-block;
    vertical-align:middle;
    padding-left:0;
    padding-right:0;
}

.inline-btn{
    /* box-shadow:inset 0 0 0 1px #000; */
}

.product-vertical__btn-desc{
    /*width: 50%;*/
    width:70%;
    margin-right:3px;
    margin-left: 3px;
    padding-left:0;
    transition:all .15s ease-in-out;
}
/*.product-vertical:hover .product-vertical__btn-desc{*/
/*    padding-left:45px*/
/*}*/

.discount-module-2 .product-vertical:hover .product-vertical__btn-desc{
    padding-left:0px
}

.product-vertical__btn-heart{
    display: inline-block;
    margin-right:3px;
    position:absolute;
}
.add-h-favorit{text-align: left;}
.add-h-favorit .product-vertical__btn-heart{position:relative;margin-right:auto;}
.grid-module-2 .product-vertical__btn-heart:before,
.grid-module-2 .product-vertical__btn-heart:after{
    visibility:hidden;
    opacity:0;
    transition:all .15s ease-in-out;
    position:absolute;
}

.grid-module-2 .product-vertical__btn-heart:before{
    content:attr(data-add);
    background: hsla(0, 0%, 20%, 0.9);
    color:#fff;
    padding: 6px 10px;
    width:190px;
    top:-35px;
    left:0;
}
.grid-module-2 .product-vertical__btn-heart:after{
    content:'';
//
width:0px;
    top:-3px;
    left: 12px;
    border: 10px solid transparent;
    border-top: 4px solid hsla(0, 0%, 20%, 0.9);
}

.grid-module-2 .product-vertical__btn-heart.liked-product:before{
    content:attr(data-remove);
}

.grid-module-2 .product-vertical__btn-heart:hover:before,
.grid-module-2 .product-vertical__btn-heart:hover:after{
    visibility:visible;
    opacity:1;
}




.product-vertical__btn-heart button:after,
.product-vertical__btn-heart button:before{
    content:'';
    position:absolute;
    display:block;
    background:#757575;
    top: calc(50% - 2px);
    left: calc(50% - 12px);
    transition: all .15s ease-in-out;
}
.product-vertical__btn-heart button:after{
    height:3px;
    width:50%;
}

.product-vertical__btn-heart button:before{
    height:3px;
    width:50%;
    transform:rotateZ(-90deg);

}

.product-vertical__btn-heart.liked-product button:before{
    transform:rotateZ(0deg);
}

.product-vertical__btn-heart.liked-product button:after{
    transform:rotateZ(180deg);
}


.product-vertical__btn-heart button{
    border:none;
    background:none;
//
margin-right:3px;
    position: relative;
    width: 38px;
    height: 38px;
//
top: 2px;
//
margin-right:3px;
//
background: #45b200;
    transition: all .15s ease-in-out;
    left: 6px;
}

.product-vertical__btn-heart:hover button:after,
.product-vertical__btn-heart:hover button:before{
    background: #A626AA;;
}

.add__liked-span{
    padding-left:45px;
    width: 150px;
    display: inline-table;
    position: relative;
    vertical-align: middle;
    transform: translate(0, 50%);
    font-size:1.25em;
    /* height: 38px; */
}

.product-viewed__add{
    width:100%;
    display:table;
    position: relative;
    height: 100%;
    z-index: 0;
}

.product-description_main .product-viewed__add:after, .product-h-body .product-viewed__add:after, .add-h-favorit .product-viewed__add:after{
    content:attr(data-add);
    display:inline-table;
    cursor:pointer;
    position:absolute;
    width:155px;
    top:6px;
    border-bottom:2px solid;
    text-align:center;
    transition:all .15s ease-in-out;
}
.product-description_main .product-viewed__add:hover:after{
    border-color:#A626AA;
}

.product-description_main .product-vertical__btn-heart.liked-product .product-viewed__add:after, .product-h-body .product-vertical__btn-heart.liked-product .product-viewed__add:after, .add-h-favorit .product-vertical__btn-heart.liked-product .product-viewed__add:after{
    content:attr(data-remove);
}

.product-vertical__btn-heart svg{
    padding: 3px;
    fill:#fff;
    color:#262324;
    display: none;
}



.product-vertical__btn-heart.liked-product svg{
    fill: #D75A4A;
    color: #D75A4A;
}




.product-vertical__btn-cart{
    margin-left: 3px;
}

.btn-cart__icon{
    padding: 3px;
    background:#45B200;
}

.disks .product-vertical__btn {
    padding-bottom: 0px;
}

.product-vertical__credit {
    display: none;
    margin-top: 5px;
    font-size: 14px;
    font-family: 'Exo 2', Tahoma, sans-serif;
    color: #0084ff;
}

.sale .product-vertical__credit {
    display: none;
}

.product-vertical__rating {
    margin: 2px auto;
    width: 106px;
    font-size: 18px
}

.product-vertical__rating_common {
    margin-top: 15px
}
.product-vertical__voted {
    display: inline-block;
    margin-left: .3em;
    font-size: 14px;
    color: #636363
}
.product-vertical__voted::before {
    content: '('
}
.product-vertical__voted::after {
    content: ')'
}
.product-vertical__radius {
    padding-top: 4px;
    padding-bottom: 6px;
    font-size: 18px;
    color: #262324;
    font-weight: 700
}
.product-vertical_common .product-vertical__header {
    color: #0b89ff;
    text-decoration: underline
}
.product-vertical_common .product-vertical__title {
    color: #0b89ff
}
.product-vertical_common .product-vertical__modification {
    font-weight: 700;
    display: none;
}
.product-vertical-price {
    display: inline-block;
    padding-left: .15em;
    padding-right: .15em;
    color: #262324;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    vertical-align: middle
}
.product-vertical-price__from {
    padding-right: 5px;
    color: #757575;
    font-size: 13px;
    font-weight: 400
}
.product-vertical-price_old {
    position: relative;
    color: #757575;
    font-size: 13px;
    font-weight: 400
}
.product-vertical-price_old::after {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    display: block;
    width: 100%;
    height: 2px;
    margin-top: -1px;
    background: #e10000;
    content: ''
}
.product-vertical-floatlink {
    display: block;
    padding: 3px;
    color: #262324;
}
.product-vertical-floatlink svg {
    width: 38px;
    height: 29px;
}
.product-vertical-floatlink__label {
    position: relative;
    display: none;
    vertical-align: middle;
    text-decoration: none;
    width: 131px;
}
.product-vertical-floatlink__text {
    font-family: 'Exo 2', Tahoma, sans-serif;
    /* border-bottom: 1px dotted #262324; */
    color: #262324;
}
.promo-slider {
    position: relative;
    border: 3px solid #d4d4d4;
    /* overflow: hidden; */
}
.product-viewed__remove {
    position: relative;
    display: block;
    z-index: 99999;
    cursor: pointer;
    /*     right:50px; */
    top: -20px;
    float: right;
    right: 10px;
    /* position: absolute; */
}
.product-viewed__remove:after {
    top: 0px;
    position: absolute;
    z-index: 99999;
}
.product-viewed__remove:after {
    content: "\2715";
    display: block;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: transform .3s;
    margin-top: 0px;
}
.promo-slider__control_prev::before,
.promo-slider__control_next::before {
    transition: left .3s, right .3s, border-color .2s;
}
.promo-slider__control {
    position: absolute;
    top: 50%;
    width: 0px;
    height: 50px;
    z-index: 5;
    margin-top: -25px;
    display: none;
    border: inherit;
    background-color: inherit;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    background-color: #ebebeb;
    /* background: rgba(235,235,235,.8); */

    transition: all .5s;
}
.promo-slider__control.slick-disabled {
    cursor: default;
    opacity: .5;
}
.promo-slider__control_prev {
    left: -3px;
    border-left: none;
    /* border-radius: 0 8px 8px 0
 */
}
.promo-slider__control_prev::before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    left: 12px;
}
.promo-slider__control_prev::before,
.promo-slider__control_next::before {
    content: ' ';
    position: absolute;
    top: 13px;
    width: 14px;
    height: 14px;
    border: 3px solid transparent;
    border-top: none;
    border-right: none;
}
.promo-slider__control_next {
    right: -3px;
    border-right: none;
}
.promo-slider__control_next::before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    right: 12px;
    border-left: none;
    border-right: 3px solid transparent;
}
.promo-slider__slides>* {
    display: none
}
.promo-slider__slides>:first-child {
    display: block
}
.pseudolink {
    /* text-decoration: underline

; */
    color: #0b89ff;
    /* border-bottom: 1px solid #0b89ff; */
}
.product-stats .pseudolink_dotted {
    border-bottom: none;
}
.product-stats .pseudolink {
    color: inherit;
}
.pseudolink_dotted {
    display: inline-block;
    border-bottom: 1px solid currentColor;
    line-height: 1;
    text-decoration: none;
    cursor: help;
}
.radio+label {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.radio+label:before {
    position: relative;
    top: 4px;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: .32em;
    background-image: url(/assets/f6d5f8f8/styles/../images/radio.png);
    content: ''
}
.radio:not(:disabled):checked+label:before {
    background-position: -18px 0
}
.rating {
    display: inline-block;
    vertical-align: baseline;
    position: relative;
    height: 1.6ex;
    width: 8ex;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.rating__stars {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    bottom: -.2ex
}
.rating__stars::before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(/assets/f6d5f8f8/styles/../images/svg/rating.svg) top right no-repeat;
    background-size: 8ex 1.6ex
}
.rating__stars::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/assets/f6d5f8f8/styles/../images/svg/rating-on.svg) top left no-repeat;
    background-size: 8ex 1.6ex
}
.rating__stars[data-value='0']::before {
    width: 100%
}
.rating__stars[data-value='0']::after {
    width: 0
}
.rating__stars[data-value='1']::before {
    width: 80%
}
.rating__stars[data-value='1']::after {
    width: 20%
}
.rating__stars[data-value='2']::before {
    width: 60%
}
.rating__stars[data-value='2']::after,
.rating__stars[data-value='3']::before {
    width: 40%
}
.rating__stars[data-value='3']::after {
    width: 60%
}
.rating__stars[data-value='4']::before {
    width: 20%
}
.rating__stars[data-value='4']::after {
    width: 80%
}
.rating__stars[data-value='5']::before {
    width: 0
}
.rating__stars[data-value='5']::after {
    width: 100%
}
.rating_interactive {
    cursor: pointer
}
.reviews__header {
    display: table;
    width: 100%;
    padding-bottom: 20px;
    color: #262324
}
.reviews__add,
.reviews__title {
    display: table-cell;
    vertical-align: middle
}
.reviews__add {
    text-align: right
}
.reviews__form {
    display: none;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff
}
.reviews__image {
    margin-bottom: -5px;
    margin-right: 23px;
    width: 40px;
    height: 24px
}
.reviews__list {
    padding-top: 15px
}
.review {
    display: table;
    padding-top: 16px;
    padding-bottom: 16px;
    border-top: 1px solid #c8c8c8
}
.review:last-child {
    border-bottom: 1px solid #c8c8c8
}
.review__date {
    padding-left: 20px
}
.review__fb,
.review__name {
    display: table-cell
}
.review__name {
    width: 202px
}
.review__text {
    padding-top: 9px;
    padding-bottom: 9px;
    line-height: 1.3em
}
.review__question {
    padding-right: 19px;
    display: inline-block
}
.review-vote__count {
    padding-left: .3em
}
.review-vote__item {
    display: inline-block;
    padding-right: 20px
}
.review-vote__link {
    font-weight: 700;
    text-decoration: underline
}
.review-vote__link_positiive {
    color: #138513
}
.review-vote__link_negative {
    color: #fc2d2d
}
.rich-radio-aside {
    padding-bottom: 10px
}
.rich-radio-aside__title {
    padding-bottom: 2px;
    font-family: 'Exo 2', Tahoma, sans-serif;
    font-weight: 700;
    text-transform: uppercase
}
.rich-radio-aside__text {
    color: #262324;
    font-family: 'Exo 2', Tahoma, sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase
}
.rich-radio-body {
    height: 100%;
    display: table
}
.rich-radio-body__img {
    display: block;
    margin-left: 34px;
    margin-right: -56px;
    position: relative;
    width: 161px;
    height: 100%;
    min-height: 111px
}
.rich-radio-body__img:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}
.rich-radio-body__img_in-cash:after {
    background-image: url(/assets/f6d5f8f8/styles/../images/sprite.png);
    background-position: -217px -612px;
    width: 93px;
    height: 53px;
    /* border: 1px solid black; */
}
.rich-radio-body__img_shop:after {
    background-image: url(/assets/f6d5f8f8/styles/../images/sprite.png);
    background-position: -551px -452px;
    width: 92px;
    height: 61px
}
.rich-radio-body__img_online:after {
    background-image: url(/assets/f6d5f8f8/styles/../images/sprite.png);
    background-position: -204px -466px;
    width: 103px;
    height: 72px
}
.rich-radio-body__img_bank:after {
    background-image: url(/assets/f6d5f8f8/styles/../images/sprite.png);
    background-position: 0px -621px;
    width: 92px;
    height: 44px
}
.rich-radio-body__img_credit:after {
    background-image: url(/assets/f6d5f8f8/styles/../images/sprite.png);
    background-position: -661px -298px;
    width: 68px;
    height: 54px;
}
.rich-radio-body__img_railway:after {
    background-image: url(/assets/f6d5f8f8/styles/../images/sprite.png);
    background-position: -421px -362px;
    width: 109px;
    height: 82px
}
.rich-radio-body__img_pek:after {
    background-image: url(/assets/f6d5f8f8/styles/../images/sprite.png);
    background-position: -297px -362px;
    width: 109px;
    height: 82px
}
.rich-radio-body__img_trans-other:after {
    background-image: url(/assets/f6d5f8f8/styles/../images/sprite.png);
    background-position: -441px -622px;
    width: 89px;
    height: 38px
}

.rich-radio-body__img_dellin:after {
    background: url(/assets/f6d5f8f8/styles/../images/content/dellin.png) no-repeat center;
    background-size: 80%;
}

.rich-radio-body__content {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    padding: 19px 19px 19px 56px;
}
.rich-radio-body__heading {
    font-family: 'Exo 2', Tahoma, sans-serif;
    font-weight: 700;
    vertical-align: middle;
    padding-bottom: 10px
}
.rich-radio-body__title {
    vertical-align: middle
}
.rich-radio {
    width: 100%;
    margin-bottom: 5px;
    /* display: none; */
}
.rich-radio__input {
    position: absolute;
    visibility: hidden;
    display: none
}
.rich-radio__input:disabled+label {
    background: repeating-linear-gradient(-45deg, #ebebeb, #ebebeb 1px, transparent 2px, transparent 8px);
    /*     background:#ebebeb; */
}
.rich-radio__input:disabled+label .rich-radio-body__img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    z-index: -1;
}
.rich-radio__input:disabled+label .rich-radio-body__content {
    z-index: -1;
    color: #bbb;
    /*     display:block; */
    position: relative
}
.rich-radio__input:checked+label {
    border-color: #892488;
    color: #262324
}
.rich-radio__input:checked+label:after {
    display: block;
    opacity: 1;
    background-color: #999;
    /*      background-color: #892488; */
    /*      box-shadow: 0 1px 4px 0 #892488 inset; */
}
.rich-radio__input:checked+label:before {
    /*      box-shadow: 0 1px 4px 0 #892488 inset; */
    /*      border-color: #892488; */
}
.rich-radio__label {
    position: relative;
    width: 100%;
    display: table;
    color: #757575;
    border: 3px solid #ebebeb;
    cursor: pointer;
    min-height: 117px;
    -webkit-transition: border-color .15s ease-in-out, color .15s ease-in-out;
    transition: border-color .15s ease-in-out, color .15s ease-in-out;
}
.rich-radio__label:before {
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    top: 50%;
    margin-top: -9px;
    left: 17px;
    border: 1px solid #999;
    border-radius: 9px;
    box-shadow: 0 1px 4px 0 rgba(44, 44, 44, .31) inset;
    box-sizing: border-box;
}
.rich-radio__label:after {
    position: absolute;
    content: '';
    /*     display: none; */
    width: 8px;
    height: 8px;
    top: 50%;
    margin-top: -4px;
    left: 22px;
    /*     background-color: #999; */
    border-radius: 4px;
    transition: all .35s ease-in-out;
    -webkit- transition: all .35s ease-in-out;
    opacity: 0;
}
.rich-radio__aside {
    position: absolute;
    top: 0;
    right: 0;
    vertical-align: top;
    width: 163px;
    height: 100%;
    background-color: #ebebeb;
    padding-left: 18px;
    padding-top: 20px;
    padding-right: 10px;
    -webkit-transition: background-color .15s ease-in-out;
    transition: background-color .15s ease-in-out;
}
.rich-radio__input:checked+.rich-radio__label .rich-radio__aside {
    background-color: #892488;
}
.rich-radio__input:checked+.rich-radio__label .rich-radio__aside {
    -webkit-transition: background-color .15s ease-in-out;
    transition: background-color .15s ease-in-out;
    color: #ebebeb;
}
.rich-radio__input:checked+.rich-radio__label .rich-radio-aside__text {
    color: #fff;
}
.rich-radio__metro-icon {
    width: 22px;
    height: 22px;
    margin-right: 5px;
    vertical-align: middle;
    fill: currentColor;
}
.ordering-done__caption:first-letter {
    text-transform: capitalize;
}
.ruble, .irs > *{
    font-family: 'PT Sans Ruble', sans-serif;
    text-transform: lowercase;
}
.sale__title {
    padding-bottom: 10px;
}
.sale__countdown {
    position: relative;
    z-index: 1;
    margin-left: -178px;
    margin-right: -32px;
    padding-top: 20px;
}
.search {
    position: relative;
    /* padding: 0 0px 0 10px; */
    /* float: right; */
    background: #fff;
    /* width: inherit; */
    width: 80%;
    height: 40px;
    max-width: 200px;
}
.search__icon {
    width: 100%;
    height: 100%;
    width: 30px;
    height: 30px;
    top: 6px;
    left: 5px;
    position: absolute;
    fill: whitesmoke;
}
.search__input:focus~.input-hr-search:after {
    top: -14px;
    left: 18px;
    color: #666;
    transition: all .3s .1s;
    font-size: 1em;
    z-index: 2;
    color: #262324;
}
.search__input {
    margin: 0 auto;
    position: relative;
    outline: none;
    background: transparent;
    z-index: 1;
    padding: 11px 16px 11px 9px;
    border: 2px solid gray;
    border-right: none;
    width: 82%;
    height: 41px;
    transition: width .5s;
    float: left;
}
.search__input {} .input-hr-search:after {
                      content: attr(data-insearch);
                      position: absolute;
                      display: block;
                      color: #999;
                      /*         border: 1px solid violet;  */
                      /*         background: #fff;  */
                      /*        width: 19px;  */
                      /*        height: 19px; */
                      top: 10px;
                      left: 7px;
                      padding: 0 2px;
                      transition: all .2s;
                      font-size: 1em;
                      cursor: text;
                      z-index: 0;
                  }
.hr-search {
    position: absolute;
}
.search__input:focus+.hr-search {
    width: 142px;
    border: none;
    transition: all .2s;
}
.hr-search {
    height: 2px;
    width: 0px;
    border: none;
    background: #ebebeb;
    position: absolute;
    display: block;
    top: 0px;
    left: 15px;
    transition: all .2s .1s;
    z-index: 1;
}
.search__input:focus::selection {
    background-color: #A626AA;
    color: #fff;
}
.search__input::selection {
    background-color: white;
    color: #999999;
}
.search__input:focus {
    /* border-color: #FFD216
; */

    border-color: #A626AA;
}
.search__input:focus {
    width: 98%;
}
.search__submit {
    position: absolute;
    top: 0px;
    right: -40px;
    padding: 9px 12px;
    width: 40px;
    height: 41px;
    color: #a0a0a0;
    background-color: #616161;
    background-color: #262324;
    border: none;
    /* border-radius: 3px*/
}
.search__submit svg {
    transition: all .3s;
    -webkit-transition: all .2s;
}
.search__input:focus+.search__submit {
    color: #fff;
}
.select {
    width: 100%;
}
.select_small {
    min-width: 0;
}
.selection-products__block {
    display: table;
    width: 100%;
    padding: 5px 0;
}
.select2-container .select2-chosen {
    font-weight: 700;
}
.select2-container .select2-default .select2-chosen {
    font-weight: 400;
}
.mtfilter~.selection-products__block .catalog .catalog__item {
    padding-left: 1.5%;
    padding-right: 1.5%;
}
.selection-products__show-more,
.selection-products__sortable {
    display: table-cell;
    vertical-align: middle
}
.selection-products__show-more {
    text-align: right;
    color: #262324;
    font-size: 14px;
    font-weight: 700;
    padding-right: 35px;
}
.selection-products__pagination {
    text-align: right
}
.service-article {
    position: relative
}
.service-article .cols {
    /*   width: 0%; */

    width: 90%;
    margin: 0 auto;
}
.service-article__backgrounds {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0
}
.service-article__bg {
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    min-width: 960px
}
.service-article__bg_left {
    right: 50%;
    background: url(/assets/f6d5f8f8/styles/../images/service-tire_left-bg.png) left top no-repeat
}
.service-article__bg_right {
    left: 50%;
    background: url(/assets/f6d5f8f8/styles/../images/service-tire_right-bg.png) right top no-repeat
}
.service-article__content {
    position: relative;
    /* padding-right: 50px; */

    width: 100%;
}
.service-article__content + .col.grid-module-4 {
    width: 38%;
}
.service-article__content .h3_link {
    transition: color .1s linear;
    -webkit-transition: color .1s linear;
}
.service-article__line {
    position: absolute;
    top: 0;
    right: -11px;
    width: 1px;
    min-height: 354px;
    height: 100%;
    background: #bbb
}
.service__tab {
    position: relative;
    z-index: 1
}
.service__tab .cols {
    width: 100%;
    margin: 0 auto;
}
.service__tab:before {
    left: 0;
    background-position: 0 0
}
.service__tab:after {
    right: 0;
    background-position: 100% 0
}
.service__tab_tire:before {
    /*   background-image: url(/assets/f6d5f8f8/styles/../images/service-tire_left-bg.png); */
    /* position: absolute !important; */
    /* left: 0; */

    margin-left: -5%;
}
.service__tab_tire:after {
    /*   background-image: url(/assets/f6d5f8f8/styles/../images/service-tire_right-bg.png); */

    margin-right: -5%;
}
.service__tab_storage:before {
    /*   background-image: url(/assets/f6d5f8f8/styles/../images/service-storage_left-bg.png); */

    margin-left: -5%;
}
.service__tab_storage:after {
    /*   background-image: url(/assets/f6d5f8f8/styles/../images/service-storage_right-bg.png); */

    margin-right: -5%;
}
.service__tab_util:before {
    /* background-image: url(/assets/f6d5f8f8/styles/../images/service-util_left-bg.png); */

    margin-left: -5%;
}
.service__tab_util:after {
    /*   background-image: url(/assets/f6d5f8f8/styles/../images/service-util_right-bg.png); */

    margin-right: -5%;
}
.service__subtitle {
    margin: 0 auto;
    margin-top: 50px;
    width: 90%;
}
.service__metro {
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 30px;
    width: 90%;
}
.shipping-company__wrapper {
    padding-top: 33px;
    padding-bottom: 17px
}
.shipping-company__title {
    font-size: 18px;
    margin-bottom: 25px;
    text-align: center;
}
.company-list__item {
    display: inline-block;
    width: 396px;
    margin-bottom: 24px
}
.company-list__item:nth-of-type(3n) {
    width: 380px
}
.company-list__link {
    color: #0b89ff
}
.company-list__info,
.company-list__logo {
    display: table-cell;
    vertical-align: top
}
.company-list__logo {
    padding-top: 6px
}
.company-list__info {
    padding-left: 20px;
    max-width: 213px
}
.company-list__name {
    min-height: 40px;
    font-family: 'Exo 2', Tahoma, sans-serif;
    font-weight: 700
}
.shipping-rf__wrapper {
    padding-top: 30px
}
.shipping-rf {
    color: #535353
}
.shipping-rf__imgblock {
    padding-bottom: 37px
}
.shipping-rf__review {
    /* padding-bottom: 46px; */
    font-size: 16px;
    line-height: 1.2em;
}
.shipping-rf__title {
    padding-bottom: 6px;
    font-size: 18px
}
.shipping-rf__check {
    padding-top: 21px
}
.shipping-rf__right {
    vertical-align: bottom;
    padding-right: 0
}
.shipping-rf__entry {
    padding: 20px 55px 23px;
    background: #616161
}
.ship-imgblock {
    position: relative;
    width: 100%;
    height: 240px;
    background: url(/assets/f6d5f8f8/styles/../images/content/shipping-rf.jpg) no-repeat
}
.ship-imgblock:before {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    border: 21px solid transparent;
    border-top: 20px solid #FFD216;
    border-left: 21px solid #FFD216;
    content: ''
}
.ship-imgblock:after {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    border: 21px solid transparent;
    border-right: 21px solid #ebebeb;
    border-bottom: 21px solid #ebebeb;
    content: ''
}
.shipping-rf h3 {
    width: 90%;
    margin: 0 auto;
    text-align: center;
}
.social-buttons__modifications {
    margin-top: 10px;
    text-align: center;
}
.social-buttons__models {
    /* margin: -20px 0 50px 0; */
    text-align: right;
    /* position: relative; */
}
.under-row .social-buttons__models {
    width: 30%;
    margin: -25px 0 50px 0;
}
.social-buttons__brand {
    margin: 0px 0 -20px 20px;
    /*         text-align:right; */
    position: relative;
}
.social-buttons__right{
    float:right;
}
.vendor_under-block{
    margin-bottom:20px;
    margin-top: 14px;
    height:50px
}
.vendor__under-logo{
    float:left;
}
.vendor__under-rating{
    display:inline-table;
    position:relative;
    top:5px;
    left:15px;
}

img.promo-slider-image{
    padding-top:0;
    object-fit: contain;
    height: 417px;
}

.auto_tyres-link{

    float: none;

    /* display: block; */

    color: #3099fb;

    text-decoration: underline;
}

.social-buttons__brand-about {
    text-align: right;
    position: absolute;
    right: 5%;
    margin-right: 5px;
    margin-top: -68px;
}
.social-buttons__company {
    /* margin-left:40px; */

    position: relative;
    /* width: 160px; */

    display: block;
    margin: 0 auto;
    position: relative;
    text-align: center;
}
.social-buttons__article {
    text-align: center;
    position: absolute;
    right: 5%;
    margin-right: 15px;
    margin-top: 25px;
}
.social-buttons__main {
    /*      text-align:right; */
    position: absolute;
    /*      right:5%; */
    margin-left: -15px;
    margin-top: -40px;
    left: 18%;
}
.social-buttons__main .social-share__title {
    padding-bottom: 0px;
    margin-left: -8px;
    display: none;
}
.social-buttons__main .social-share__buttons {
    /*     margin-top:0px; */
}
@media only screen and (min-width: 1800px) {
    .social-buttons__main {
        margin-top: -60px;
    }
    .adv-bottom-svg {
        height: 30px;
    }
    .adv-bottom-svg_MasterCard {
        height: 25px;
        text-align: center;
        margin: 0 auto;
        top: -3px;
    }
}
.social-buttons__models .social-share__buttons {
    margin-right: 4px;
}
.social-share__title {
    padding-bottom: 5px;
    margin-left: -8px;
}
.list,
.list.list-numeric {
    list-style-type: decimal;
    list-style-position: inside;
}

.list.list-numeric li{
    padding:10px 0;
}

.list-numeric .inner-list li{
    padding:2px 0 2px 20px;
}
.list-numeric .inner-list li:first-child{
    margin-top:15px;
}
.list-numeric .inner-list li:last-child{
    margin-bottom:-15px;
}

.return ul.list-dash,
.list-dash{
    list-style: none;
}

.list-dash li{
    padding-left:35px;
}

.list-dash li:before{
    content:"_";
    position:absolute;
    line-height:.5;
    margin-left:-15px;
    display:block;
}


.list__price {
    font-weight: 700
}
.city-check__title {
    font-weight: 700;
    color: #262324;
    margin-bottom: 5px
}
.city-check__select {
    margin-right: 20px
}
.city-check__linkwrap {
    vertical-align: middle;
    padding-bottom: 4px
}
.city-check__link {
    color: #0b89ff;
    text-decoration: underline
}
.ship-entry {
    text-align: center;
    line-height: 1.25em;
    color: #fff
}
.ship-entry__to-cart {
    color: #0b89ff;
    text-decoration: underline
}

.h-slider.best-brands {
    display:none;
}

.shop-info {
    position: relative;
    width: 100%;
    background: #ebebeb;
    overflow: hidden;
}
.shop-info__backgrounds {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    z-index: 0;
}
.shop-info__bg {
    position: absolute;
    top: 0;
    width: 400px;
    max-height: 540px;
}
.shop-info__bg_left {
    height: 100%;
    right: 50%;
    width: 50%;
    min-width: 960px;
    /* background: url(/assets/f6d5f8f8/styles/../images/shop-info_left-bg.jpg) left top no-repeat
 */
}
.shop-info__bg_right {
    height: 100%;
    left: 50%;
    width: 50%;
    min-width: 960px;
    /* background: url(/assets/f6d5f8f8/styles/../images/shop-info_right-bg.jpg) right top no-repeat
 */
}
.shop-info__wrapper {
    position: relative;
    z-index: 2;
    margin: 0 auto !important;
    width: 80%;
    min-width: 1200px;
}
.shop-info__wrapper:after {
    display: table;
    clear: both;
    content: ''
}
.shop-info__main a {
    box-shadow: inset 0 0 0 3px #919191;
    text-transform: uppercase;
    margin-top: 10px;
}
.shop-info__entry,
.shop-info__main {
    float: left;
    margin-bottom: 50px
}
.shop-info__entry:after {
    display: table;
    clear: both;
    content: ''
}
.shop-info__main {
    width: 390px;
    width: 32%;
    padding-top: 15px;
}
.shop-info__title,
.shop-info__top-title {
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 5px;
    /* background-color: white; */
}
.shop-info__top-title {
    padding-top: 50px;
    text-align: center;
    color: #262324;
    font-size: 2.5em;
    margin-bottom: 35px;
}
.shop-info__p {
    margin-bottom: 10px;
    margin-right: 30px;
}
.shop-info__btn {
    width: 124px;
    height: 40px;
    padding: 0;
    font-weight: 700;
    color: #262324
}
.shop-info__entry {
    width: 790px;
    width: 65.6%;
    /* padding-top: 90px; */

    float: right;
}
.shop-info__entry-item {
    position: relative;
    width: 430px;
    width: 54%;
    height: 200px;
    /* float: right; */

    float: left;
}
.shop-info__entry-item:first-of-type,
.shop-info__entry-item:nth-of-type(3) {
    width: 360px;
    width: 46%;
}
.shop-info__entry-item:nth-of-type(2) .shop-info__entry-text,
.shop-info__entry-item:nth-of-type(2) .shop-info__entry-title,
.shop-info__entry-item:nth-of-type(4) .shop-info__entry-text,
.shop-info__entry-item:nth-of-type(4) .shop-info__entry-title {
    padding-left: 210px
}
.shop-info__img {
    position: absolute
}
/*.shop-info__img_tire {
  background-image: url(/assets/f6d5f8f8/styles/../images/sprite.png);
  background-position: -358px 0;
  width: 118px;
  height: 160px;
  top: -10px
}

.shop-info__img_season {
  background-image: url(/assets/f6d5f8f8/styles/../images/sprite.png);
  background-position: 0 0;
  width: 181px;
  height: 194px;
  top: -15px
}

.shop-info__img_bonus {
  background-image: url(/assets/f6d5f8f8/styles/../images/sprite.png);
  background-position: -484px -154px;
  width: 137px;
  height: 140px;
  top: 30px
}

.shop-info__img_util {
  background-image: url(/assets/f6d5f8f8/styles/../images/sprite.png);
  background-position: -189px 0;
  width: 161px;
  height: 164px;
  left: 30px;
  top: 20px
}*/

.shop-info__img_tire {
    background-image: url(/assets/f6d5f8f8/styles/../images/svg/Service.svg);
    /* background-image: url(/assets/f6d5f8f8/styles/../images/service.png);*/
    background-position: -28px 0;
    width: 160px;
    height: 180px;
    top: -15px;
    left: -10px;
}
.similar-designator {
    margin-top: -80px;
    padding-top: 80px;
}
.shop-info__img_season {
    background-image: url(/assets/f6d5f8f8/styles/../images/svg/Stock.svg);
    /*background-image: url(/assets/f6d5f8f8/styles/../images/stock.png);*/

    background-position: 10px 0;
    width: 181px;
    height: 194px;
    top: -15px;
    left: 15px;
}
.shop-info__img_bonus {
    background-image: url(/assets/f6d5f8f8/styles/../images/svg/Discount.svg);
    /*background-image: url(/assets/f6d5f8f8/styles/../images/discount.png);*/

    background-position: -35px -24px;
    width: 157px;
    height: 160px;
    top: 0px;
    background-size: 15.5em;
    left: -10px;
}
.shop-info__img_util {
    background-image: url(/assets/f6d5f8f8/styles/../images/svg/recycling.svg);
    /*background-image: url(/assets/f6d5f8f8/styles/../images/recycling.png);*/

    background-position: -19px -20px;
    width: 161px;
    height: 164px;
    left: 45px;
    top: 0px;
}
.shop-info__entry-title {
    padding-left: 160px;
    padding-top: 20px;
    padding-bottom: 8px;
    text-transform: uppercase;
}
.shop-info__entry-text {
    padding-left: 160px;
    padding-right: 5px;
}
.shop-item {
    width: 100%;
}
.shop-item__radio {
    position: absolute;
    visibility: hidden;
    display: none;
}
.shop-item__radio:checked+label {
    border-color: #FFD216;
    color: #262324;
}
.shop-item__radio:checked+label:after {
    display: block;
}
.shop-item__label {
    position: relative;
    width: 100%;
    display: inline-block;
    color: #757575;
    border: 3px solid #ebebeb;
    cursor: pointer;
    min-height: 117px;
}
.shop-item__label:before {
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    top: 50%;
    margin-top: -9px;
    left: 17px;
    border: 1px solid #999;
    border-radius: 9px;
    box-shadow: 0 1px 4px 0 rgba(44, 44, 44, .31) inset;
    box-sizing: border-box;
}
.shop-item__label:after {
    position: absolute;
    content: '';
    display: none;
    width: 8px;
    height: 8px;
    top: 50%;
    margin-top: -4px;
    left: 22px;
    background-color: #999;
    border-radius: 4px;
}
.shop-item__contacts {
    display: table-cell;
    vertical-align: middle;
    padding: 19px 19px 19px 56px;
}
.shop-item__delivery {
    position: absolute;
    top: 0;
    right: 0;
    vertical-align: top;
    width: 163px;
    height: 100%;
    background-color: #ebebeb;
    padding-left: 18px;
    padding-top: 20px;
    padding-right: 10px;
}
.shop-item__radio:checked+.shop-item__label .shop-item__delivery {
    background-color: #FFD216;
}
.shop-item__remark_delivery-date {
    padding-bottom: 8px;
    font-family: 'Exo 2', Tahoma, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
.shop-item__delivery-date {
    color: #262324;
    font-family: 'Exo 2', Tahoma, sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
.shop-item__text_metro {
    vertical-align: middle;
    margin-left: 3px;
    font-family: 'Exo 2', Tahoma, sans-serif;
    font-weight: 700;
}
.shop-item__text_metro-wrap {
    padding-bottom: 9px;
}
.shop-item__metro-icon {
    width: 22px;
    height: 22px;
    margin-right: 5px;
    vertical-align: middle;
    fill: currentColor;
}
.shop-list__remark {
    font-size: 16px;
    padding-bottom: 18px;
}
.shop-list__item:not(:last-child) {
    margin-bottom: 5px;
}
.tire_track {
    background-image: url(/assets/f6d5f8f8/styles/../images/tire-tracks_r.png);
    background-size: cover;
    width: 100%;
    height: 110px;
    /* border:1px solid red; */

    position: absolute;
    bottom: 40px;
    left: 32%;
    margin-left: -20px;
}
@media only screen and (min-width: 1650px) {
    .tire_track {
        height: 100px;
        background-size: contain;
        bottom: 17px;
        background-repeat: no-repeat;
    }
    .shop-info__main a {
        margin-top: 30px;
    }
    .advantages__bottom-imgs {
        margin-left: 0em;
        margin-top: -5px;
    }
}
@media only screen and (min-width: 1950px) {
    .tire_track {
        height: 100px;
        background-size: contain;
        bottom: 5px;
        background-repeat: no-repeat;
    }
    .shop-info__main a {
        margin-top: 30px;
    }
}
.side-slider {
    border: 3px solid #616161;
    height: 100%;
    padding: 47px 7px;
}
.side-slider__aside-wrapper {
    position: relative;
    margin: 3px 0 3px 3px;
    background-color: #fff;
    height: 100%;
    padding-bottom: 6px;
}
.side-slider__scrollarea {
    height: 100%;
}
.side-slider__overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    margin-top: 40px;
}
.side-slider__arrow {
    position: absolute;
    width: 100%;
    height: 44px;
    top: 0;
    left: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    background: url(/assets/f6d5f8f8/styles/../images/svg/v-slider__prev.svg) 50% 50% no-repeat #616161;
}
.side-slider__arrow_down {
    top: auto;
    bottom: 6px;
    background-image: url(/assets/f6d5f8f8/styles/../images/svg/v-slider__next.svg);
}
.size-chart__attention,
.size-chart__consult {
    /* margin-top: 57px; */
}
.size-chart__attention-caption,
.size-chart__consult-caption {
    margin-bottom: 22px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #262324
}
.size-chart__attention-content {
    width: 580px;
}
.size-chart__consult-caption {
    letter-spacing: -.5px
}
.size-chart__consult-content {
    font-weight: 700;
    color: #262324
}
.size-chart__consult-phone-block {
    margin-top: 15px
}
.size-chart__consult-phone-block:after {
    display: table;
    clear: both;
    content: ''
}
.size-chart__consult-phone-icon {
    float: left;
    width: 45px;
    height: 45px;
    margin-left: -13px;
    margin-top: 1px;
}
.size-chart__consult-phone-label {
    padding-top: 4px;
    margin-left: 46px;
    font-family: 'Exo 2', Tahoma, sans-serif;
    font-weight: 700;
    text-transform: uppercase
}
.size-chart__consult-phone-number {
    margin-left: 45px;
    font-size: 20px;
    font-weight: 700
}
.size-chart__link {
    color: #3099fb;
    font-weight: 700;
    text-decoration: underline;
    /* float: none; */
    display: table;
    text-align: left;
    /* width: 250px; */
}
.size-chart__remark {
    margin-bottom: 10px;
    font-size: 16px;
    color: #262324;
}
.size-chart__table:after {
    display: table;
    clear: both;
    content: ''
}
.size-chart__discs,
.size-chart__tires {
    /* float: left; */
    width: 51%;
    /* background-image: url(/assets/f6d5f8f8/styles/../images/size-chart-bg.png); */
    /* background-repeat: no-repeat; */
    display: inline-table;
    margin: 0px -3px 0 0;
}
.size-chart__tires {
    background-position: 454px 149px
}
.size-chart__discs {
    /* padding-left: 150px; */
    /* background-position: -136px 149px; */
}
.table-size {
    /* width: 90%; */
    margin-bottom: 37px;
    /* padding-right: 10%; */
}
.table-size__caption {
    margin-bottom: 36px;
    font-family: 'Exo 2', Tahoma, sans-serif;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    color: #262324;
    text-align: center;
}
.table-size__caption_no-common {
    /* margin-bottom: 109px */
    text-align: center;
}
.table-size__common {
    margin-bottom: 33px;
    font-weight: 700
}

.size-chart__discs .table-size__common {
    font-weight: 700;
    background: #ebebeb;
    padding: 15px 0 18px 10px;
    margin:0;
}

.table-size__common-content:after {
    display: table;
    clear: both;
    content: ''
}
.table-size__common-param {
    float: left;
    margin-right: 21px
}
.table-size__common-param-value {
    margin-left: 4px
}
.table-size__table-header {
    /*     font-family: 'Exo 2', Tahoma, sans-serif; */
    /*     font-weight: 700; */
    /*     border-top: 1px solid #bfbfbf; */
    /*     border-bottom: 1px solid #bfbfbf; */
    /*     background: #ebebeb; */
    background:#A626AA;
    color:#fff;
}
.table-size__table-header:after {
    display: table;
    clear: both;
    content: ''
}
.table-size__left-header,
.table-size__right-header {
    margin-top: 1px;
    font-weight: 700;
    line-height: 48px
}
.table-size__right-header {
    float: right;
    margin-right: 101px;
}
.table-size__left-header {
    float: left;
    margin-left: 101px;
}
.sc-radius {
    padding-top: 23px;
    padding-bottom: 22px;
    border-bottom: 1px solid #d2d2d2;
    /* box-shadow: inset 0 0 0 3px #fff; */
}
.sc-radius__caption {
    padding-bottom: 2px;
    font-size: 20px;
    font-weight: 700;
    color: #262324;
    padding-left: 5px;
}
.sc-group {
    display: table;
    width: 100%;
}
.sc-group+.sc-group {
    padding-top: 20px
}
.sc-group:not(:last-child) {
    padding-bottom: 20px
}
.sc-group__caption,
.sc-group__items {
    display: table-cell;
    /* vertical-align: middle; */
}
.sc-group__caption {
    width: 92px;
    /* font-weight: 400; */
    padding: 0px 0px 0px 10px;
    /* display: none; */
    /* opacity: 0; */
    display: table-cell;
    vertical-align: middle;
}
.sc-model {
    position: relative;
    padding: 10px;
    color: #757575;
    margin-left: 10px;
}

.sc-model_different {
    display: block;
}
.sc-model__different-axis {
    /* content: ''; */
    /* display: none; */
    position: absolute;
    /* top: 50%; */
    left: calc(50% - 6em);
    left: -webkit-calc(50% - 6em);
    left: -moz-calc(50% - 6em);
    /* margin-top: -40px; */
    /* margin-left: -45px; */
    /* background-image: url(/assets/f6d5f8f8/styles/../images/sprite.png); */
    /* background-position: -613px -362px; */
    /* width: 90px; */
    /* height: 80px; */
    /* filter: grayscale(35%); */
    /* -webkit-filter: grayscale(35%); */
    z-index: 999;
    height: 100%;
    font-weight: 700;
    text-decoration: underline;
    color: #0f7cf0;
    top: 0;
    /* display: table-cell; */
    /* vertical-align: middle; */
    text-transform:uppercase;
    /*box-shadow:inset 0 0 0 1px;*/
    padding:11px 10px 12px 10px;
}

.sc-model__front,
.sc-model__rear {
    display: table-cell;
    /* border: 1px solid black; */
    /* height: 100%; */
    /* height:40px; */
}
.sc-model__link {
    color: inherit;
    font-weight: 700;
    /* text-decoration: underline; */
    /* height: 40px; */
    /* border:1px solid black; */
    padding: 11px 10px 12px 10px;
    /*     position:absolute; */
    /*     height:40px; */
    /*     width:100%; */
    /*      display:block; */
    /* box-shadow:inset 0 0 0 3px #A626AA; */
    text-decoration: underline;
    color: #0f7cf0;
}
.sc-model__rear {
    text-align: right;
    /* float: right; */
    /* margin-right: 81px; */
    right: 81px;
    position: relative;
}
.sc-model__wrapper {
    display: table;
    table-layout: fixed;
    width: 100%;
    /* height: 42px; */
}
.size-chart__discs .sc-model_different .sc-model__wrapper {
    /* margin-top: 25px; */
}
.size-chart__discs .sc-model_different {
    /* margin-top: -25px; */
    /* margin-bottom: 5px; */
}
/*.size-chart__discs .sc-model_different > a{display:none;}*/

.size-chart__discs .sc-model_different .sc-model__rear {
    /*     text-align: right; */
    /*      top: 50%; */
    /*      margin-top: -10px; */
    /* display: table; */

    /*      right: 10px; */
    /*      position: absolute; */
    /* height: 100%; */
}
.size-chart__discs .sc-model_different .sc-model__link {
    /*       border:1px solid black; */
}
.slider-arrow {
    background-image: url(/assets/f6d5f8f8/styles/../images/sprite.png);
    background-position: -345px -622px;
    width: 40px;
    height: 40px;
    border: 3px solid #FFD216;
    border-radius: 5px;
    background-origin: border-box;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.slider-arrow_left {
    background-image: url(/assets/f6d5f8f8/styles/../images/sprite.png);
    background-position: -297px -622px;
    width: 40px;
    height: 40px
}
.slick-disabled .slider-arrow {
    border: none;
    opacity: .5;
    cursor: default
}
.slider-last-news__top-bar:after {
    display: table;
    clear: both;
    content: ''
}
.slider-last-news__caption {
    float: left;
    margin-top: 10px;
    margin-left: -2px;
    font-family: 'Exo 2', Tahoma, sans-serif;
    font-weight: 700;
    font-size: 26px;
    text-transform: uppercase;
    color: #262324
}
.slider-last-news__all-products {
    float: right;
    width: 226px;
    margin-right: 13px;
    font-size: 14px;
    font-weight: 700;
    color: #262324
}
.slider-last-news__all-products .btn {
    width: 100%;
    padding: 10px 20px;
    letter-spacing: -.1px
}
.slider-last-news__arrow-left,
.slider-last-news__arrow-right {
    float: right
}
.slider-last-news__arrow-left {
    margin-right: 4px
}
.slider-last-news__container {
    margin-top: 30px;
    margin-left: -10px;
    margin-right: -10px
}
.slider-last-news__container:after {
    display: table;
    clear: both;
    content: ''
}
.slider-last-news__item {
    float: left;
    height: 410px;
    margin-right: 10px;
    margin-left: 10px;
    background-color: #fff
}
.sort-arrow {
    width: 20px;
    height: 21px;
    vertical-align: bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    fill: currentColor;
    cursor: pointer
}
.sort-arrow_down {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}
.sort-labels {
    font-family: 'Exo 2', Tahoma, sans-serif;
    font-weight: 700;
    color: #262324;
    margin-left: 35px;
}
.main__catalog .sort-labels {
    margin-left: 0;
    /* width: 250px; */
}
.sort-labels__description {
    display: inline-table;
    height: 22px;
    margin-right: -3px;
    vertical-align: middle;
    padding: 10px;
    /*border: 3px solid #ebebeb;*/
    border-bottom:none;
    border-top:none;
    box-shadow:inset 0 0 0 3px #ebebeb;
    border-right: none;
    display:none;
}
.sort-labels__item {
    display: inline-table;
    margin-left: 0px;
    vertical-align: middle;
    cursor: pointer;
    padding: 10px 10px;
    margin-left:-3px;
    /* box-shadow:inset 0 0 0 3px #A626AA */
    box-shadow:inset 0px 3px 0px 0px #ebebeb, inset 0px -3px 0px 0px #ebebeb;
    border: 3px solid #ebebeb;
    border-bottom:none;
    border-top:none;
    /*border-right:none;*/
}
.sort-labels__item:last-child{
    /*border-right:3px solid #ebebeb;*/
}
.sort-labels__item:nth-child(2n-1){
    /*border-right:none;*/
    /*border-left:none;*/
}

.sort-labels__item.asc,
.sort-labels__item.desc{
    background-color:#892488;
    border-color:#892488;
    box-shadow:inset 0px 3px 0px 0px #892488, inset 0px -3px 0px 0px #892488;
}
.sort-labels__item.asc + .sort-labels__item,
.sort-labels__item.desc + .sort-labels__item{
    /* border-left-color:#892488; */
}
.sort-labels__item svg{
    /* margin-left:5px; */
    /*     float: right; */
}
.sort-labels__item.asc span,
.sort-labels__item.asc svg,
.sort-labels__item.desc span,
.sort-labels__item.desc svg{
    fill:#fff;
    color:#fff;
}

.sort-labels__type {
    display: inline-block;
    font-family: 'Exo 2', Tahoma, sans-serif;
    font-size: 13px;
    letter-spacing: .5px;
    /* line-height: 12px; */
    max-width:135px;
    color: #757575;
    /* vertical-align: middle; */
    /* border-bottom: 1px dotted currentColor

 */
}
.sort-labels__type_active {
    color: #262324
}
.sort-labels__arrow {
    width: 15px;
    height: 15px;
    /* margin-left: 5px; */
    /* margin-top: 0px; */

//-webkit-transform: rotate(90deg);
//transform: rotate(90deg);
    vertical-align: middle;
    fill: #757575
}
.sort-labels__arrow_down {
//-webkit-transform: rotate(-90deg);
//transform: rotate(-90deg)
}
.sort-labels__arrow_active {
    fill: #262324
}
.sort-header>.sort-header__label {
    display: inline-block;
    border-bottom: 1px dotted currentColor;
    cursor: pointer
}
.sort-header.sort-down,
.sort-header.sort-up {
    color: #262324
}
.sort-header__arrow {
    width: 20px;
    height: 21px;
    vertical-align: bottom;
    cursor: pointer;
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}
.sort-header.sort-down>.sort-header__arrow,
.sort-header.sort-up>.sort-header__arrow {
    opacity: 1
}
.sort-header.sort-down>.sort-header__arrow {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}
.spinput {
    background-color: #A626AA;
    border: 3px solid #A626AA;
    /* border-radius: 3px; */

    display: inline-block;
    vertical-align: baseline;
    line-height: 1.2;
    color: #fff;
    padding: 0 1.8em;
    font-family: 'Exo 2', Tahoma, sans-serif;
    font-weight: 700;
    position: relative;
}
.spinput input {
    color: #262324;
    background-color: #fff;
}
.spinput__minus,
.spinput__plus {
    position: absolute;
    display: inline-block;
    width: 1.8em;
    left: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    box-sizing: content-box
}
.spinput__minus::before,
.spinput__plus::before {
    font-size: 1.4em;
    line-height: 1.1em;
}
.spinput__minus::before {
    content: '\2212';
    margin-left: -1px;
}
.spinput__plus {
    left: auto;
    right: 0
}
.spinput__plus::before {
    content: '\2b';
    margin-left: 4px;
}
.spinput__value {
    width: 2em;
    background-color: #fff;
    text-align: center;
    vertical-align: baseline;
    padding: .3em 0;
    margin: 0;
    height: 1.9em;
    line-height: 1.9em;
    border: none;
}
.spinput_yellow {
    background-color: #A626AA;
    border-color: #A626AA;
    color: #fff;
}
.spinput_yellow .spinput__value {
    background-color: #262324;
    color: #fff
}
.spinput_rubber,
.spinput_rubber .spinput__value {
    width: 100%
}
.sticky-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    min-width: 1295px;
    background-color: #262324;
    /* width: 100vw; */
    max-height:50px;
}
.sticky-nav__submenu {
    position: absolute;
    top: -9999px;
    background-color: transparent;
}
.sticky-nav__submenu_active {
    position: static;
    /* margin-top: 0px; */
}
.sticky-nav__submenu_active .menu-fast-selection_header {
    margin-top: -15px;
}
.sticky-nav__submenu_nav {
    /* box-shadow: inset 0 -5px 3px -3px #5c5c5c
 */
    /* background-color: #A626AA; */
}
.sticky-nav__submenu_nav .grid {
    /* box-shadow: inset 0 -5px 3px -3px #5c5c5c
 */

    background-color: #A626AA;
}
.sticky-nav__menu-wrapper {
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    -webkit-transition: -webkit-transform .5s;
    transition: transform .5s;
    /* width: 90%; */
    /* width: 100%; */
    /* margin: 0 auto; */
}
.sticky-nav__menu {
    position: relative;
    height: 50px;
    color: #fff;
    background-color: #262324;
    /* box-shadow: inset 0 0 0 1px #777, inset 0 -6px 3px -3px #5c5c5c; */

    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s
}
.sticky-nav__menu:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}
.sticky-nav__menu_account {
    height: 90px
}
.sticky-nav__menu_ordering{
    height: 70px
}
.sticky-nav_fixed .sticky-nav__menu_short{
    height:70px;
}
.sticky-nav__menu_full {
    -webkit-transform-origin: center 0 0;
    transform-origin: center 0 0;
    -webkit-transform: rotateX(0) translateZ(1px);
    transform: rotateX(0) translateZ(1px);
    /* width: 90%; */
}
.sticky-nav__menu_full:after {
    z-index: -5;
    background-color: #c8c8c8;
    opacity: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: opacity .2s, -webkit-transform 0 .35s;
    transition: opacity .2s, transform 0 .35s
}
.sticky-nav__menu_short {
    margin-top: -50px;
    margin-bottom: -20px;
    -webkit-transform-origin: 50% 0 -50px;
    transform-origin: 50% 0 -50px;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
}
.sticky-nav__menu_short:after {
    z-index: 5;
    background-color: #202020;
    -webkit-transition: opacity .35s;
    transition: opacity .35s
}
.sticky-nav_fixed .sticky-nav__menu_full {
    z-index: -5;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg)
}
.sticky-nav_fixed .sticky-nav__menu_full:after {
    z-index: 5;
    opacity: 1;
    -webkit-transform: translateZ(1px);
    transform: translateZ(1px);
    -webkit-transition: opacity .2s .15s, z-index 0 .35s;
    transition: opacity .2s .15s, z-index 0 .35s
}
.sticky-nav_fixed .sticky-nav__menu_short {
    margin-bottom: 0;
    -webkit-transform: rotateX(0) translateZ(1px);
    transform: rotateX(0) translateZ(1px)
}
.sticky-nav_fixed .sticky-nav__menu_short:after {
    z-index: -5;
    opacity: 0;
    -webkit-transition: opacity .35s, z-index 0 .35s;
    transition: opacity .35s, z-index 0 .35s
}
.main__catalog .sw-section__heading {
    margin-top: 20px;
    margin-bottom: 36px;
    /*      text-align:left; */
    /*      margin-left:3%; */
}
.sw-section__heading {
    margin-bottom: 26px;
}
.main__catalog .sw-section .switch {
    font-weight: 700;
    margin-left: 0px;
    vertical-align: top;
}
.sw-section .switch {
    font-weight: 700;
    margin-left: 26px;
    vertical-align: top;
}
.switch {
    display: inline-table;
    table-layout: fixed;
    font-weight: 700;
    /*   border-radius: 3px; */
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /*   height:100px; */
    /*   line-height:20px; */
}
.switch__model-name {
    text-align: center;
    background: rgba(97, 97, 97, .25);
    padding-top: 15px;
    padding-bottom: 10px;
    border-bottom: 3px solid rgba(97, 97, 97, .25);
    /* position: absolute; */
}
.switch__model-name h3 {
    margin-left: 30px;
}
.switch_primary {
    /* padding: 4px; */

    color: #fff;
    text-transform: uppercase;
    /*background-image:
  -webkit-linear-gradient(top, #2d3335, #4b5153 50%);*/
    /* background-image: linear-gradient(to bottom, #2d3335, #4b5153 50%);*/
    /* background-image: -webkit-linear-gradient(top, #A626AA, #892488 50%);*/
    /* background-image: linear-gradient(to bottom, #A626AA, #892488 50%);*/
    /* background-color:#A626AA; */
    /*border-radius: 100em;*/
    /*box-shadow: inset 0 2px 9px #262324 ;*/

    line-height: 26px;
    /* vertical-align: middle; */
    /* text-align: center; */
}
.switch_wide {
    width: 100%
}
switch-item__label {
    border: 3px solid #892488;
}
.switch__item {
    display: table-cell;
    /* border: 3px solid #FFD216;*/
    border: 3px solid #892488;
    font-size: 14px;
    margin: 0;
    padding: 0;
    /*   background-color: #A626AA; */
}
.switch__item:not(:first-child) {
    border-left: none
}
.switch__item_primary {
    /*   border: none; */

    cursor: pointer;
    background-color: white;
    border: none;
}
.switch-item__icon {
    display: inline-block;
    margin-right: .3em;
    fill: currentColor;
}
.switch-item__icon_metro {
    margin-top: -.2em;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
}
.switch-item__input {
    display: none;
}
.switch-item__label {
    vertical-align: baseline;
    display: block;
    margin: -3px;
    padding: .6em 1.2em;
    font-family: 'Exo 2', Tahoma, sans-serif;
    text-align: center;
    text-decoration: none;
    background: 0 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #616161;
}
.switch-item__label_personal-form {
    padding: .7em 1.25em
}
.last-viewed-products .switch-item__label {
    color: darkgray;
}
.switch-item__label_narrow {
    padding-left: .75em;
    padding-right: .75em;
    /* text-align: center; */
}
.switch-item__label_primary {
    margin: 0;
    padding: .45em 1.6em;
    border: 3px solid #892488;
}
.switch-item__input:checked+.switch-item__label {
    /*   color: #262324 ; */
    /*   background-color: #FFD216; */

    cursor: default;
    color: #fff;
    background-color: #892488;
}
.switch-item__input:checked+.switch-item__label_primary {
    /* color: #262324 ; */
    /*text-shadow: 0 1px 0 rgba(255, 255, 255, .75);*/
    /*  background-color: #FFD216;*/
    /* background-image:
  -webkit-linear-gradient(top, #F7FF23, #fbba00);*/
    /*background-image: linear-gradient(to bottom, #F7FF23, #fbba00);*/
    /*border-radius: 100em;*/
    /*box-shadow: inset 0 1px 0 #fff, inset 0 -1px 0 #9c7b01;*/

    cursor: default;
    /* vertical-align: middle; */

    color: #A626AA;
    color: #fff;
    /*    background-color: #892488; */

    border: 3px solid #892488;
}
.switch-item__label-text {
    display: inline-block;
    line-height: 1;
    /* border-bottom: 1px dotted currentColor; */

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 8px 0 0 0;
}
.switch-item__input:checked+.switch-item__label>.switch-item__label-text {
    border-bottom: none;
    /* color: #892488; */
    text-transform: uppercase;
    /* letter-spacing: .3px; */
}
.ui-tabs-active .switch-item__label {
    color: #262324;
    background-color: #FFD216;
    cursor: default
}
.ui-tabs-active .switch-item__label .switch-item__label-text {
    border-bottom: none
}

.filter-steps__step_active{
    background-color: #A626AA
}

.table {
    width: 100%;
    font-size: 0;
    overflow: hidden
}
.table__row {
    display: block;
    height: 70px;
    overflow: hidden;
    font-family: 'Exo 2', Tahoma, sans-serif;
    color: #757575;
    border-top: 1px solid #b0b0b0
}
.table__row_first {
    border-top: none
}
.table__row_sub {
    width: 100%;
    margin-left: 5.1%
}
.table__row_sub .table__col_wide {
    padding-left: 0;
    width: 31.68%;
    font-weight: 400
}
.table__row_yellow {
    height: 69px;
    font-family: 'Exo 2', Tahoma, sans-serif;
    font-weight: 700;
    color: #262324;
    border-top: none;
    background: #FFD216
}
.table__row_yellow td {
    font-size: 13px;
    line-height: 69px
}
.table__row_onecol {
    border-top: 3px solid #b0b0b0
}
.table__row_caption {
    height: 37px;
    border-top: none
}
.table__row_caption td:last-child {
    width: 100%;
    height: 37px;
    line-height: 37px;
    text-align: center
}
.table__col {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 71px;
    text-align: center
}
.table__col_8 {
    width: 7.797%
}
.table__col_8:last-child {
    padding-right: .847%;
    width: 8.641%
}
.table__col_10 {
    width: 5.3389%
}
.table__col_10:nth-child(2) {
    margin-left: 4.83%
}
.table__col_wide {
    padding-left: 31px;
    width: 36.78%;
    font-size: 13px;
    font-weight: 700;
    text-align: left
}
.table__line:after {
    display: block;
    height: 3px;
    background: #b0b0b0;
    content: ''
}
.table__line_light:after {
    display: block;
    height: 1px;
    background: #b0b0b0;
    content: ''
}
.table__spacer {
    height: 3px
}
.tabs {
    position: relative;
    width: 100%;
    margin: 0 auto;
}
.tabs.tabs-tire,
.tabs.tabs-model,
.tabs.tabs-disks {
    width: 90%;
    margin: 0 auto;
}
.b-order .tabs {
    width: 100%;
}
.tabs__addons {
    margin-top: -50px;
    text-align: right;
}
.tabs__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 25px;
    /* text-align: center; */
    /* position: relative; */
}
.tabs-tire .tabs__list {
    /* margin-bottom: 15px; */
}
.tabs-wheel .tabs__list {
    /* margin-top:-25px; */
}
.tabs__list_delivery {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.tabs__item {
    margin-right: 20px;
}
.tabs__item:first-child {
    /*      margin-right: 0px; */
}
.tabs__item:last-child {
    margin-right: 0;
}
.tabs__item_delivery {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.tabs__bodies {
    background-color: transparent;
}
.tabs__body {
    /* padding-top: 32px; */
    /* padding-bottom: 32px; */
    /* height: auto; */
}
.tabs-delivery .tabs__body:before {
    display: block;
    content: "";
    height: 155px;
    margin: -155px 0 0;
}
.tabs__counter {
    color: #616161;
}
.tabs_classic .tabs__link {
    display: block;
    white-space: nowrap;
    border-bottom: none;
    padding: 0 33px;
    line-height: 43px;
    font-family: 'Exo 2', Tahoma, sans-serif;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    color: #262324;
    border: 3px solid #892488;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.tabs_classic .tabs__link_personal {
    padding: 0 31px;
}
.tabs_classic .tabs__link::before {
    /*   content: ''; */
    /*   display: block; */
    /*   position: absolute; */
    /*   width: 3px; */
    /*   height: 100%; */
    /*   background-color: #ebebeb; */
    /*   left: 0; */
    /*   top: 0; */
}
.tabs_classic .tabs__link::after {
    /*   content: ''; */
    /*   display: block; */
    /*   position: absolute; */
    /*   width: 3px; */
    /*   height: 100%; */
    /*   background-color: #ebebeb; */
    /*   right: 0; */
    /*   top: 0; */
}
.tabs_classic .tabs__link.is-active {
    background-color: #892488;
    cursor: default;
    color: whitesmoke;
    border: 3px solid #892488;
}
.tabs_classic .tabs__link_light {
    color: #757575;
}
.tabs_classic .tabs__link_light.tab__head_active {
    color: #262324;
}
.tabs_classic .tabs__link_light::after,
.tabs_classic .tabs__link_light::before {
    background-color: transparent;
    background-image: -webkit-linear-gradient(#ebebeb, transparent);
    background-image: linear-gradient(#ebebeb, transparent)
}
.tabs_gray .tabs__bodies {
    /* background-color: #ebebeb
 */
}
.tabs_switch .tabs__item {
    display: table-cell;
    border: 3px solid #892488;
    font-size: 14px;
}
.tabs_switch .tabs__item:not(:first-child) {
    border-left: none
}
.tabs_switch .tabs__list {
    display: table;
    width: 100%;
    font-weight: 700;
    /* border-radius: 3px; */

    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-bottom: 20px;
    padding-top: 5px;
}
.tabs_switch .tabs__link {
    display: block;
    margin: -3px;
    padding: .7em 1.6em;
    font-family: 'Exo 2', Tahoma, sans-serif;
    text-align: center;
    text-decoration: none;
    vertical-align: baseline;
    background: 0 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.tabs_switch .tabs__link.is-active {
    color: #fff;
    background-color: #892488;
    cursor: default
}
.tabs-addons {
    display: inline-table;
    height: 50px
}
.tabs-addons__item {
    display: table-cell;
    padding-left: 20px;
    vertical-align: middle
}
.tire-season {
    display: inline-block
}
.tire-season__icon {
    width: 27px;
    height: 27px;
    vertical-align: middle
}
.tire-season__label {
    vertical-align: middle;
    /* padding-left: 10px */
    padding-right: 10px;
}
.tire-size {
    /* padding: 24px 10px 20px 18px; */
    /* background: #fff; */

    border: 3px solid #ebebeb;
    border-bottom:none;
}
.tire-size__title {
    text-transform: uppercase;
    padding-right: 6px;
    line-height: 1.2em;
    padding: 24px 10px 20px 18px;
    background: #ebebeb;
    box-shadow: 0 0 0 3px #a626aa;
}
.tire-size__options {
    margin-top: 15px;
}
.tire-size__tuning {
    margin-top: 21px
}
.tire-size__options .tire-size__caption,
.tire-size__tuning .tire-size__caption {
    /* background: rgb(162, 162, 162); */
}
.tire-size__caption {
    font-family: 'Exo 2', Tahoma, sans-serif;
    padding: 0 10px 0 18px;
}
.tire-size__list li {
    padding: 2px 10px 2px 10px;
}
.tire-size__list li:nth-child(odd) {
    /* background:#ebebeb; */
}
.tire-size__list-os {
    float: left;
    padding-right: 5px;
}
.tire-size-pair__list-os {
    float: none;
}
.tire-size__list-link {
    color: #0b89ff;
    text-decoration: underline;
    font-size: 12px
}
.toggler {
    position: relative;
    display: inline-block;
    padding-top: 6px;
    margin-left: 10px;
    color: #0f7cf0;
    font-size: 14px;
    line-height: 1;
    border-bottom: 1px dotted #0f7cf0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}
.toggler:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-left: .3em;
    margin-top: 1px;
    background-image: url(/assets/f6d5f8f8/styles/../images/sprite.png);
    background-position: -378px -167px;
    width: 10px;
    height: 7px
}
.toggler_hide:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}
.tooltip {
    position: relative;
    z-index: -1;
    margin-left: 10px;
    margin-bottom: -5px;
    /*   padding: 16px 21px; */

    padding: 15px;
    width: 385px;
    min-width: 42px;
    min-height: 32px;
    color: #757575;
    font-size: 14px;
    font-weight: 400;
    background-color: hsla(0, 0%, 20%, 0.9);
    color: #fff;
    transition: all .15s ease-in-out;
    opacity: 0;
}
.product-stats .tooltip {
    top: 39px;
    padding: 5px 15px;
    /*     left: 60px; */
    margin-left: 70px;
}
.product-stats .product-stats__row > div:nth-child(2) .tooltip {
    margin-left: 65px;
}
.product-stats__row:nth-child(4) .tooltip p {
    display: block;
    position: relative;
    width: 100%;
    white-space: normal;
    z-index: -1;
}
.product-stats .product-stats__row:nth-child(4) > div:nth-child(2) .tooltip {
    margin-left: 15px;
    margin-bottom: 0px;
    width: 360px;
    min-width: 42px;
    min-height: 32px;
    top: -5px;
    right: 180px;
    z-index: -1;
}
.product-stats__row:nth-child(4) .tooltip:after {
    padding: 0;
    margin: 0;
    bottom: -12px;
    z-index: -1;
    margin-left: 20px;
    border-top: 0px solid #000;
    border-top: 12px solid hsla(0, 0%, 20%, 0.9);
    border-right: 180px solid transparent;
    border-left: 180px solid transparent;
    /*
    margin-bottom: 0px;
    left: -20px;
    border-right: 20px solid hsla(0, 0%, 20%, 0.9);
    border-left: 0px solid #fff;
    border-bottom: 25px solid transparent;
    border-top: 25px solid transparent;
    */

    border-bottom: 0;
}
.product-stats-wheel .product-stats__row:last-child .tooltip:after {
    border-top: 5px solid #000;
    border-top: 5px solid hsla(0, 0%, 20%, 0.9);
    border-right: 150px solid transparent;
    border-left: 150px solid transparent;
    left: 50%;
    margin-left: -150px;
    bottom: -30px;
}
.product-stats-wheel .product-stats__row > div:nth-child(2) .tooltip {
    height: 50px;
    line-height: 2.5em;
    margin-left: 47px;
}
.product-stats-wheel .product-stats__row > div:last-child .tooltip {
    height: auto;
    line-height: 1.5em;
    margin-left: -140px;
    width: 300px;
    display: block;
    position: relative;
    top: -5px;
    text-align: center;
}
.product-stats-wheel .product-stats__row > div:last-child .tooltip p {
    height: auto;
    display: block;
    position: relative;
    white-space: pre-wrap;
    /*     width: 95px; */
}
.product-params .tooltip {
    white-space: pre-wrap;
    width: 385px;
}
.tooltip:after {
    position: absolute;
    bottom: 0;
    margin-bottom: -5px;
    left: 0px;
    margin-left: 0px;
    width: 0;
    border-top: 5px solid #000;
    border-top: 5px solid hsla(0, 0%, 20%, 0.9);
    border-right: 42px solid transparent;
    border-left: 0px solid transparent;
    content: " ";
    font-size: 0;
    line-height: 0;
}

.product-stats .tooltip:after {
    margin-bottom: 0px;
    left: -20px;
    border-right: 20px solid hsla(0, 0%, 20%, 0.9);
    border-left: 0px solid #fff;
    border-bottom: 25px solid transparent;
    border-top: 25px solid transparent;
}
.main__similar .tooltip:after,
.disks .tooltip:after {
    border-top: 5px solid #000;
    border-top: 5px solid hsla(0, 0%, 20%, 0.9);
    border-right: 125px solid transparent;
    border-left: 125px solid transparent;
    left: 50%;
    margin-left: -125px;
}

.product-vertical__palette .tooltip:after{
    border-right: 109px solid transparent;
    border-left: 109px solid transparent;
    left: 50%;
    margin-left: -109px;
}
.product-h__color .tooltip:after{
    border-top: 0px solid hsla(0, 0%, 20%, 0.9);
    border-bottom: 5px solid hsla(0, 0%, 20%, 0.9);
    bottom:calc(100% + 5px);
    bottom:-wenkit-calc(100% + 5px);
}
.main__similar .info__tooltip,
.disks .info__tooltip {
    width: 218px;
    left: -109px;
    left:50%;
    /*right:0;*/
    margin-left: -119px;
    bottom: 210px;
    position:fixed;
    z-index: 0;
}

.main__similar .tooltip_short,
.disks .tooltip_short {
    width: auto;
    white-space: normal;
    width: 100%;
    position: relative;
    display: block;
}
.main__similar .info__trigger,
.disks .info__trigger {
    cursor: help;
    width: 15px;
    height: 15px;
    top: -2px;
    display: block;
    position: relative;
}
/*.tooltip:after,
.tooltip:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 20px;
  width: 0;
  height: 0
}

.tooltip:before {
  margin-left: -10px;
  border-top: 10px solid #999;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent
}

.tooltip:after {
  margin-left: -8px;
  border-top: 8px solid #fff;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent
}

.tooltip_left:after,
.tooltip_left:before {
  left: auto;
  right: 20px
}

.tooltip_left:before {
  margin-left: 0;
  margin-right: -10px
}

.tooltip_left:after {
  margin-left: 0;
  margin-right: -8px
}*/

.tooltip_short {
    width: auto;
    white-space: nowrap;
}
.top-menu {
    position: relative;
    display: table;
    width: 80%;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
    min-width: 1200px;
    z-index:99999;
}
.top-menu::after,
.top-menu::before {
    display: table-cell;
    width: 1px;
    height: 100%;
    content: ''
}
.top-menu::before {
    /* background-image:



  -webkit-linear-gradient(#343434, transparent); */
    /* background-image: linear-gradient(#343434, transparent)


 */
}
.top-menu::after {
    /* background-image: -webkit-linear-gradient(#7e7e7e, transparent); */
    /* background-image: linear-gradient(#7e7e7e, transparent)

 */
}
.top-menu__link {
    display: inline-block;
}
.top-menu__tab-link {
    /* border:1px solid #fff; */

    display: block;
}
.top-menu__link_logo {
    padding-left: 0;
    width: 244px;
}
.top-menu__link_logo h2 {
    font-family: "FordAntennaCond-Bold", Tahoma, sans-serif;
    font-weight: 400;
    font-size: 2em;
    text-align: center;
}
.top-menu__link_logo h4 {
    font-family: "FordAntennaCond-Regular", Tahoma, sans-serif;
    font-weight: 100;
    font-size: 0.85em;
    text-align: center;
}
.top-menu__link_logo h2,
.top-menu__link_logo h4 {
    position: relative;
    top: 15px;
    left: 5px;
}
.top-menu__contacts {
    position: relative;
    display: table-cell;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
    box-shadow: inset 0 -3px 3px #5c5c5c
}
.top-menu__contacts::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-image: -webkit-linear-gradient(#343434, transparent);
    background-image: linear-gradient(#343434, transparent);
    content: ''
}
.top-menu__contacts_order {
    width: 910px
}
.top-menu__contacts_lk {
    width: 940px
}
.top-menu__counter {
    position: absolute;
    right: 1px;
    top: 14px;
    display: block;
    width: 22px;
    height: 22px;
    font-family: 'Exo 2', Tahoma, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #757575;
    border-radius: 50%;
    background-color: #fcd430
}
.top-menu__counter_narrow {
    top: 5px;
    right: 10px
}
.top-menu__logo {
    width: 65px;
    margin-left: -10px;
    vertical-align: middle;
    float: left;
}
.top-menu__icon {
    vertical-align: middle;
    height: 32px;
    width: 32px;
}
.top-menu__icon-wrap {
    position: relative;
    display: inline-block
}

.icon_menu-heart{
    padding: 4px;
    /* stroke-width:3px; */
}
.top-menu__icon-wrap[data-count]::after {
    content: attr(data-count);
    position: absolute;
    right: -2px;
    top: -5px;
    z-index: 10;
    display: block;
    padding-left: .1em;
    padding-right: .1em;
    min-width: 22px;
    height: 22px;
    color: #757575;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    border-radius: 100px;
    /* background-color: #fcd430; */

    background-color: #F7FF23;
    -webkit-transform: translateX(35%);
    transform: translateX(35%)
}
.top-menu__label {
    display: inline-block;
    padding-left: .5em;
    height: 20px;
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}
.top-menu__label_type_currency {
    font-family: 'Exo 2', Tahoma, sans-serif;
    font-size: 20px;
    font-weight: 700
}
.top-menu__phone {
    display: inline-block;
    vertical-align: middle
}
.top-menu__phone_order {
    height: 47px;
    margin-left: 116px
}
.top-menu__phone_lk {
    margin-left: 65px
}
.top-menu__container {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 1;
    display: none;
    -webkit-transition: all .15s;
    transition: all .15s;
}
.top-menu__container_rightedge {
    left: inherit;
    right: 0
}
.top-menu__tab {
    position: relative;
    display: table-cell;
    /*   min-width: 50px; */

    height: 100%;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-transition: all .15s;
    transition: all .15s;
}
.top-menu__tab:last-child {
    min-width: 161px;
}
.top-menu__tab::after,
.top-menu__tab::before {
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    content: ""
}
.top-menu__tab::before {
    left: 0;
    /* background-image:
  -webkit-linear-gradient(#7e7e7e, transparent); */
    /* background-image: linear-gradient(#7e7e7e, transparent)
 */
}
.top-menu__tab::after {
    right: 0;
    /* background-image:
  -webkit-linear-gradient(#343434, transparent); */
    /* background-image: linear-gradient(#343434, transparent)
 */
}
.top-menu__tab_active {
    /* color: #FFD216; */
    color: #fff;
    /*background-color: #757575;*/
    background-color: #A626AA;
    cursor: pointer;
    -webkit-transition: all .15s;
    transition: all .15s;
}
.top-menu__tab_active .top-menu__container {
    display: block;
    -webkit-transition: all .15s;
    transition: all .15s;
}
.top-menu__tab_flat::after,
.top-menu__tab_flat::before {
    display: none
}
.top-menu__tab_logo {
    padding-left: 0;
    text-align: left
}
.top-menu__tab_right {
    text-align: right
}
.top-menu__tab_right::before {
    display: none
}
.top-menu_with-logo::before {
    content: none
}
.top-menu_with-logo .top-menu__tab:first-child {
    padding-left: 0;
    text-align: left;
    /* width: 227px; */
}
.top-menu .currency {
    width: 15px;
    height: 15px;
    margin-left: 5px;
    fill: #fff
}
.top-search {
    display: block;
    height: 140px;
    font-family: 'Exo 2', Tahoma, sans-serif;
    font-weight: 700;
    min-width: 1200px;
}
.top-search .grid {
    /* display: block; */

    width: 100%;
    height: 100%;
    /* border: 1px solid red; */
    /* text-align: center; */
    /* vertical-align: middle; */
    /* min-width: 1200px





 */
}
.top-search:after {
    display: table;
    clear: both;
    content: ''
}
.top-search__item {
    /* display: table-cell; */
    /* float: left; */
    /* height: 170px*/
    /* border: 1px solid orange; */
    /* vertical-align: middle; */

    margin: 0 1%;
    float: left;
    /* margin: 0; */

    padding: 0;
    height: 100%;
    /* width: 20%; */
}
.top-search__item:first-child {
    /* padding-left: 0; */
    /* margin-left: 0; */
    /* padding-right: 35px; */
}
.top-search__item:last-child {
    padding-right: 0;
    margin-right: 0;
    float: right;
}
.top-search-logo {
    margin-left: -5px;
    /* max-width: 280px; */
    /* min-width: 290px; */
    /* width: 290px; */

    width: 25%;
    max-width: 310px;
}
.top-search__logo-link {
    display: block;
    width: 320px;
    /*   border:1px solid black; */
    /* border: 1px solid  black; */

    height: 142px;
    /* background: url(/assets/f6d5f8f8/styles/../images/logo/Good_Wheels_H.svg) no-repeat; */
    /*   background: url(/assets/f6d5f8f8/styles/../images/logo/logo_good.svg) no-repeat; */

    background-position: 0 35px;
    background-size: 80px;
    color: #262324;
    /* margin-top: 48px*/
    /* background-position-x: -10px; */

    overflow: hidden;
}
.top-search__logo {
    display: block;
    float: left;
    /*     border:1px solid; */
    height: 77px;
    margin-top: 30px;
    margin-right: 5px;
}
.top-search__logo-link h2 {
    font-family: "FordAntennaCond-Bold", Tahoma, sans-serif;
    font-weight: 400;
    font-size: 2.4em;
}
.top-search__logo-link h4 {
    font-family: "FordAntennaCond-Regular", Tahoma, sans-serif;
    font-weight: 100;
    font-size: 1em;
}
.top-search__logo-link h2,
.top-search__logo-link h4 {
    position: relative;
    top: 55px;
    /* left: 85px; */
}
/*.top-search__logo-link:before{
  content:"";
  font-family: "Ford Antenna", Tahoma, sans-serif;
  float:right;
  position:relative;
  color:#262324;
  font-size:2.25em;
  border:1px solid red;
  top:20px;
}

.top-search__logo-link:after{
  content:"";
  font-family: "Ford Antenna", Tahoma, sans-serif;
  float:right;
  position:relative;
  color:#262324;
  font-size:1.0em;
  border:1px solid red;
  font-weight:200;
  top:20px;
} */

.top-search-bg {
    /* width: 240px; */

    background: url(/assets/f6d5f8f8/styles/../images/header_map.png) center no-repeat;
    /* margin-left: 20px; */

    background-size: contain;
    /* background-size: auto 115px; */
    /* background-position: center center; */
    /* padding: 10px 0; */
    /* padding-left: 43px; */
    /* margin-left: 268px; */
    overflow: hidden;
    width: 22%;
    /* border: 1px solid; */
    /* display: -webkit-inline-box; */
    /* float: left; */

    /*      border:1px solid; */
}
.top-search-bg:before,
.top-search-bg:after {
    text-transform: uppercase;
    font-weight: 700;
    color: black;
    display: block;
    text-align: center;
    position: absolute;
    font-size: 0.9em;
    z-index: 15;
    margin: 0 auto;
    color: #262324;
    display: table-cell;
    margin: 0 auto;
    display: block;
    position: relative;
    left: 41px;
    top: -3px;
}
.top-search-bg:before {
    content: attr(data-top);
    text-shadow: 0px 0px 10px rgb(255, 255, 255), -1px 1px 1px #333;
    margin-top: 48px;
    /*      margin-left: 107px; */
}
.top-search-bg:after {
    content: attr(data-bottom);
    /*      margin-top: 66px; */
    /*      margin-left: 121px; */
    color: #A626AA;
    text-shadow: 0px 0px 5px rgb(255, 255, 255), -1px 1px 1px #892488;
}
@media only screen and (min-width: 1800px) {
    .top-search-bg:after {
        /*         margin-left: 151px; */
        left: 45px;
    }
    .top-search-bg:before {
        /*         margin-left: 137px; */
        left: 45px;
    }
}
.top-search-input {
    padding-top: 50px;
    width: 17%;
    font-weight: 400;
    /* padding: 0 23px 0 0; */
    /* padding-left: 50px; */
}
.top-search-phone {
    padding-left: 0px;
    padding-right: 0px;
    /* width: 17.8%; */
    /* line-height: 168px; */

    font-size: 22px;
    color: #262324;
    /* width: 190px; */
    /* max-width: 200px; */
    /* min-width: 190px; */
    /* width: auto; */

    width: 20%;
    padding-top: 50px;
    /* padding: 5px; */

    background: url(/assets/f6d5f8f8/styles/../images/time-1.png) no-repeat;
    */;
    background-size: 60px;
    /* text-align: right; */

    background-position: 0px 39px;
    padding-left: 60px;
}
.top-search-phone ul {
    margin-top: -8px;
    /*     font-size:0.95em; */
    /*     font-weight:700; */
}
.top-search-phone li {
    padding-bottom: 10px
}
.top-search-workhours {
    /* display: table-cell; */
    /*   background: url(/assets/f6d5f8f8/styles/../images/workhours.png) right 69px center no-repeat; */
    /* background: url(/assets/f6d5f8f8/styles/../images/time-1.png) no-repeat; */

    background-size: 50px;
    /* border:1px solid black; */

    background-position: 20px 20px;
    width: 95px;
    /* width: 9%; */
    /* padding-right: 24px; */
}
.top-search-workhours-caption {
    /* position: absolute; */
    /* left: 30px; */
    /* display: block; */

    text-align: center;
    /* width: 66px; */

    font-size: 0.82em;
    color: #3a3a3a;
    /* margin: 0; */
    /* margin-left: 20px; */
    /* padding: 0; */
    /* margin-right: -9px; */
    /* float: right; */
    /* clear: both; */
    /* margin-top: 50px; */
}
.top-search-workhours-caption_weekday {
    /* top: 7px; */

    margin-top: 70px;
}
.top-search-workhours-caption_weekend {
    /*   top: 32px; */
    /* left: 30px; */
    /* margin-right: -12px; */
}
.tabs-tire .sw-section__heading,
.tabs-disks .sw-section__heading {
    padding-top: 20px;
}
.tabs-tire .similar-designator,
.tabs-disks .similar-designator {
    margin-top: -60px;
    padding-top: 135px;
}
.b-trans {
    width: 677px;
    background: #fff
}
.b-trans__tooltip {
    width: 660px;
    margin-top: 19px;
    margin-bottom: 18px
}
.b-trans__input {
    display: none
}
.b-trans__input:checked+.b-trans__label:after {
    display: block
}
.b-trans__label {
    display: block;
    position: relative;
    width: 677px;
    height: 136px;
    margin-bottom: 4px
}
.b-trans__label:after {
    clear: both
}
.b-trans__label:after,
.b-trans__label:before {
    content: '';
    position: absolute;
    display: block;
    border-radius: 100%
}
.b-trans__label:before {
    top: 59px;
    left: 20px;
    width: 16px;
    height: 16px;
    border: 1px solid #9a9a9a
}
.b-trans__label:after {
    display: none;
    background: #262324;
    width: 10px;
    height: 10px;
    top: 63px;
    left: 24px
}
.b-trans__label_other {
    height: 96px
}
.b-trans__label_other:before {
    top: 39px
}
.b-trans__label_other:after {
    top: 43px
}
.b-trans__label_other .b-trans__img {
    width: 89px;
    margin-top: 29px;
    margin-left: 68px
}
.b-trans__label_other .b-trans__title {
    float: left;
    margin-left: 29px;
    padding-top: 36px
}
.b-trans__img {
    float: left;
    width: 111px;
    margin-top: 26px;
    margin-left: 57px
}
.b-trans__text {
    float: left;
    margin-left: 18px
}
.b-trans__title {
    padding-top: 22px;
    color: #757575
}
.b-trans__desc {
    margin-top: 10px
}
.b-trans__side {
    float: right;
    width: 175px;
    height: 100%;
    padding-top: 23px;
    padding-left: 30px;
    background: #ebebeb;
    color: #757575
}
.b-trans__num {
    font-family: 'Exo 2', Tahoma, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 16px;
    margin-bottom: 13px;
    color: #262324
}
.b-trans__num_rub:after {
    content: ' \20BD'
}
.vendor__title {
    margin-bottom: 22px;
}
.vendor__imgcol {
    display: inline-block;
    height: 100%;
    float: left;
    /* padding-right: 15px; */
}
.vendor__imgbox {
    /* display:-webkit-box; */
    /* display: -webkit-flex; */

    display: -ms-flexbox;
    /* display: flex; */
    /* padding: 7px 20px; */

    height: 100%;
    /* min-height: 170px; */
    /* line-height: 170px; */
    /* text-align: center; */
    /* background: #ebebeb; */

    overflow: hidden;
    /* width: 490px; */
}
.vendor__img {
    display: block;
    margin: auto;
    max-height: 150px;
    max-width: 470px;
    /* width: 470px; */
    /* margin-top: 0; */

    width: inherit;
    margin-left: 0;
}
.vendor__content {
    vertical-align: middle;
    text-indent: 15px;
    width: 100%;
    /* float: left; */
}
.vendor__text {
    color: #262324;
    /* height: 166px; */

    overflow: hidden;
    line-height: 1.25em;
    position: relative;
    padding: 5px 10px;
    padding-right: 20px;
    transition: all .3s;
}
.vendor__text:before {
    content: '';
    background: #fff;
    position: absolute;
    display: none;
    top: 130px;
    width: 100%;
    height: 500px;
    opacity: 1;
    transition: all 0s 0s;
}
/*.vendor__text:focus {
 height: 360px;
 max-width:100%;*/
/* overflow: visible;*/
/* cursor:default;
 background:#fff;
 pointer-events: none;
}*/

.vendor__text:focus:before {
    top: 400px;
    opacity: 0;
    transition: all 1s .1s;
}
.vendor__text:focus .ellipsis,
.vendor__text:focus .fill {
    display: none;
}
.vendor__text .ellipsis {
    bottom: 3px;
    position: absolute;
    right: 0px;
    text-decoration: none;
    border-bottom: 0;
}
.vendor__text .fill {
    background: #fff;
    height: 100%;
    position: absolute;
    width: 100%;
}
.vendor__text h2 {
    padding-bottom: 10px;
    line-height: 1.1em;
}
.vendor__btn {
    margin-top: 13px;
    width: 200px;
    color: #fff;
    background:#892488;
    /* text-decoration: underline */
}
.view-switch {
    color: #262324;
    font-weight: 700;
    /* display: none; */
}
.view-switch__caption {
    display: inline-block;
    display: none;
    padding-right: 10px
}
.view-switch__count {
    display: inline-block;
    padding-left: 15px;
}
.view-switch__icon {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
.view-switch__toggle {
    display: inline-block;
    /*display: none;*/
}
.wf-hint__base {
    position: relative;
    background-repeat: no-repeat
}
.wf-hint__base:before {
    content: '';
    position: absolute;
    display: block
}
.wf-hint__base_small:before {
    display: none
}
.wf-hint__base_tire-top {
    width: 100%;
    height: 130%;
    position: absolute;
    right: -200px;
    top: -102px;
    background-image: url(/assets/f6d5f8f8/styles/../images/tire_size.png);
    background-position: right 0;
    z-index: -1;
}
.wf-hint__base_tire-top:before {
    /* bottom: 0; */

    right: 196px;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(/assets/f6d5f8f8/styles/../images/size.png);
    background-position: right 0;
    background-repeat: no-repeat;
}
.wf-hint__base_tire-side {
    width: 156px;
    height: 152px;
    left: 25px;
    background-image: url(/assets/f6d5f8f8/styles/../images/sprite.png);
    background-position: -11px -201px;
    /*border:1px solid black; */
}
.wf-hint__base_tire-side:before {
    top: -1px;
    right: -80px;
    width: 68px;
    height: 135px;
    background-image: url(/assets/f6d5f8f8/styles/../images/sprite.png);
    background-position: -164px -201px;
}
.wf-hint__base_disc-top {
    width: 100%;
    height: 130%;
    position: absolute;
    right: -60px;
    top: 0px;
    background-image: url(/assets/f6d5f8f8/styles/../images/wheel.png);
    background-position: right 0;
    z-index: -1;
}
.wf-hint__base_disc-top:before {
    bottom: 9px;
    left: 0;
    width: 106px;
    height: 47px;
    background-image: url(/assets/f6d5f8f8/styles/../images/disc-top-bot.png);
    display: none;
}
.wf-hint__base_disc-top_et-out:before {
    background-image: url(/assets/f6d5f8f8/styles/../images/disc-top-bot-out.png)
}
.wf-hint__base_disc-side {
    /*   width: 252px; */

    height: 149px;
    /*   background-image: url(/assets/f6d5f8f8/styles/../images/disc-side.png); */

    background-image: url(/assets/f6d5f8f8/styles/../images/sprite.png);
    /*   background-position-y: bottom; */

    background-position: -480px 0px;
    width: 150px;
    left: 20px;
}
.wf-hint__base_disc-side:before {
    bottom: 0;
    /*   right: 26px; */
    /*   width: 58px; */

    height: 149px;
    /*   background-image: url(/assets/f6d5f8f8/styles/../images/disc-side-small.png) */

    background-image: url(/assets/f6d5f8f8/styles/../images/sprite.png);
    background-position: -650px 0px;
    width: 80px;
    left: 170px;
    bottom: 0px;
    /*     border:1px solid black; */
}
.wf-hint__base_disc-side_et-out:before {
    background-image: url(/assets/f6d5f8f8/styles/../images/disc-side-small-out.png)
}
.wf-hint__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-repeat: no-repeat;
    -webkit-transition: opacity .20s;
    transition: opacity .20s;
}
.wf-hint__base_tire-top .wf-hint__overlay {
    position: absolute;
    /* top: 0; */
    left: -196px;
    /* right: 218px; */
    width: 100%;
    height: 100%;
    background-position: right 0;
    /* opacity: 1; */
}
.wf-hint__overlay_active {
    opacity: 0;
    display:none;
    /*   background:rgba(234,234,234, .5); */
}
.wf-hint__base_tire-top .wf-hint__overlay_height {
    background-image: url(/assets/f6d5f8f8/styles/../images/height.png);
    /*   background-position-y: 41px; */
}
.wf-hint__base_tire-top .wf-hint__overlay_width {
    background-image: url(/assets/f6d5f8f8/styles/../images/width.png);
    /* background-position: bottom right

 */
    /* opacity: 1; */
}
.wf-hint__base_tire-top .wf-hint__overlay_diameter {
    background-image: url(/assets/f6d5f8f8/styles/../images/radius.png);
    /* background-position: top right






 */
}
.wf-hint__base_tire-side .wf-hint__overlay_height {
    background: url(/assets/f6d5f8f8/styles/../images/tire-side-height.png) no-repeat, linear-gradient(to right, rgba(234, 234, 234, .5) 0%, rgba(234, 234, 234, .5) 100%);
    background-position: 63px 92px;
    width: 250px;
}
.wf-hint__base_tire-side .wf-hint__overlay_width {
    /*      background-image: url(/assets/f6d5f8f8/styles/../images/tire-side-width.png); */
    /*     background-position: right 0; */
    background: url(/assets/f6d5f8f8/styles/../images/tire-side-width.png) no-repeat, linear-gradient(to right, rgba(234, 234, 234, .5) 0%, rgba(234, 234, 234, .5) 100%);
    background-position: 64px 0;
    width: 250px;
    /*     border:1px solid black; */
}
.wf-hint__base_tire-side .wf-hint__overlay_diameter {
    background-image: url(/assets/f6d5f8f8/styles/../images/tire-side-diameter.png);
    background: url(/assets/f6d5f8f8/styles/../images/tire-side-diameter.png) no-repeat, linear-gradient(to right, rgba(234, 234, 234, .5) 0%, rgba(234, 234, 234, .5) 100%);
    /*     border:1px solid black; */
    width: 250px;
}
.wf-hint__base_disc-top .wf-hint__overlay_diameter {
    background-image: url(/assets/f6d5f8f8/styles/../images/disc-top-diameter.png);
    display: none;
}
.wf-hint__base_disc-top .wf-hint__overlay_width {
    background-image: url(/assets/f6d5f8f8/styles/../images/disc-top-width.png);
    background-position: 0 127px;
;
    display: none;
}
.wf-hint__base_disc-top .wf-hint__overlay_et {
    background-image: url(/assets/f6d5f8f8/styles/../images/disc-top-et-in.png);
    background-position: 0 bottom;
    display: none;
}
.wf-hint__base_disc-top.wf-hint__base_disc-top_et-out .wf-hint__overlay_et {
    background-image: url(/assets/f6d5f8f8/styles/../images/disc-top-et-out.png);
    background-position: 0 bottom
}
.wf-hint__base_disc-top .wf-hint__overlay_pcd {
    background-image: url(/assets/f6d5f8f8/styles/../images/disc-top-pcd.png);
    background-position: 0 41px;
    display: none;
}
.wf-hint__base_disc-side .wf-hint__overlay_diameter {
    width: 241px;
    left: 0px;
    /*    border:1px solid black; */

    background: url(/assets/f6d5f8f8/styles/../images/disc-side-diameter.png) no-repeat, linear-gradient(to right, rgba(234, 234, 234, .5) 0%, rgba(234, 234, 234, .5) 100%);
    background-position: 6px 15px;
}
.wf-hint__base_disc-side .wf-hint__overlay_width {
    background: url(/assets/f6d5f8f8/styles/../images/disc-side-width.png) no-repeat, linear-gradient(to right, rgba(234, 234, 234, .5) 0%, rgba(234, 234, 234, .5) 100%);
    background-position: 66px 0px;
    width: 250px;
    left: 1px;
    top: 14px;
    height: 140px;
}
.wf-hint__base_disc-side .wf-hint__overlay_et {
    background: url(/assets/f6d5f8f8/styles/../images/disc-side-et-in.png) no-repeat, linear-gradient(to right, rgba(234, 234, 234, .5) 0%, rgba(234, 234, 234, .5) 100%);
    background-position: 100px 0px;
    width: 370px;
    left: 0px;
}
.wf-hint__base_disc-side.wf-hint__base_disc-side_et-out .wf-hint__overlay_et {
    background-image: url(/assets/f6d5f8f8/styles/../images/disc-side-et-out.png);
    background-position: 73px bottom
}
.wf-hint__base_disc-side .wf-hint__overlay_pcd {
    background-image: url(/assets/f6d5f8f8/styles/../images/disc-side-pcd.png);
    background: url(/assets/f6d5f8f8/styles/../images/disc-side-pcd.png) no-repeat, linear-gradient(to right, rgba(234, 234, 234, .5) 0%, rgba(234, 234, 234, .5) 70%);
    background-position: 58px 46px;
    width: 250px;
    /*   border:1px solid black; */
}
.wf__tab {
    margin-left: -4px;
    margin-right: 1px;
    padding: 14px 16px;
    position: relative;
    vertical-align: middle;
    border: 3px solid transparent;
}
.wf__tab:first-child {
    padding-left: 28px;
    margin-left: 1px;
}
.wf__tab:last-child {
    padding-right: 28px
}
.wf__tab.wf__tab_active {
    border-color: #A626AA;
}
.main__wf-inner .wf__tab_active {
    background-color: #ebebeb;
}
.wf__tab_active {
    /*   background-color: #ebebeb; */

    border-bottom: none;
    background-color: #fff;
}
.main__wf-inner .wf__tab_active {
    background-color: #ebebeb;
}
.wf__tab_primary {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}
.wf__tab_primary.wf__tab_active {
    border-color: #FFD216;
    border-color: #A626AA;
    background: #ebebeb;
}
.wf__tab_primary:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    top: 0;
    left: 0;
    transform: translateY(92px);
    -webkit-transform: translateY(92px);
    z-index: auto;
    transition: transform .1s;
    -webkit-transition: transform .1s;
}
.wf__tab_primary.wf__tab_active:before {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transition: transform .5s .7s cubic-bezier(.88, .14, 0, .89);
    -webkit-transition: transform .5s .7s cubic-bezier(.88, .14, 0, .89);
}
.wf__tabs {
    margin-left: -1px;
    margin-right: -1px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}
.wf__tabs_primary::before,
.wf__tabs::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 1px;
    right: 1px;
    height: 3px;
    background-color: #A626AA;
}
.wf__body {
    position: relative;
    /* background-color: #ebebeb
 */

    border-top: none;
    border-bottom: 3px solid #A626AA;
    /* transition: all .5s; */
}
.wf__body .pseudolink_dotted {
    cursor: pointer;
}
.wf__body::after,
.wf__body::before {
    content: ' ';
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    width: 3px;
    background-color: #A626AA;
}
.wf__body::after {
    right: 0;
}
.wf__body_primary {
    border-bottom: 3px solid #A626AA;
    /* transition: all .5s; */
    background-color: #ebebeb;
    /* background-image: url(/assets/f6d5f8f8/styles/../images/wf-bg.png); */
    background-position: right top;
    background-repeat: no-repeat;
    min-height: 397px;
    overflow: hidden;
}
.wf__body_primary::after,
.wf__body_primary::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    width: 3px;
    background-color: #A626AA;
}
.wf__body_primary::before {
    left: 0
}
.wf__body_primary::after {
    right: 0
}
.wf-body {
    padding: 28px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #262324;
    opacity: 1;
    -webkit-transition: all .5s;
    transition: all .5s;
    float: left;
    /* width: 300%; */
}
.js-wf-body_tires {
    transform: rotateX(-91deg) translateZ(187px) translateY(70%);
    -webkit-transform: rotateX(-91deg) translateZ(187px) translateY(70%);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    overflow: hidden;
    background: #fff;
    opacity: 0;
}
.main__wf-inner .js-wf-body_tires {
    display: none;
    width: 100%;
    background: #ebebeb;
}
.main__wf-inner .js-wf-body_tires.wf-body_active {
    display: inherit;
}
.main__wf-inner .js-wf-body_tires {
    display: none;
    width: 100%;
    background: #ebebeb;
}
.main__wf-inner .js-wf-body_tires.wf-body_active {
    display: inherit;
}
.js-wf-body_tires.wf-body_active.disabled {
    position: absolute;
}
.js-wf-body_tires.wf-body_active.disabled:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.6);
}
.js-wf-body_discs.wf-body_active.disabled {
    position: absolute;
}
.js-wf-body_discs.wf-body_active.disabled:after {
    content: " ";
    position: absolute;
    background-color: rgba(255, 255, 255, 0.6);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.wf__body_primary .wf-col_small-double .wf-body__input {
    padding-bottom: 20px;
}


/*------------------------------------------start loading-----------------------------------*/

.loading-frame {
    position: absolute;
    top: 35%;
    left: 50%;
    display: none;
    z-index: 999;
}
.js-wf-body_tires.wf-body_active.disabled .loading-frame,
.js-wf-body_discs.wf-body_active.disabled .loading-frame {
    display: block;
    z-index: 999;
}
.loading-ring {
    width: 10px;
    height: 10px;
    margin: 0 auto;
    padding: 10px;
    border: 2px dashed #A626AA;
    border-radius: 100%;
}
.loading-frame .loading-ring {
    animation: loading 1.5s .3s cubic-bezier(.17, .37, .43, .67) infinite;
}
@keyframes loading {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
        border-color: #FFD216;
        width: 9px;
        height: 9px;
        padding: 9px;
    }
    100% {
        transform: rotate(360deg);
    }
}
/*------------------------------------------end loading-----------------------------------*/

.js-wf-body_discs {
    transform: rotateX(91deg) translateZ(149px) translateY(30%);
    -webkit-transform: rotateX(91deg) translateZ(149px) translateY(30%);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    opacity: 0;
    background: #fff;
}
.main__wf-inner .js-wf-body_discs {
    display: none;
    width: 100%;
    background: #ebebeb;
}
.main__wf-inner .js-wf-body_discs.wf-body_active {
    display: inherit;
}
.js-wf-body_car-model {
    transform: rotateX(-91deg) translateZ(-43px) translateY(-70%);
    -webkit-transform: rotateX(-91deg) translateZ(-43px) translateY(-70%);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    opacity: 0;
    background: #fff;
}
.main__wf-inner .js-wf-body_car-model {
    display: none;
    width: 100%;
    background: #ebebeb;
}
.main__wf-inner .js-wf-body_car-model.wf-body_active {
    display: inherit;
}
.wf__body_primary .js-wf-body_car-model {
    background: #fff url(/assets/f6d5f8f8/styles/../images/car.png) top right no-repeat;
}
.js-wf-body_tires.wf-body_active {
    transform: rotateX(0deg) translateZ(0px) translateY(0px);
    -webkit-transform: rotateX(0deg) translateZ(0px) translateY(0px);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    /*   opacity:0; */
}
.js-wf-body_discs.wf-body_active {
    transform: rotateX(0deg) translateZ(0px) translateY(0%);
    -webkit-transform: rotateX(0deg) translateZ(0px) translateY(0%);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    /*   opacity:0; */

    overflow: hidden;
    /* background: #fff; */
}
.js-wf-body_car-model.wf-body_active {
    transform: rotateX(0deg) translateZ(0px) translateY(0%);
    -webkit-transform: rotateX(0deg) translateZ(0px) translateY(0%);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    /*   opacity:0; */
    /* width: 100%; */
}
.wf__body_primary .js-wf-body_car-model .wf-row_even:first-child {
    display: block;
    position: relative;
    width: 60%;
}
.wf__body_primary .js-wf-body_car-model .wf-row>.wf-col>.wf-row:nth-child(2) {
    width: 60%;
    max-width: 100%;
}
.wf__body_primary .js-wf-body_car-model .wf-row_even:first-child .wf-col {
    display: block;
    position: relative;
}
.wf_primary {
    -webkit-perspective: 1000px;
    /*     -webkit-transform-style: preserve-3d; */
    /*     transform-style: preserve-3d; */
    /* overflow:hidden; */
}
.wf__tabs {
    /*   overflow: hidden; */
    /* z-index:9999; */
    /* display: none; */
}
.wf-body_active {
    position: absolute;
    /* z-index:9999; */

    opacity: 1;
    /*   -webkit-transform: scale(1, 1);  */
    /*   transform: scale(1, 1); */

    -webkit-transition: all .5s .25s, z-index 0s 0s;
    transition: all .5s .25s, z-index 0s 0s;
    transform: rotateX(0deg) translateZ(0px) translateY(0%);
    -webkit-transform: rotateX(0deg) translateZ(0px) translateY(0%);
    /*   backface-visibility: visible; */
}
.wf-body__filter {
    -webkit-transition: all .25s .25s, z-index 0s 0s;
    transition: all .25s .25s, z-index 0s 0s
}
.wf-body__filter_hidden {
    position: absolute;
    top: -9999px;
    z-index: -5;
    opacity: 0;
    overflow: hidden;
    -webkit-transform: scale(.75, .75);
    transform: scale(.75, .75);
    -webkit-transition: all .25s 0, z-index 0s .25s;
    transition: all .25s 0, z-index 0s .25s
}
.wf-body__image {
    display: inline-block
}
.wf-body__image:not(:last-child) {
    margin-bottom: 15px
}
.wf-body__image_disc-et {
    background-image: url(/assets/f6d5f8f8/styles/../images/sprite.png);
    background-position: -484px 0;
    width: 252px;
    height: 146px
}
.wf-body__image_disc-side {
    background-image: url(/assets/f6d5f8f8/styles/../images/sprite.png);
    background-position: -244px -202px;
    width: 111px;
    height: 111px
}
.wf-body__image_disc-top {
    background-image: url(/assets/f6d5f8f8/styles/../images/sprite.png);
    background-position: -219px -554px;
    width: 111px;
    height: 57px
}
.wf-body__image_tire-height {
    background-image: url(/assets/f6d5f8f8/styles/../images/sprite.png);
    background-position: 0 -202px;
    width: 236px;
    height: 152px
}
.wf-body__image_tire-side {
    background-image: url(/assets/f6d5f8f8/styles/../images/sprite.png);
    background-position: -363px -202px;
    width: 111px;
    height: 111px
}
.wf-body__image_tire-top {
    background-image: url(/assets/f6d5f8f8/styles/../images/sprite.png);
    background-position: -338px -554px;
    width: 111px;
    height: 57px
}
.wf-body_primary {
    border: 3px solid #FFD216
}
.wf-body__info {
    margin-top: -1em;
    margin-left: 1em
}
.wf-body__input {
    padding-bottom: 20px;
    color: #262324
}

.wf-body__input.studded_block{
    display:none;
}

.wf-col_small-double .wf-body__input {
    padding-bottom: 15px;
}
.wf-body__input .btn_wide {
    border: 2px solid #892488;
    padding: 10px;
}
.js-rear-tires .btn_wide,
.js-rear-discs .btn_wide {
    /* border: none; */
    padding: 11px;
    padding-left: 7px;
    text-align: left;
    text-transform: uppercase;
    /* display: block; */
    font-size: 0.85em;
}
/*.btn_rear-discs{
	border:2px solid #892488;
}
*/

.wf-body__input_checkbox {
    padding-top: 10px
}
.wf-body__heading {
    padding-bottom: 5px
}
.wf-body__help-heading {
    padding-bottom: 20px;
    display: none;
}
.wf-body__title,
.wf-body__title-btn {
    display: inline-block;
    padding-right: 0px;
    padding-left: 30px;
}

.wf-row.submit-section .wf-body__title-btn{
    padding-left:0;
    width:100%;
}

.wide__disks .wf-body__title-btn{
    padding-left: 0px;
    width: 46%;
}
.wide__disks .wf-body__title-btn:last-child{
    position:relative;
    text-align:right;
    float:right;
}
.wf-body__title-btn{}
.h5_regular {
    font-weight: 400;
    cursor: default;
}
.wf-body__title .h_upcase {
    cursor: text;
}
.wf-row {
    margin-left: -10px;
    margin-right: -10px;
    display: table;
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
    /* position: absolute; */
    /* bottom: 0; */
}
.wf__body_primary .wf-row {
    width: calc(90% - 15px);
}
.wf__body_primary .js-wf-body_discs .wf-row:first-child {
    width: calc(90% + 29px);
    max-width: 490px;
}
.wf-body__filter .wf-row>.wf-col>.wf-row:last-child {
    bottom: 38px;
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
    margin-left: -10px;
}
.wf__body_primary .wf-row>.wf-col>.wf-row:last-child {
    bottom: 14px;
    position: absolute;
    /*width: -webkit-calc(100% - 193px);
	width: calc(100% - 193px);
	margin-left: -10px;*/
    width: 96.5%;
}
.wf__body_primary .wf-row>.wf-col>.wf-row:nth-child(2) {
    /* max-width:288px;*/
    /* width:calc(100% - 50%);*/
    /* min-width:258px;*/

    width: 32.5%;
    max-width: 225px;
}
.wf__body_primary .js-wf-body_discs .wf-row>.wf-col>.wf-row:nth-child(2)>.wf-col:last-child {} .wf__body_primary .js-wf-body_discs .wf-row>.wf-col>.wf-row:nth-child(2)>.wf-col:nth-child(2) {} .wf__body_primary .js-wf-body_discs .wf-row>.wf-col>.wf-row:nth-child(2)>.wf-col:last-child {
                                                                                                                                                                                                    /* max-width:205px; */
                                                                                                                                                                                                }
.wf__body_primary .js-wf-body_tires .wf-row>.wf-col>.wf-row:nth-child(1)>.wf-col_small,
.wf__body_primary .js-wf-body_tires .wf-row>.wf-col>.wf-row:nth-child(1)>.wf-col {
    width: auto;
    min-width: 120px;
}
.wf__body_primary .js-wf-body_tires .wf-row>.wf-col>.wf-row:nth-child(3),
.wf__body_primary .js-wf-body_tires .wf-row>.wf-col>.wf-row:nth-child(4),
.wf__body_primary .js-wf-body_tires .wf-row>.wf-col>.wf-row:nth-child(5) {
    max-width: 67%;
}
.wf__body_primary .js-wf-body_tires .wf-row>.wf-col>.wf-row:nth-child(3) .wf-col:first-child,
.wf__body_primary .js-wf-body_tires .wf-row>.wf-col>.wf-row:nth-child(4) .wf-col:first-child,
.wf__body_primary .js-wf-body_tires .wf-row>.wf-col>.wf-row:nth-child(5) .wf-col:first-child {
    /* width:171px; */
    /* max-width:171px; */
}
.wf__body_primary .js-wf-body_tires .wf-row>.wf-col>.wf-row:nth-child(5) .wf-col:first-child {
    /*     display: none; */
}

.wf__body_primary .js-wf-body_tires .wf-row>.wf-col>.wf-row:nth-child(5) div.narrow_block{
    width:145px;
    display:inline-block;
}

.wf__body_primary .js-wf-body_tires .wf-row>.wf-col>.wf-row:nth-child(5) .wf-col.narrow_block:last-child{
    width:145px;
}
.wf__body_primary .js-wf-body_tires .wf-row>.wf-col>.wf-row:nth-child(5) .wf-col:last-child {
    margin-left: 1px;
}
.wf__body_primary .js-wf-body_tires .wf-row>.wf-col>.wf-row:nth-child(3) .wf-col:last-child,
.wf__body_primary .js-wf-body_tires .wf-row>.wf-col>.wf-row:nth-child(4) .wf-col:last-child,
.wf__body_primary .js-wf-body_tires .wf-row>.wf-col>.wf-row:nth-child(5) .wf-col:last-child {
    width: 200px;
    max-width: 200px;
}
@media screen and (min-width: 1600px) {
    .wf__body_primary .js-wf-body_tires .wf-row>.wf-col>.wf-row:nth-child(3),
    .wf__body_primary .js-wf-body_tires .wf-row>.wf-col>.wf-row:nth-child(4),
    .wf__body_primary .js-wf-body_tires .wf-row>.wf-col>.wf-row:nth-child(5) {
        /*     max-width:58%; */
    }
}
@media screen and (min-width: 1900px) {
    .feedback__item {
        width: 256px;
    }
}
.wf__body_primary .js-wf-body_tires .wf-row>.wf-col>.wf-row:nth-child(5)>.wf-col {
    /* border:1px solid black; */

    display: block;
    min-width: 145px;
    width: 50%;
    float: left;
}
.wf__body_primary .js-wf-body_tires .wf-row>.wf-col>.wf-row:nth-child(5)>.wf-col:first-child .wf-body__input .checkbox+label:after {
    /* margin: 0px 0px 3px -69px; */
}
.wf__body_primary .js-wf-body_tires .wf-row>.wf-col>.wf-row:nth-child(5)>.wf-col:first-child .wf-body__input.studded_block .checkbox+label:after {
    /* margin: 0px 0px 3px -106px; */
}
.wf__body_primary .js-wf-body_tires .wf-row>.wf-col>.wf-row:nth-child(3)>.wf-col:last-child {
    /* display:none; */
}
.wf__body_primary .js-wf-body_tires .wf-row>.wf-col>.wf-row:nth-child(2)>.wf-col:last-child {
    display: none;
}
.wf__body_primary .wf-row>.wf-col>.wf-row:nth-child(4)>.wf-col:last-child {
    /* display:block; */
    /* float:left; */
    /* position:relative; */
    /* top:-4px; */
    /* display: none; */
}
.wf__body_primary .wf-row>.wf-col>.wf-row:nth-child(4)>.wf-col:nth-child(2) {
    /* float:none; */
    /* position:relative; */
    /* display:block; */
}
/*.wf__body_primary .js-wf-body_discs .wf-row>.wf-col>.wf-row:last-child{
	bottom: 18px;
	position:absolute;
	width: -webkit-calc(100% - 193px);
	width: calc(100% - 193px);
	margin-left: -10px;
}*/

.js-wf-body_discs .wf-row > .wf-col > .wf-row:nth-child(2) > .wf-col_small {
    min-width: 145px;
}
.wf__body_primary .js-wf-body_discs .wf-row > .wf-col > .wf-row:nth-child(2) > .wf-col:last-child {
    min-width: 200px;
}
.wf-row_even {
    table-layout: fixed
}
.wf__body .js-wf-body_tires .wf-row .wf-col .wf-row .wf-col:nth-child(3) {
    min-width: 140px
}
.wf-col {
    padding-left: 10px;
    padding-right: 10px;
    display: table-cell;
    vertical-align: top;
}

.wf-row.submit-section .wf-col{
    width:50%;
}

.wf-col_bottom {
    vertical-align: bottom
}
.wf__body_primary .js-wf-body_discs .wf-col_bottom {
    vertical-align: bottom;
    /* width: 90%; */
    /* position:relative; */
    /*   float:none; */
    /*   clear:both; */
}
.wf-col_help {
    padding-left: 22px;
    padding-right: 12px;
    width: 149px
}
.wf-col_help-internal {
    width: 305px;
    text-align: right
}
.wf-col_right {
    text-align: right
}
.wf-col_small {
    width: 145px;
}
.wf-col_small_inner {
    width: 145px
}
.wf-col_small-double {
    min-width: 350px;
}
.wf-col_small-double_inner {
    width: 290px;
}
.wf-col_wheelset {
    padding: 0;
    padding-right: 0px;
    max-width: 68px;
    vertical-align: middle;
}
.wf-tab {
    white-space: nowrap;
    color: #535353;
    position: relative;
}
.wf-tab__icon {
    margin-right: 14px;
    display: inline-block;
    vertical-align: middle
}
.wf-tab__icon_car-model {
    background-image: url(/assets/f6d5f8f8/styles/../images/sprite.png);
    background-position: -135px -544px;
    width: 76px;
    height: 60px;
}
.wf-tab__icon_car-model:before {
    content: "";
    background-image: url(/assets/f6d5f8f8/styles/../images/sprite.png);
    background-position: -135px -604px;
    display: block;
    opacity: 0;
    position: absolute;
    width: 76px;
    height: 60px;
}
.wf-tab__icon_discs {
    background-image: url(/assets/f6d5f8f8/styles/../images/sprite.png);
    background-position: -68px -554px;
    /* background-position: -258px -194px; */

    width: 59px;
    height: 60px;
}
.wf-tab__icon_tires {
    background-image: url(/assets/f6d5f8f8/styles/../images/sprite.png);
    background-position: 0 -554px;
    width: 60px;
    height: 60px
}
.wf-tab__label {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    text-align: center;
    /* display: none; */
}
.wf_primary .wf-tab__label {
    font-size: 18px;
    /* padding-right: 10px; */
    /* right: -10px; */
}
.wf-tab__label-accent {
    display: block;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase
}
.wf-wheelset {
    background-image: url(/assets/f6d5f8f8/styles/../images/sprite.png);
    background-position: 0 -466px;
    width: 70px;
    height: 80px;
}
.wf-wheelset_inner-discs {
    margin-bottom: 20px
}
.wf {
    opacity: 1;
    transition: all .2s ease-in-out;
    max-height: 1000px;
}
.wf__collapsable-frame .wf__collapsable {
    visibility: hidden;
    margin-left: -15px;
    /* margin-bottom: 15px; */
    /* position: absolute; */
    /* right: 0; */
    /* float: right; */
    /* text-align: right; */
    /* width: 100%; */
}
.wf__collapsable-frame .wf__collapsable + label {
    font-size: 1.2em;
    right: 0;
    display: block;
    position: relative;
    width: auto;
}
.brands__filter .wf__collapsable-frame .wf__collapsable + label{
    height: 50px;
}
.brands__filter .wf__collapsable-frame .wf__collapsable + label:before,
.brands__filter .wf__collapsable-frame .wf__collapsable + label:after{
    bottom:0;
}
.wf__collapsable-frame .wf__collapsable + label:after,
.wf__collapsable-frame .wf__collapsable + label:before {
    /*     border: 1px solid #892488; */
    padding: 10px 0;
    /* margin:-10px 0; */

    position: absolute;
    float: right;
    right: 0;
    margin-top: -55px;
    z-index: 1;
    cursor: pointer;
}
.wf__collapsable-frame .wf__collapsable + label:after {
    content: attr(data-close);
    position: absolute;
    opacity: 1;
    margin-left: 0px;
    transition: all .2s ease-in-out;
}



.wf__collapsable-frame .wf__collapsable + label:before {
    content: attr(data-open);
    position: absolute;
    /*     left: 0px; */
    opacity: 0;
    transition: all .2s ease-in-out;
    background-color:#45B200;
    width:300px;
    text-align:center;
    color:#fff;
}

.main__wf-inner.modification__page{
    margin-top:-25px;
}

.modification__page .wf__collapsable:not(:checked) ~ .wf{
    padding-bottom:25px;
}

.modification__page .wf__collapsable-frame .wf__collapsable + label:before {
    width:280px;
    padding:8px 0;
    font-size:.8em;
    top:58px;
    text-transform:uppercase;
    background:none;
    color:#000;
    box-shadow:inset 0 0 0 3px #A626AA;
}

.modification__page .wf__collapsable-frame .wf__collapsable + label:after {
    margin-top:0;
}



.news-articles-selection .wf__collapsable-frame{
    margin-top:20px;
    margin-bottom:0px;
}


.wf__collapsable-frame .wf__collapsable:checked + label:before {
    opacity: 1;
}
.wf__collapsable-frame .wf__collapsable:checked + label:after {
    opacity: 0;
}
.wf__collapsable-frame .wf__collapsable:checked ~ .wf {
    opacity: 0;
    transition: all .2s ease-in-out;
    max-height: 0px;
    overflow: hidden;
}
.sticky-nav__submenu .wf__collapsable-frame .wf__collapsable + label {
    display:none;
}
.sticky-nav__submenu_active .wf__collapsable-frame .wf__collapsable:checked  ~ .wf{
    opacity: 1;
    min-height:1000px;
    transition:none;
}

.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
    margin-top: 1em;
    margin-bottom: 1em;
    text-transform: uppercase
}
.foot_desc-brand h3 {
    margin-bottom: 15px;
}
.wysiwyg_bottom {
    width: 90%;
    margin: 0 auto;
    position: relative;
}
.wysiwyg img~* {
    /* margin-left: 400px */
}
.wysiwyg img {
    /* margin-left: 0;*/
    /* width: 100%;*/
    /*max-width: 380px;*/
    /*float: left*/
}
.payment-img{
    filter:hue-rotate(-90deg);
}
.wysiwyg a {
    color: #0f7cf0;
    border-bottom: 1px solid currentColor;
}
.wysiwyg-article__img-left {
    margin-top: 5px;
}
.wysiwyg p {
    margin-top: .75em;
    margin-bottom: .75em;
}
.wysiwyg ul {
    margin-bottom: 20px;
    list-style-type: disc;
    list-style-position: inside
}
.wysiwyg li img {
    display: block;
    margin-bottom: 20px;
    float: none
}
.wysiwyg blockquote {
    margin-bottom: 40px;
    padding: 20px 30px 30px;
    background: #ebebeb
}
.wysiwyg blockquote::before {
    content: 'Важно';
    display: block;
    padding-top: .25em;
    padding-bottom: .75em;
    padding-left: 1.8em;
    background-image: url(/assets/f6d5f8f8/styles/../images/svg/1_logo_attention.svg);
    background-position: left .25em;
    background-repeat: no-repeat;
    background-size: 1.5em;
    text-transform: uppercase
}
.wysiwyg table.grid {
    table-layout: fixed;
    margin-bottom: 20px
}
.wysiwyg table.grid td {
    padding-right: 20px;
    vertical-align: top
}
.wysiwyg table:not(.grid) {
    width: 100%
}
.wysiwyg table:not(.grid) thead {
    color: #fff;
    font-weight: 700;
    background-color: #A626AA;
}
.wysiwyg table:not(.grid) thead tr:not(:only-child) {
    border-bottom: 3px solid #fff
}
.wysiwyg table:not(.grid) thead tr:last-child {
    border-bottom: none
}
.wysiwyg table:not(.grid) thead tr:not(:first-child) th {
    padding-top: .85em;
    padding-bottom: .85em
}
.wysiwyg table:not(.grid) tbody:not(:first-of-type) {
    border-top: 3px solid #b0b0b0
}
.wysiwyg table:not(.grid) tbody:last-child {
    border-bottom: 3px solid #b0b0b0
}
.wysiwyg table:not(.grid) tr {
    border-bottom: 1px solid #b0b0b0
}
.wysiwyg table:not(.grid) td,
.wysiwyg table:not(.grid) th {
    padding: 0.75em 1em;
    text-align: center;
}
.wysiwyg table:not(.grid) td:not(:only-child):first-child,
.wysiwyg table:not(.grid) th:not(:only-child):first-child {
    padding-left: 2em;
    font-weight: 700;
    text-align: left;
    width: 40%;
}
.wysiwyg table:not(.grid) td:not(:only-child):first-child.sub,
.wysiwyg table:not(.grid) th:not(:only-child):first-child.sub {
    padding-left: 4em;
    font-weight: 400
}
.wysiwyg button {
    position: relative;
    display: inline-block;
    padding: 12px 22px;
    color: inherit;
    font-family: 'Exo 2', Tahoma, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    background: 0 0;
    border: none;
    border-radius: 3px;
    box-shadow: inset 0 0 0 3px #FFD216;
    cursor: pointer;
    vertical-align: baseline;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.wysiwyg button.primary {
    color: #262324;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .75);
    text-transform: uppercase;
    background-color: #FFD216;
    background-image: -webkit-linear-gradient(top, #F7FF23, #fbba00);
    background-image: linear-gradient(to bottom, #F7FF23, #fbba00);
    border: none;
    box-shadow: inset 0 1px 0 #fff, inset 0 -2px 0 #9c7b01
}
.wysiwyg button.primary:active {
    background-image: none
}
.wysiwyg button.primary:active {
    box-shadow: inset 0 2px 0 #9c7b01, 0 1px 0 #fff
}
.wysiwyg__arrow {
    width: 15px;
    height: 35px;
    height: 15px;
    margin: -1px 5px -5px -9px;
    fill: #262324;
}
.wysiwyg__arrow.reverse{transform:rotate(180deg);margin:-1px 5px -4px 8px;}
p.wysiwyg__lead {
    margin-bottom: 30px;
    font-size: 1.2em
}
.wysiwyg__img-news_left {
    padding: 10px;
    float: left;
    padding-left: 0;
}
.wysiwyg__img-news_right {
    padding: 10px;
    float: right;
    padding-right: 0;
}
.wysiwyg__img-news_center {
    padding: 10px;
    float: none;
    margin: 0 auto;
    display: block;
}
.ya-rating {
    display: inline-block;
    padding: 0;
    font-size: 0
}
.ya-rating[data-rate="1"] .ya-rating__item:nth-child(1),
.ya-rating[data-rate="2"] .ya-rating__item:nth-child(1),
.ya-rating[data-rate="3"] .ya-rating__item:nth-child(1),
.ya-rating[data-rate="4"] .ya-rating__item:nth-child(1),
.ya-rating[data-rate="5"] .ya-rating__item:nth-child(1) {
    padding-left: 5px;
    background: #f99f47
}
.ya-rating[data-rate="1"] .ya-rating__item:nth-child(1):after,
.ya-rating[data-rate="2"] .ya-rating__item:nth-child(1):after,
.ya-rating[data-rate="3"] .ya-rating__item:nth-child(1):after,
.ya-rating[data-rate="4"] .ya-rating__item:nth-child(1):after,
.ya-rating[data-rate="5"] .ya-rating__item:nth-child(1):after {
    border-left-color: #f99f47
}
.ya-rating[data-rate="2"] .ya-rating__item:nth-child(2),
.ya-rating[data-rate="3"] .ya-rating__item:nth-child(2),
.ya-rating[data-rate="4"] .ya-rating__item:nth-child(2),
.ya-rating[data-rate="5"] .ya-rating__item:nth-child(2) {
    background: #f6c000
}
.ya-rating[data-rate="2"] .ya-rating__item:nth-child(2):after,
.ya-rating[data-rate="3"] .ya-rating__item:nth-child(2):after,
.ya-rating[data-rate="4"] .ya-rating__item:nth-child(2):after,
.ya-rating[data-rate="5"] .ya-rating__item:nth-child(2):after {
    border-left-color: #f6c000
}
.ya-rating[data-rate="3"] .ya-rating__item:nth-child(3),
.ya-rating[data-rate="4"] .ya-rating__item:nth-child(3),
.ya-rating[data-rate="5"] .ya-rating__item:nth-child(3) {
    background: #c1c710
}
.ya-rating[data-rate="3"] .ya-rating__item:nth-child(3):after,
.ya-rating[data-rate="4"] .ya-rating__item:nth-child(3):after,
.ya-rating[data-rate="5"] .ya-rating__item:nth-child(3):after {
    border-left-color: #c1c710
}
.ya-rating[data-rate="4"] .ya-rating__item:nth-child(4),
.ya-rating[data-rate="5"] .ya-rating__item:nth-child(4) {
    background: #8cb400
}
.ya-rating[data-rate="4"] .ya-rating__item:nth-child(4):after,
.ya-rating[data-rate="5"] .ya-rating__item:nth-child(4):after {
    border-left-color: #8cb400
}
.ya-rating[data-rate="5"] .ya-rating__item:nth-child(5) {
    background: #359e00
}
.ya-rating[data-rate="5"] .ya-rating__item:nth-child(5):after {
    border-left-color: #359e00
}
.ya-rating[data-rate="1"] .ya-rating__item:nth-child(1),
.ya-rating[data-rate="2"] .ya-rating__item:nth-child(2),
.ya-rating[data-rate="3"] .ya-rating__item:nth-child(3),
.ya-rating[data-rate="4"] .ya-rating__item:nth-child(4),
.ya-rating[data-rate="5"] .ya-rating__item:nth-child(5) {
    width: 25px;
    text-indent: 0
}
.ya-rating__item {
    position: relative;
    display: inline-block;
    width: 15px;
    margin-right: 0;
    padding-left: 8px;
    text-align: center;
    text-indent: -9999px;
    color: #fff;
    background: #eeece8;
    font-size: 11px;
    line-height: 18px
}
.ya-rating__item:after {
    top: 0;
    right: -5px;
    z-index: 2;
    border-width: 9px 0 9px 5px;
    border-color: transparent transparent transparent #eeece8
}
.ya-rating__item:after,
.ya-rating__item:before {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    content: '';
    border-style: solid;
    -moz-border-end-style: dotted
}
.ya-rating__item:before {
    top: -3px;
    right: -7px;
    z-index: 1;
    clip: rect(3px, 8px, 21px, 0);
    border-width: 12px 0 12px 7px;
    border-color: transparent transparent transparent rgba(255, 255, 255, .6)
}
.ya-rating__label {
    display: inline-block;
    padding-left: 15px;
    vertical-align: middle;
    color: #aaa
}
.ya-rating_variable_yes {
    cursor: pointer
}
.ya-rating_variable_yes[data-rate=""] .ya-rating__item {
    text-indent: 0
}
.ya-rating_size_l .ya-rating__item {
    font-size: 14px;
    line-height: 25px;
    width: 31px;
    height: 24px;
    background-color: #cfcfcf
}
.ya-rating_size_l .ya-rating__item:after {
    right: -5px;
    border-width: 12px 0 12px 5px;
    border-left-color: #cfcfcf
}
.ya-rating_size_l .ya-rating__item:before {
    top: -4px;
    right: -7px;
    clip: rect(3px, 8px, 28px, 0);
    border-width: 16px 0 16px 7px
}
.ya-rating[data-rate="1"].ya-rating_size_l .ya-rating__item:nth-child(1),
.ya-rating[data-rate="2"].ya-rating_size_l .ya-rating__item:nth-child(2),
.ya-rating[data-rate="3"].ya-rating_size_l .ya-rating__item:nth-child(3),
.ya-rating[data-rate="4"].ya-rating_size_l .ya-rating__item:nth-child(4),
.ya-rating[data-rate="5"].ya-rating_size_l .ya-rating__item:nth-child(5) {
    width: 31px
}
.ya-rating_size_l .ya-rating__label {
    font-size: 15px;
    vertical-align: baseline
}
.your-cars {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #fff;
    background-color: rgba(20, 20, 20, 0.9);
}
.your-cars__caption {
    text-transform: uppercase;
    font-weight: 700;
    /* color: gray; */
    /* background-color: rgba(255,255,255,0.7); */
    letter-spacing: 0.5px;
    width: 90%;
    /* position: relative; */
    /* width: 90% !important; */
    margin: 0 auto;
    text-align: center;
}
.your-cars__select {
    padding-top: 20px
}
.your-cars__label {
    margin-left: -1px;
    margin-bottom: 5px;
    font-weight: 700;
    text-transform: uppercase
}
.your-cars__label_personal {
    margin-left: 0;
    margin-top: 20px
}
.your-cars__list {
    margin-top: 14px;
    margin-bottom: 20px;
    text-align: left;
    width: 90%;
}
.your-cars__cancel,
.your-cars__submit {
    padding-top: 30px
}
.your-cars__inputs {
    padding-top: 20px
}
@media only screen and (min-resolution: 1.5dppx),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {
    .checkbox+label:before {
        /*     background-image: url(/assets/f6d5f8f8/styles/../images/checkbox@2x.png) */
    }
}
@media only screen and (min-device-pixel-ratio: 1.5) {
    #fancybox-loading,
    .fancybox-close,
    .fancybox-next span,
    .fancybox-prev span {
        /*     background-image: url(/assets/f6d5f8f8/styles/../scripts/libs/fancybox/source/fancybox_sprite@2x.png); */
        /*     background-size: 44px 152px */
    }
    #fancybox-loading div {
        /*     background-image: url(/assets/f6d5f8f8/styles/../scripts/libs/fancybox/source/fancybox_loading@2x.gif); */
        /*     background-size: 24px 24px */
    }
}
@media only screen and (min-width: 1399px) {
    .service__tab:after,
    .service__tab:before {
        position: absolute;
        /* content: ''; */
        top: -32px;
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-size: contain;
        /* width: -webkit-calc((100% - 1180px) / 2); */
        /* width: calc((100% - 1180px) / 2); */
        max-width: 362px;
        height: 578px;
        z-index: -1;
    }
}


.tabs__list_2-frame {
    top: -20px;
    margin-bottom: -95px;
    position: relative;
}
.tabs__list_2-frame input {
    visibility: hidden;
    display: none;
}
.tabs__list-models {
    margin-bottom: -40px;
    margin-top: 5px;
}
.tabs__list_2-frame label {
    cursor: pointer;
    font-size: 2.5em;
    font-weight: 700;
    color: #892488;
    z-index: 50;
}
.tabs__list_2-frame label:before,
.tabs__list_2-frame label:after {
    transition: all .3s ease-in-out;
}
.tabs__list_2-frame label:before {
    content: attr(data-burger);
    opacity: 1;
    position: relative;
}
.tabs__list_2-frame label:after {
    content: attr(data-cross);
    position: relative;
    left: -31px;
    opacity: 0;
}
.tabs__list_2-frame input:checked ~ label:after {
    opacity: 1;
}
.tabs__list_2-frame input:checked ~ label:before {
    opacity: 0;
}
.tabs__list_2-frame input:checked ~ ul li {
    left: 0px;
    z-index: 1;
}

.tabs__list_2-frame ul li {
    display: inline;
    margin-right: -120px;
    opacity: 0;
    position: relative;
    transition: all .2s ease-in-out;
    left: -25px;
    z-index: -1;
    background: #892488;
    padding: 8px;
    cursor: pointer;
    color: #000;
}
.tabs__list_2-frame ul li a {
    text-decoration: none;
    padding: 8px;
    transition: all .2s ease-in-out;
    color: #ebebeb;
    font-size: 0.8em;
    text-transform: uppercase;
}
.tabs__list_2-frame ul {
    margin-top: -36px;
    margin-left: 45px;
}


@media only screen and (min-width: 48em){




    .tabs__list_2-frame input:checked ~ ul li {
        animation: sub-menu .5s linear both;
        -webkit-animation: slide-menu .3s ease-in-out both;
    }
    .tabs__list_2-frame input:checked ~ ul li:nth-child(1) {
        animation-delay: 0s;
    }
    .tabs__list_2-frame input:checked ~ ul li:nth-child(2) {
        animation-delay: .1s;
    }
    .tabs__list_2-frame input:checked ~ ul li:nth-child(3) {
        animation-delay: .15s;
    }
    .tabs__list_2-frame input:checked ~ ul li:nth-child(4) {
        animation-delay: .2s;
    }
    .tabs__list_2-frame input:checked ~ ul li:nth-child(5) {
        animation-delay: .25s;
    }
    .tabs__list_2-frame input ~ ul li {
        animation: sub-menu-off .5s linear both;
        -webkit-animation: slide-menu-off .3s ease-in-out both;
    }
    @keyframes slide-menu-off {
        0% {
            opacity: 1;
            margin-right: 20px;
            padding: 8px 8px;
        }
        50% {
            opacity: 0.75;
            margin-right: -50px;
            padding: 8px 6px;
        }
        100% {
            opacity: 0;
            margin-right: -120px;
            padding: 8px 0px;
        }
    }
    @keyframes slide-menu {
        0% {
            opacity: 0;
            margin-right: -120px;
            padding: 8px 0px;
        }
        50% {
            opacity: 0.75;
            margin-right: -50px;
            padding: 8px 6px;
        }
        100% {
            opacity: 1;
            margin-right: 20px;
            padding: 8px 8px;
        }
    }
}
.ya-share2__badge {
    border-radius: 0px !important;
    background-color: #892488 !important;
}
.tabs_classic ul.tabs-list-model{
    display:none;
}
.mod_anchor {
    width: 1px;
    height: 1px;
    /*     border:1px solid black; */
    margin-top: -70px;
    padding-bottom: 70px;
}
.main-menu li:last-child {
    position: absolute;
    left: 0px;
    top: 0;
    width: 6.15%;
    height: auto;
    z-index: -1;
    /*   border-radius:3px; */

    background: #892488;
    border-top: 4px solid yellow;
    opacity: 0;
    transition: all 300ms ease-in-out;
}
.main-menu li.main-menu__tab {
    /*   z-index:9999; */
}
.main-menu li.main-menu__tab_active {
    border-top: 4px solid gray;
    z-index: 9999;
    background-color: #892488;
}
.main-menu .main-menu__wrap {
    z-index: 0;
    /* overflow:hidden; */
}
.main-menu li.active a {
    /*  cursor: default; */
}
.main-menu a {
    /*   display:block;  */
    /*   width:150px; */
    /*   font-size:16px;  */
    /*   line-height:40px;  */
    /*   color:#fff;  */
    /*   text-decoration:none; text-align:center; */
}
.main-menu a:focus {
    /*   color:#fff; */
}
.main-menu li:before {
    /*   border-left:1px solid black; */
    /*   position:absolute; */
    /*   height:100%; */
    /*   width:1px; */
    /*   background-color: black; */
    /*   content:' '; */
}
.main-menu li:after {
    /*   border-left:1px solid black; */
    /*   position:absolute; */
    /*   height:100%; */
    /*   width:1px; */
    /*   background-color: black; */
    /*   content:' '; */
}
.main-menu li {
    /*   border-left:1px solid black; */
}
.main-menu li:nth-child(2n+1) {
    /*  background:aliceblue;  */
    /*  opacity:.1; */
}
/*.main-menu li:nth-child(1),
.main-menu li:nth-child(1).main-menu__tab_active {width:6.3%;}

.main-menu li:nth-child(2),
.main-menu li:nth-child(2).main-menu__tab_active {width:10.7%;}

.main-menu li:nth-child(3),
.main-menu li:nth-child(3).main-menu__tab_active{width:8.7%;}

.main-menu li:nth-child(4),
.main-menu li:nth-child(4).main-menu__tab_active{width:8.7%;}

.main-menu li:nth-child(5),
.main-menu li:nth-child(5).main-menu__tab_active{width:6.9%;}

.main-menu li:nth-child(6),
.main-menu li:nth-child(6).main-menu__tab_active{width:15.7%;}

.main-menu li:nth-child(7),
.main-menu li:nth-child(7).main-menu__tab_active{width:14.95%;}

.main-menu li:nth-child(8),
.main-menu li:nth-child(8).main-menu__tab_active{width:18.75%;}

.main-menu li:nth-child(9),
.main-menu li:nth-child(9).main-menu__tab_active{width:9.15%;}*/

.frame__map-svg {
    /*         border: 1px solid #000; */
    display: block;
    /* width: 600px; */
    /* margin: 0 auto; */
    /* height: 90%; */

    min-height: 1px;
    /* transform: scale(0.45); */
    /* border: 1px solid; */

    position: relative;
    /* top: 0; */

    right: 0;
    left: 0;
    bottom: 0;
    /* border: 1px solid; */
}
.frame-point-svg {
    position: relative;
    display: block;
    /*         border: 2px solid green; */
    height: 130px;
    top: 5px;
    left: 5px;
    background: url(/assets/f6d5f8f8/styles/../images/map.png) 0 0 no-repeat;
    background-size: contain;
    /* border: 1px dotted red; */
    /* transform: scale(.45); */
}
.point__map-svg {
    position: absolute;
    width: 15px;

    height: 15px;
    /*         border: 1px solid #000; */
    border-radius: 10px;
    background-color: blueviolet;
    /*Определяем положение начальной точки*/

    left: 35px;
    bottom: 60px;
    z-index: 10;
    transform: scale(.45);
}
.frame__map-svg svg {
    position: absolute;
    width: 100%;
    height: 100%;
    /*     border: 1px solid #000; */
    overflow: visible;
    z-index: 1;
}
.frame__map-svg svg path {
    fill-opacity: 1;
    stroke: #999;
    /*     stroke-width: 2; */
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
    animation-name: draw;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    z-index: 1;
}
/*@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}*/

.frame__map-svg svg #path1 {
    animation-duration: 5s;
    animation-delay: 0s;
}
.frame__map-svg svg #path2 {
    animation-duration: 6s;
    animation-delay: 0.5s;
}
.frame__map-svg svg #path3 {
    animation-duration: 3s;
    animation-delay: 1s;
}
.frame__map-svg svg #path4 {
    animation-duration: 2s;
    animation-delay: 1.5s;
}
.frame__map-svg svg #path5 {
    animation-duration: 1.5s;
    animation-delay: 0.2s;
}
@keyframes draw {
    from {
        stroke-dashoffset: 1000;
    }
    to {
        stroke-dashoffset: 0;
    }
}
.frame__map-svg .svg2 {
    position: absolute;
    top: 0;
}
.frame__map-svg svg g {
    /*     display:none; */
    position: absolute;
    margin-top: -500px;
}
.back-to-top {
    display: none;
    position: fixed;
    bottom: 0.7vw;
    right: 1vw;
    width: 40px;
    height: 40px;
    cursor: pointer;
    overflow: hidden;
    z-index: 9999;
}
.back-to-top:after {
    content: '';
    border: 20px solid transparent;
    border-bottom: 25px solid #000;
    margin: 0 auto;
    display: table;
    position: relative;
    bottom: 5px;
}
.back-to-top:before {
    content: '';
    width: 40px;
    height: 40px;
    background: #555;
    display: block;
    position: absolute;
}
.back-to-top:after,
.back-to-top:before {
    transition: all .4s ease-in;
    opacity: 0.6;
}
#table-motable.motable__table table {
    margin-bottom: 25px;
}
#table-motable.motable__table strong {
    display: block;
    position: relative;
    padding: 7px 0;
}
#table-motable.motable__table table thead {
    background: #892488;
    color: #fff;
}
#table-motable.motable__table tbody td:nth-child(2n+1) {
    background: #ebebeb;
}
#table-motable.motable__table tbody td {
    padding: 7px;
    border-bottom: 1px solid #ddd;
    text-align: center;
    font-weight: 400;
}
#table-motable.motable__table table tbody {
    text-align: center;
}
#table-motable.motable__table table thead tr td {
    padding: 5px 10px;
    text-align: center;
}
.alphabet_nav {
    /*      position: fixed; */
    /*     top: 0; */
    /*     right: 0; */
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-flow: wrap row;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
    padding: .5rem;
    margin-top: 25px;
    /*     background: ghostwhite; */
}
.alphabet_nav a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: .5em;
    /*      border-radius: 8px; */
    font-size: 1.2em;
    line-height: 1;
    font-weight: 500;
    text-decoration: none;
    color: darkgray;
}
.alphabet_nav .active {
    background: #892488;
    color: white;
}
.modal-btn {
    background: #892488;
    color: whitesmoke;
    display: block;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    padding: 10px;
    cursor: pointer;
    right: 10px;
    position: relative;
    float: right;
}
/*MODAL*/

.modal-dialog .btn-close {
    color: #aaaaaa;
    font-size: 30px;
    text-decoration: none;
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    /* display: block; */
    /* overflow: hidden; */
}
.btn-close.overlay__close:after {
    position: absolute;
    /*         top: -1px; */
    left: 3px;
    top: -1px;
}
.btn-close:focus {
    color: #919191;
}
.modal-footer a {
    float: left;
    margin-left: 20px;
    margin-top: 10px;
    color: #2767A0;
    font-family: Tahoma;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    border-bottom: none;
    /*     display: inline-block; */
}
.modal-wrap:before {
    /*     content: ''; */
    /*     display: none; */
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 101;
    opacity: 0;
    z-index: -1;
    pointer-events: none;
    transition: all .2s ease-in-out;
    display: block;
}
.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 102;
    cursor: default;
}
.modal-open:checked ~ .modal-wrap:before,
.modal-open:checked ~ .modal-wrap .modal-overlay {
    display: block;
    content: '';
    opacity: 1;
    z-index: 999;
    pointer-events: auto;
}
.modal-open:checked ~ .modal-wrap .modal-dialog {
    /*     transform: translate(-50%, -50%); */
    /* position: fixed; */

    top: 50%;
}
.modal-dialog {
    background: #fefefe;
    border: #555 solid 1px;
    position: fixed;
    left: 50%;
    margin: 0 auto;
    top: -50%;
    margin-left: -40vw;
    margin-top: -45vh;
    /*         transform: translate(-50%, -150%); */
    transition: top .2s ease-in-out;
    width: 80vw;
    max-width: 1000px;
    z-index: 103000;
    height: 90vh;
    overflow: hidden;
}
.modal-body {
    padding: 20px;
    overflow-y: auto;
    height: auto;
    /* height: 100%; */

    position: absolute;
    /* display: block; */

    bottom: 80px;
    top: -80px;
    margin-top: 141px;
    /* padding-bottom: 80px; */
    /* box-sizing: border-box; */
}
.modal-body p {
    margin: 0
}
.modal-header,
.modal-footer {
    padding: 20px 20px;
}
.modal-header {
    border-bottom: #eaeaea solid 1px;
    height: 61px;
}
.modal-header h2 {
    font-size: 2rem;
    margin: 0;
    text-align: center;
}
.modal-footer {
    border: #eaeaea solid 1px;
    /* text-align: right */

    display: block;
    position: absolute;
    width: 100%;
    height: 80px;
    bottom: 0;
    /* background: #fff; */
}
.brand-list__column.flex-column a.autobrands-remove {
    display: none;
}
.modal input {
    width: 240px;
    padding: 7px;
    border: 2px solid #ccc;
    border-radius: 3px;
}
.modal input:focus {
    border: 2px solid #2271b3;
    outline: 0;
}
.b-order__oferta-pseudolink {
    border-bottom: 1px solid;
    cursor: pointer;
    transition: all .15s ease-in-out;
}
.dogovor-oferta__text {
    list-style: outside decimal;
    padding: 0 15px;
}
.dogovor-oferta__text-item {
    margin-bottom: 10px;
    text-indent: 5px;
}
.dogovor-oferta__text-item:last-child {
    margin-bottom: 0px;
}
.dogovor-oferta__text-item span {
    font-weight: 700;
}
.dogovor-oferta__text-item ul {
    list-style: square inside;
}
.over-off {
    overflow: hidden;
}
.checkbox__label.label_disposable span:after {
    content: "*";
    color: red;
    font-weight: 700;
    margin-left: 3px;
}
.b-order-form__row.btn_d input:checked+label span:after {
    color: inherit;
}

.mma_input,.mma_label{
    display:none;
}

.shipping-rf__review p{
    padding-bottom: 26px;
    text-indent:15px;

}

.shipping-rf__review ul{

    padding-left:30px;
    margin-bottom:26px;
}

.shipping-rf__review ul li{
    list-style-type:decimal;
    padding-bottom:10px;
    padding-left:5px;
}

.shiping_examples span{
    text-align:center;
    display: block;
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight: 700;
    color: #262324;
    padding-bottom: 15px;
}

.shipping-rf__list .list{
    list-style-position:outside;
    padding-left:30px;
    font-size: 16px;
    line-height: 1.2em;
    margin-top:5px;
}

.shipping-rf__list .list li{
    padding-bottom:10px;
    padding-left:5px;
}

.not_available-frame{
    background: none;
    color: #262324;
    border: none;
    margin-top: 55px;
}

.not_available-frame .btn_upcase {
    color:#fff;
}
.not_available-frame .btn_upcase:first-child {
    display: none;
}

.not_available-frame .btn_upcase:last-child {
    margin-top: -10px;
    display: block;
    position: relative;
    white-space: normal;
    line-height: 1.5em;
    padding: 12px;
    font-size: 1em;
    background: #45B200;
}

.not_available-frame .cost-calc__container{
    padding: 10px 0;
}

.not_available-desc{
    border: 5px solid;
    margin-bottom: 20px;
    margin-top: 5px;
}

.product-stats__row:nth-child(5) .tooltip_short p{
    width:400px;
    white-space: normal;
    min-height: 64px;
}

.product-stats__row:nth-child(4) .tooltip:after {
    /* border-bottom: 22px solid transparent; */
    /* border-top: 52px solid transparent; */
}

.cities-list-frame{display:none;}

@media only screen and (min-width:769px){

    .cities-list-frame{
        /* margin-top:50px; */
        display: block;
        position: absolute;
        /* margin-left: 100px; */
        /* margin-bottom: 50px; */
        top: 0;
        right: 0;
        z-index: 99;
        /* width: 100%; */
        /* text-align: center; */
    }
    .cities-list-frame input{
        display: none;
    }
    .cities-list-oppener{
        display: block;
        position: relative;
        margin-top: -15px;
        /* border:3px solid #a62a89; */
        width: 170px;
        font-size: 11px;
        text-align: center;
        padding: 10px 0;
        text-transform: uppercase;
        cursor: pointer;
        transition:all .1s ease-in-out;
        /* right: -12px; */
        float: right;
    }

    .cities-list-oppener img{width:24px;vertical-align:middle;opacity:0.5;}

    .cities-list-oppener span{
        padding: 2px;
        border-bottom:1px solid;
    }
    #cities:checked + label.cities-list-oppener{
        /* background: #a62a89; */
        /* color:#fff; */
    }

    .cities-list{
        width: 80%;
        height: 85vh;
        /* border: 1px solid #000; */
        background: #fff;
        top: -100vh;
        display: block;
        position: absolute;
        opacity: 0;
        z-index: -1;
        transition: all .15s ease-in-out;
        margin: 0 auto;
        left: 10%;
        /* padding: 15px; */
    }

    .cities-list-items-frame{
        /* height: 50%; */
        overflow:hidden;
        position: absolute;
        display:block;
        /* padding-right: 50px; */
        top: 110px;
        bottom: 75px;
        overflow-y: auto;
        width: 100%;
    }

    .cities-list-items{
        padding: 0 45px;
        line-height: 2;
        position:relative;
        -webkit-column-count:4;
        -moz-column-count:4;
        column-count:4
        overflow-y: auto;
    }


    .cities-list h4{
        text-align: center;
        margin-top: 24px;
        text-transform: uppercase;
        font-size: 1.5em;
        color: #262324;
    }

    .over-wrap label{
        width: 100%;
        height: 100%;
        position: fixed;
        display: block;
        border: 1px solid #000;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(0,0,0,.4);
        z-index: -1;
        opacity: 0;
        pointer-events:none;
        transition: all .15s ease-in-out;
    }

    #cities:checked ~ .over-wrap label {
        opacity: 1;
        z-index: 0;
        pointer-events: auto;
    }



    #cities:checked ~ .cities-list{
        display: block;
        top: 50px;
        opacity: 1;
        z-index: 1;
        position: fixed;
    }

    .cities-list-close{
        position: absolute;
        right: 0;
        display: block;
        margin-top: 5px;
        margin-right: 5px;
        cursor: pointer;
        display: block;
        /* 	  border: 1px solid #000; */
        /* 	  z-index: 1; */
    }
    .cities-list-close label{
        cursor: pointer;
        top: 5px;
        right: 5px;
    }

    .cities-list-item{
        white-space: pre;
        cursor: pointer;
        display: block;
        padding-left: 8px;
        transition:all .15s ease-in-out;

    }



    .cities-btn-close{
        position: absolute;
        bottom: 15px;
        width: 100px;
        /* 	  border: 1px solid #000; */
        text-align: center;
        left:50%;
        margin-left: -50px;
        padding: 10px 0;
        cursor: pointer;
        background:#892488;
        color:#fff;
        text-transform:uppercase;
        font-weight:700;
        letter-spacing:0.07em;
        transition:all .15s ease-in-out;
    }



    #user-city{
        /* text-transform:uppercase; */
        text-align:center;
        width:100%;
        /* float: right; */
    }

    .top-search-phone ul {
        text-align: center;
    }

    .first-letter{
        padding-left:26px;
        font-size:1.25em;
        font-weight:700;
        color:#0b89ff;
    }
    .h-slider.best-brands {
        display:block;
    }

}

@media only screen and (min-width:1295px){
    .cities-list-oppener{
        margin-top: -10px;
        margin-right:5%;
    }
}
@media only screen and (min-width:1500px){
    .cities-list-oppener{
        margin-top: -5px;
        margin-right:10%;
    }
}
@media only screen and (min-width:1800px){
    .cities-list-oppener{
        margin-right:11%;
    }
}

.alpha__nav-city{
    text-align:center;
    padding: 14px 0;
    /* margin-bottom:15px; */
    display:block;
    position:relative;
}
.alpha__nav-city a{
    border:2px solid #ebebeb;
    padding: 2px 7px;
    display:inline-block;
    transition: all .1s ease-in-out;

}

.wheel_catalog .product-h__thumbnail{
    width:200px;
    padding:0 10px;
}

.wheel_catalog .product-h__subtitle{
    display:none;
}
@media only screen and (min-width:1278px) and (max-width: 1367px){
    .product-h__rating{
        display:none;
    }
}

.alpha__nav-city a.select_nav{
    border:2px solid #A626AA;
    background:#A626AA;
    color:#fff;
    padding: 2px 7px;
    display:inline-block;

}

.dbi-strong{
    font-weight:700;
    padding:10px;
    font-size: 1.25em;
}
.bank-details__frame{
    padding:20px 0;
}

.bank-details__content hr{
    text-align: center;
    width: 90%;
    display: block;
    position: relative;
    margin: 0 auto;
    color: #A626AA;
}

.contacts-map{
    /* margin-bottom:-40px; */
}
.btn_off-stock{
    border:3px solid #A626AA;
    width:380px;
    float:none;
    display:block;
    margin:16px auto;

}
@media screen and (min-width:768px){
    .out-of-stock{
        display:block;
        margin-left:6px;
    }
    .out-of-stock::before{
        content:attr(data-close);
        display:block;
        position:absolute;
        margin-left:-15px;
        margin-top:1px;
    }
}

@media only screen and (max-width:1600px) and (min-width:1024px){
    .modification_catalog .view-switch__count{
        display:block;
        margin-top: -70px;
        position: absolute;
        right: 5%;
        width: auto;
        /* text-align: left; */
    }
}


.entry__wysiwyg-print,
.qr_code-print{
    display:none;
}

.product-vertical__advice{
    position:absolute;
    width: 70px;
    height: 70px;
    left: 0;
    margin-left: -10px;
    margin-top: 30px;
    background: url(/assets/f6d5f8f8/styles/../images/top-sale.png) no-repeat;
    background-size: 45px;
    cursor:default;
}
.product-vertical__advice svg{
    width: 70px;
    height: 70px;
    /* margin-top:10px; */
}

.props-advice{
    top: 80px;
}

.props-advice.h-advice{
    top: -30px;
    left: 180px;
}

.product-vertical__advice.modification__advice{
    top:0;
    left:9px;
}


.grid-error.full-grid{
    width:100%;
}
.grid-error.full-grid .wf__collapsable-label,
.main__wf-inner.main__wf-inner-model .wf__collapsable-label{
    display:none;
}
.main__wf-inner.main__wf-inner-model{
    min-height:inherit;
}
.main__wf-inner-model .wf__collapsable:checked ~ .wf.js-wf{
    opacity:1;
    max-height:inherit;
}
.site-error{
    text-align:center;
}
.site-error h1{
    padding:8px 0;
    margin-bottom:20px;
    font-size:38px
}
.site-error img{
    width:100%;
    height:200px;
    object-fit:contain;
    margin:10px 0;
}

.site-error p{
    padding:5px 0;
    font-size:18px;
}

.footer-nav__item.grid-module-2{
    width:auto;
}


.tires-list-frame{
    /* margin-top: 0; */
    /* display: block; */
    position: relative;
    /* margin-left: 0; */
    /* margin-bottom: 0; */
    margin: 0;
    padding: 19px 0 20px 0;
}
.tires-list-frame input{
    display: none;
}
.tires-list-oppener{
    display: inline-block;
    position: relative;
    /* margin-top:20px; */
    /* border:3px solid #a62a89; */
    width: auto;
    /* text-align: center; */
    /* padding: 10px 0; */
    /* text-transform: uppercase; */
    cursor: pointer;
    transition:all .1s ease-in-out;
    margin: 0;
}

.tires-list-oppener span{
    /* padding: 2px; */
    /* border-bottom:1px solid; */
}
#tires:checked + label.tires-list-oppener{
    /* background: #a62a89; */
    /* color:#fff; */
}

.tires-list{
    width: -webkit-calc(90vw - 340px);
    width: calc(90vw - 340px);
    height: 240px;
    /*   border: 1px solid #000; */
    background: #ebebeb;
    top: 0;
    position: absolute;
    opacity: 0;
    z-index: -1;
    transition: all .15s ease-in-out;
    margin-left: -100%;
    font-size:12px;
}

#disks ~ .tires-list{
    margin-left: calc(-200% - 5vw);
    width: -webkit-calc(95vw - 320px);
    width: calc(95vw - 320px);
}

.tires-list-items{
    padding-top: 10px;
    line-height: 1.5;
    display: block;
    text-align:center;
    /* -webkit-column-count:4; */
    /*   -moz-column-count:4; */
    /* column-count:4; */
}

.tires-list h4{
    text-align: center;
    display: block;
    /* position: absolute; */
    /* height: 20px; */
    /* width: 100px; */
    color: black;
    /* margin: 0; */
    /* padding: 0; */
    font-size: 18px;
}

#tires:checked ~ .over-wrap label,
#disks:checked ~ .over-wrap label {
    /* opacity: 1; */
    z-index: 0;
    pointer-events: auto;
}

.tires-list label{
    display: block;
}

#tires:checked ~ .tires-list,
#disks:checked ~ .tires-list{
    display: block;
    /* top:70px; */
    opacity: 1;
    z-index: 1;
}

.tires-list-close{
    /* position: absolute; */
    right: 5px;
    display: block;
    /* margin-top: 5px; */
    /* margin-right: 5px; */
    /* cursor: pointer; */
    /* display: block; */

    /*border: 1px solid #000;*/

    /*z-index: 1;*/
    top: 5px;
}


.tires-list-close label{
    cursor: pointer;
    font-size: 20px;
}

.tires-list-item{
    white-space: pre;
    cursor: pointer;
}
.tires-btn-close{
    position: absolute;
    bottom: 5px;
    width: 100px;
    border: 3px solid #892488;
    text-align: center;
    left:50%;
    margin-left: -50px;
    padding: 2px 0px;
    cursor: pointer;
    font-size: 16px;
    line-height: 2;
    transition:all .1s ease-in-out;
}

.tire-items{
    display:inline-table;
}

.footer-hidden__link.modlink{

}

.footer-hidden__link{
    display:block;
    position:relative;
    font-size:14px;
    padding: 0 7px;
}

.modlink-list{
    height:125px;
    overflow-y:auto;
}

.prepricing{
    text-align:right;
    display:block;
    margin-top:5px;
}
[class$='search-box']{
    display:none;
}

.product-h__specs-line{
    display:flex;
    justify-content:center;
    align-items:center;
}


.product-h__color{
    left: 5px;
    top: -1px;
    display: inline-block;
    position:relative;
}

.product-h__specs-line .product-h__color{
    top:3px;
}

[style*='color'][style*="#80ffff;"]{
    background-color:#ebebeb !important;
    background: #aeaeae;
    background: -moz-linear-gradient(-45deg, #aeaeae 35%, #c0c0c0 48%, #bababa 48%, #d9d9d9 59%);
    background: -webkit-linear-gradient(-45deg, #aeaeae 35%,#c0c0c0 48%,#bababa 48%,#d9d9d9 59%);
    background: linear-gradient(135deg, #aeaeae 35%,#c0c0c0 48%,#bababa 48%,#d9d9d9 59%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aeaeae', endColorstr='#d9d9d9',GradientType=1 );
}
[style*='color'][style*="#80ffff;"]:after{
    content:'Cr';
    font-size:10px;
    /*z-index:999;*/
    display:block;
    position:absolute;
    left:-18px;
    top:9.5px;
    font-weight:bold;
}
.color-checkbox__label[style*="#80ffff;"]:after{
    font-size:12px;
    left: 1px;
    top: 3px;
}
.color__list-item[style*="#80ffff;"]:after{
    left:1px;
    top:6px;
    font-size:12px;
}
.color-list__color[style*="#80ffff;"]:after{
    left:1px;
    top:6px;
    font-size:12px;
}
.color-list__color_small[style*="#80ffff;"]:after{
    left:-18px;
    top:9.5px;
    font-size:10px;
}
.product-stats-wheel [style*="#80ffff;"]:after{
    top:5px;
    left:-20px;
}

[style*='color'][style*='#8080ff']{
    background: #20a334;
    background: -moz-linear-gradient(-45deg, #20a334 8%, #ea5c2c 33%, #d5f72e 53%, #f72bff 72%, #8589f7 91%, #8f84f4 100%);
    background: -webkit-linear-gradient(-45deg, #20a334 8%,#ea5c2c 33%,#d5f72e 53%,#f72bff 72%,#8589f7 91%,#8f84f4 100%);
    background: linear-gradient(135deg, #20a334 8%,#ea5c2c 33%,#d5f72e 53%,#f72bff 72%,#8589f7 91%,#8f84f4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20a334', endColorstr='#8f84f4',GradientType=1 ));
}

.catalog .product-label__star{
    right:2px;
    position:relative;
    font-size:14px;
}
.catalog .product-h .product-label__star{
    right:0px;
}

.product-h .cart-product__sales-label.inline-label{opacity:0;}



.discount-module-2{
    max-width:230px;
}

.reviews{
    width:90%;
    display: block;
    position:relative;
    margin:0 auto;
}
[class*='reviews__']{
    display: inline-block;
    margin:0px;
    padding: 0;
    /* top: -100%; */
    position:relative;
    vertical-align: top;
}
.reviews__vk{
    width:50%;
}
.reviews__text{
    width:50%;
    padding:0 15px;
    margin: 0 -3px;
}
.delivery-title{
    padding-bottom:5px;
    display:block;
}

.delivery__regional-text{
    display:none;
    margin-top:5px;
}
.delivery__regional-text span{
    display:block;
    padding-bottom:5px;
}

.full-strong{
    font-weight:700;
}

@media only screen and (min-width:1024px){
    .vendor__text h2{
        margin-top:0em;
    }

    [class$='search-box']{
        display:block;
        position:absolute;
        height:42px;
        padding:10px 5px 6px 8px;
        font-size:1.2em;
        line-height:2.4em;
        border:3px solid #aaa;
        margin-top:-59px;
        margin-left:520px;
    }

    [class$='search-box']:focus,
    [class$='search-box']:focus:hover{
        border-color: #892488;
    }
    [class$='search-box']:hover{
        border-color: #A626AA;
    }

    .tires-search-box{
        margin-left:170px;
    }

}


/*PROMO SLIDER*/

.slide__parent{
    background: #fff;
    height: 417px;
    perspective: 1000px;
    overflow:hidden;
    font-family: "FordAntennaCond-Regular", Tahoma, sans-serif;
    letter-spacing:1px;
}
.slide__img-block{
    width: 100%;
    height: 145px;
}
.slide__figure{
    background: #892488;
    background: -moz-linear-gradient(left,  #892488 0%, #a626aa 100%);
    background: -webkit-linear-gradient(left,  #892488 0%,#a626aa 100%);
    background: linear-gradient(to right,  #892488 0%,#a626aa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#892488', endColorstr='#a626aa',GradientType=1 );
    width: 200%;
    height: calc(100% - 115px);
    bottom:-30px;
    left:-100px;
    position: absolute;
    transform: rotateY(35deg);
    z-index: 0;
}
.text-block{
    z-index: 1;
    display: block;
    position: relative;
}
.text-block [class*='slide__']{
    color:#fff;
    text-align: center;
    font-size: 12px;
    margin: 0;
    padding: 0;
    line-height: 1em;
}
.text-block [class*='slide__title']{
    text-transform: uppercase;
    font-size: 0.74em;
}
.slide-link{
    text-transform: none;
    text-decoration: none;
    font-size: 14px;
    color:#fff;
}
.text-block .slide__title-1 {
    font-size: 35px;
    margin-top: 15px;
}
.text-block .slide__title-2 {
    margin-bottom: 20px;
    padding: 5px;
}
.text-block [class*='slide__line']{
    padding: 5px;
}
.text-block .slide__line-1{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.3em;
    padding:0 0 7px 0;
}
.text-block .slide__line-2{
    font-size: 1.2em;
    font-weight: bold;
    padding-bottom: 7px;
    margin-bottom: 10px;
    margin-top:5px;
}
.slide-price{
    font-size: 1.35em;
}
.slide-price,
.slide-time{
    color:#ff3ff9;
}
.slide__line-6{
    top: 15px;
    position: relative;
    display: block;
    font-weight: bold;
}

.slide__img-block img{
    width:40%;
    position:relative;
    top:5px;
    margin:0 10px;
    padding:0;
}
.slide__img-block .image__left{
    float:left;
    top:0;
}
.slide__img-block .image__right{
    float:right;
    left:0;
}

.city-grid{
    width:90%;
}

.model-feedback{
    width:90%;
    margin:0 auto;
    padding-bottom:20px;
}
.feedback-section{
    width:50%;
    margin:20px -3px;
    display:inline-table;
    position:relative;
    vertical-align:middle;
}

.vk_feed{

}

.brand-logo{
    text-align:center;
}

#sale-block .product-vertical__rating{
    display:none;
}

.product-vertical__rating{
    top: -7px;
    position: relative;
}

#similar-block .product-vertical__rating.modification-rating{
    top: -12px;
    position: relative;
    width: 100%;
    display:block;
    height:35px;
}

.product-vertical__rating.modification-rating a{
    width:auto;
    display:inline-block;
}

.tire-model,
.wheel-model{
    text-align:center;
}

.model-rating{
    position:absolute;
    display:block;
}

.vertical-rating{
    margin-top:8px;
    margin-bottom:-2px;
}

.rating-frame {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    text-align: center;
    top:30px;
}

.fast__preview .rating-frame {
    position: absolute;
    display: block;
    width: 100%;
    height: 50px;
    text-align: center;
    top:50px;
    left:70%;
}

.fast__preview .thumbs__control{
    display:none;
}

.description-sale-block {
    margin: 0;
    padding: 5px 28px 20px;
}

.description__block{
    display:block;
    margin-top:0
}

.description__block_img{
    display:inline-block;
    width:300px;
    max-width:300px;
    vertical-align: top;
}

.select__modification-block{
    width:50%
}

.description__block_text{
    display:inline-block;
    width: -webkit-calc(100% - 310px);
    vertical-align: top;
    margin-top:35px;
    padding-right:25px;
}

.tire-size__list-link.active{
    background:#892488;
    color:#fff;
    cursor:default;
    border-color:#892488;
}


@media only screen and (max-width:1800px) and (min-width:1600px){
    .slide__img-block img{
        width:35%;
        margin:0 15px;
    }
}

@media only screen and (max-width:2500px) and (min-width:1900px){
    .slide__img-block img{
        width:30%;
        margin:0 35px;
    }
}

body.pjax-loaded .main {position: relative;}
body.pjax-loaded .main:before {
    content: ' ';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.5);
    z-index: 1000;
}

.sc-group__item{
    margin-right:3px;
    border-bottom:2px solid #ebebeb;
}
.sc-group__item:last-child{
    border:none;
}

.sc-model__front{
    /* float:left; */
    text-align: left;
}

.auto__switch{
    position: absolute;
    display: inline-block;
    margin-top:-50px;
    display: none;
}
.auto__switch.tire{
    left:5%;
}

.auto__switch.disk{
    left:5%;
    left:calc(5% + 50px);
    left:-webkit-calc(5% + 50px);
}

.size-chart__table{
    /* overflow-x: hidden; */
    /* overflow-y: visible; */
    overflow: hidden;
    display: block;
    position: relative;
    /* padding-top: 85px; */
}
.size-chart__tires,
.size-chart__discs{
    /*     transition:all .3s ease-in-out; */
    position:relative;
    background:#fff;

}
.auto__switch.tire:after{
    content:'tire';
    margin-left:15px
}
.auto__switch.disk:after{
    content:'disk';
    margin-left:15px
}

.auto__switch.tire:not(:checked)~ .size-chart__tires{
    /* margin-left:-50%; */
    display: none;
}
.auto__switch.disk:not(:checked)~ .size-chart__discs{
    /* right: 55%; */
    position:relative;
    z-index:0;
    /* transition:all .3s ease-in-out; */
    /* top: -100%; */
    display: none;
    padding-top: 0;
}

.auto__switch.disk:not(:checked) ~ .car__block > .find__sizes.wheels{
    display:none;
}
.auto__switch.tire:not(:checked) ~ .car__block > .find__sizes.tires{
    display:none;
}

.auto__switch.all:checked ~ .car__block > .find__sizes.wheels{
    display:block;
}
.auto__switch.all:checked ~ .car__block > .find__sizes.tires{
    display:block;
}

.auto__switch.all:checked ~ .size-chart__discs, .auto__switch.all:checked ~  .size-chart__tires {
    min-height: 50px;
}

.find__sizes{
    padding-top:20px;
}

.auto__switch.all:checked ~ [class*="size-chart__"]{
    /*margin-left:0%;*/
    /*right:0;*/
    display:block;

}

.size-chart__attention > div[class*="size-chart__attention"]{
    padding-top:0;
    /*display:none;*/
}
.size-chart__attention {
    display:none;
}

.auto__switch.all:checked ~ .car__block .size-chart__attention {
    display:block;
}

.size-chart [class*="size-chart__"]{
    padding-top: 50px;
}

.size-chart .size-chart__table{
    padding-top:0;
}

.tire-image, .wheel-image{
    transition:all .15s ease-in-out;
}
.auto__switch.tire:checked ~.tire-image,
.auto__switch.disk:checked ~.wheel-image{
    opacity:1;
}

.size-chart__discs{
    right:0;
    z-index:0;
}
.size-chart__tires{
    z-index:1;
}

.auto__switch-label{
    position:absolute;
    margin-top: -55px;
    border: 3px solid #A626AA;
    padding: 15px 15px 14px 15px;
    width: 85px;
    cursor:pointer;
    text-align:center;
    transition:all .15s ease-in-out;
    z-index: 2;
    /* font-size: 14px; */
    font-weight: 700;
    text-transform: uppercase;
}



.auto-tire__switch,
.auto-all__switch{
    border-right:none;
}
.auto-tire__switch{
    margin-left: 85px;
}
.auto-disk__switch{
    margin-left: 170px;
}

.auto__switch:not(:checked)+label{

}
.auto__switch:checked+label{
    background:#A626AA;
    color:#fff;

}
.auto-disk__switch:checked+label,
.auto-tire__switch:checked+label{
    border-left:2px solid #892488;
}





.aside-filter__item {
    position: relative;
}
.aside-filter__item_overflow {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

#btn-order{
    min-width:320px;
}






#btn-order.complete,
.buy_btn.complete{
    cursor:default;
    background:#892488;
    color: #fff;
    box-shadow: none;
}

#btn-order:before,
.buy_btn:before{
    content:attr(data-send);

}

#btn-order.complete:after,
.buy_btn.complete:after{
    content:attr(data-sent);
    /* padding-left: 25px; */
}

#btn-order.complete:before,
.buy_btn.complete:before{
    content:'';
    border-radius:100%;
    border:2px dotted #fff;
    width: 1.2em;
    height: 1.2em;
    display: block;
    margin-top: -.3em;
    position: absolute;
    animation: order-spin 4s linear infinite;
}

@-webkit-keyframes order-spin{
    0%{
        transform:rotate(0deg);
        border-color:#fff;
        left:5%;

    }

    50%{
        transform:rotate(180deg);
        border-color:#F7FF23;
        left:25%;
    }
    100%{
        transform:rotate(0deg);
        border-color:#fff;
        left:5%;
    }
}
.regional__block_frame{

    background: url(/assets/f6d5f8f8/styles/../images/content/delivery-2.jpg) center center no-repeat #ebebeb;
    background-size:cover;
    display:block;
    position:relative;
    position:fixed;
    z-index:999;
    width:100%;
    top:0;
    height:300px;
    box-shadow:0 0 10px 5px black;
}

.regional__block{
    position:absolute;
    display:block;
    width:30%;
    height:300px;
    /* top:calc(50% - 100px); */
    left:15%;

    /*transform:translate(50%,50%);*/
    background:rgba(0,0,0,.95);
    z-index:999;
    color:#fff;
    padding:35px;
}

@media screen and (max-width: 768px) {
    .regional__block{
        left:0;
        top:0;
        width:100%;
    }

}

.regional__small{
    display:block;
    text-align:center;
    padding-bottom:25px;
}

.regional__btn-close{
    display:block;
    margin:0 auto;
    border:none;
    padding: 8px 15px;
    text-transform:uppercase;
    background-color:#A626AA;
    color:#fff;
    transition:all .15s ease-in-out;
    box-shadow:0 0 0 0 black;
}


.regional__title{
    position:relative;
    display:block;
    text-align:center;
    text-transform:uppercase;
    font-size:2.5em;
    font-weight:700;
    letter-spacing:.15em;
    /*color:#F7FF23;*/
    padding-bottom:25px;

}

.regional__text{
    display:block;
    text-align:left;
    padding-bottom:15px;
    font-size: 1.5em;
    line-height:1.5em;
    text-align: center;
    text-transform: uppercase;
    font-weight:700;
    letter-spacing:.15em;
}
.regional__text small{
    top:-4px;
    position:relative;
}


.regional__close.overlay__close {
    top: 6px;
    right: 4px;
    width: 20px;
    height: 20px;
    background: none;
    font-size: 1.25em;
    color:#fff;
}


.auto__selection_text{
    width:90%;
}

.reset__button{
    font-family: 'Exo 2', Tahoma, sans-serif;
    border:none;
    outline:none;
    box-shadow:none;
    background:#fff;
    height:36px;
    width: 100%;
    display:block;
    padding: 9px 10px;
    /*background-color: #ebebeb;*/
    text-transform:uppercase;
    font-weight:700;
    cursor: pointer;
    transition: all .15s ease-in-out;
}





.reset__button:before{
    content:attr(data-reset);
}
.reset__button:disabled:before{
    content:attr(data-disabled);
}

.icon_aside-menu-icon{
    position:absolute;
    right:15px;
    margin-top:-20px;
    transform:rotateZ(-90deg);
    transition:all .3s ease-in-out;
    display: none;
}

.aside-filter__block.active .icon_aside-menu-icon{
    transform:rotateZ(0deg);
}

.note-info__title-frame svg.icon{
    top:0;
    margin-right:3px;
}

.posts__container .note-info__title-frame svg.icon{
    /* margin-top:-20px; */
    top: 27px;
}

.catalog__item .grid-module-2{
    /* overflow:hidden; */
    padding-top:13px;
}


.product-vertical{
    perspective: 400px;
}

.liked-container.product-vertical{
    text-align:left;
    margin-top: 40px;
}

.liked-container.product-vertical,
.liked-container.product-vertical:hover{
    border:none;
    box-shadow:none;
}

.product-vertical__fast_view {
    position: absolute;
    background: rgba(250, 250, 250, 1);
    background:#A626AA;
    color: #262324;
    color: #fff;
    line-height: 1.5;
    text-transform: uppercase;
    height: 30px;
    margin-top: 138px;
    /*padding:0 15px;*/
    width: calc(100% - 6px);
    width:90%;
    left:5%;
    z-index: 1;
    cursor:pointer;
    /* top:-100%; */
    transition: background .2s ease-in-out;
    /*transition: all .2s ease-in-out;*/
    display: none;
    /*opacity:0;*/
    /*-webkit-transform: rotate3d(1, 1, 0, 90deg);*/
    transform: rotate3d(1, 0, 0, 90deg);
    /*height:100%;*/
}

.disks .product-vertical__fast_view{
    margin-top:203px
}




.out-right .product-vertical__fast_view{
    display:block;
    /*top:0;*/
    opacity:0;
    transition: opacity .1s .15s linear;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    animation: out-right 200ms linear 0ms 1 forwards;
}

.out-left .product-vertical__fast_view{
    display:block;
    /*top:0;*/
    opacity:0;
    transition: opacity .1s .15s linear;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    animation: out-left 200ms linear 0ms 1 forwards;
}

.in-right .product-vertical__fast_view{
    display:block;
    /*top:0;*/
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    animation: in-right 200ms linear 0ms 1 forwards;
}

.in-left .product-vertical__fast_view{
    display:block;
    /*top:0;*/
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    animation: in-left 200ms linear 0ms 1 forwards;
}

/*@-webkit-keyframes out-right {
  from {left:0;}
  to {left:100%;}
}
@-webkit-keyframes out-left {
  from {left:0;}
  to {left:-100%;}
}
@-webkit-keyframes in-right {
  from {left:100%;}
  to {left:0%;}
}
@-webkit-keyframes in-left {
  from {left:-100%;}
  to {left:0;}
}*/


.in-top .product-vertical__fast_view{
    display:block;
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    animation: in-top 200ms linear 0ms 1 forwards;
}
.in-bottom .product-vertical__fast_view{
    display:block;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    animation: in-bottom 200ms linear 0ms 1 forwards;
}
.out-top .product-vertical__fast_view{
    display:block;
    opacity:0;
    transition: opacity .1s .15s linear;
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    animation: out-top 200ms linear 0ms 1 forwards;
}
.out-bottom .product-vertical__fast_view{
    display:block;
    opacity:0;
    transition: opacity .1s .15s linear;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    animation: out-bottom 200ms linear 0ms 1 forwards;
}

/*@-webkit-keyframes in-top {
  from {top:-100%;}
  to {top:0;}
}
@-webkit-keyframes in-bottom {
  from {top:100%;}
  to {top:0;}
}
@-webkit-keyframes out-top {
  from {top:0%;}
  to {top:-100%;}
}
@-webkit-keyframes out-bottom {
  from {top:0%;}
  to {top:100%;}
}*/

@keyframes in-top {
    from {
        transform: rotate3d(-1, 0, 0, 90deg);
    }
    to {
        transform: rotate3d(0, 0, 0, 0deg);
    }
}
@keyframes in-right {
    from {
        transform: rotate3d(0, -1, 0, 90deg);
    }
    to {
        transform: rotate3d(0, 0, 0, 0deg);
    }
}
@keyframes in-bottom {
    from {
        transform: rotate3d(1, 0, 0, 90deg);
    }
    to {
        transform: rotate3d(0, 0, 0, 0deg);
    }
}
@keyframes in-left {
    from {
        transform: rotate3d(0, 1, 0, 90deg);
    }
    to {
        transform: rotate3d(0, 0, 0, 0deg);
    }
}
@keyframes out-top {
    from {
        transform: rotate3d(0, 0, 0, 0deg);
    }
    to {
        transform: rotate3d(-1, 0, 0, 100deg);
    }
}
@keyframes out-right {
    from {
        transform: rotate3d(0, 0, 0, 0deg);
    }
    to {
        transform: rotate3d(0, -1, 0, 106deg);
    }
}
@keyframes out-bottom {
    from {
        transform: rotate3d(0, 0, 0, 0deg);
    }
    to {
        transform: rotate3d(1, 0, 0, 88deg);
    }
}
@keyframes out-left {
    from {
        transform: rotate3d(0, 0, 0, 0deg);
    }
    to {
        transform: rotate3d(0, 1, 0, 106deg);
    }
}



.product-vertical__fast_view:before {
    content: "";
    width: 1%;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}
.product-vertical__fast_view:after {
    content: "";
    border: 3px solid #A626AA;
    position: absolute;
    width:100%;
    top: 0px;
    bottom: 0px;
    left: -3px;
    right: 0px;
}





.product-vertical__fast_view span {
    display: inline;
    vertical-align: middle;
    width: 100%;
    margin: 0 auto;
    z-index: 1;
    text-align: center;
    /*padding:5px 30px;*/
    /*border: 2px solid #A626AA;*/
}

.aside-filter__block.check-in:before,
.aside-filter__block.select-in:before{
    content:attr(data-count);
    position:absolute;
    display:block;
    margin-top:11px;
    font-size:.7em;
    line-height:1.5em;
    right:45px;
    color:#fff;
    background:#45b200;
    border-radius:50%;
    width:1.5em;
    height:1.5em;
    text-align:center;
    box-shadow:0 0 .5px .5px #45b200;
}

.aside-filter__block.select-in:before{
    content:'';
}

@media only screen and (min-width:1366px){
    .main__catalog > .cols > .grid-module-2 {
        position:relative;
        width:20%;
        min-width:230px;
    }
    .main__aside{
        background:#fff;
    }

    .posts__container{
        z-index:0;
        /* margin-bottom:36px; */
    }
    .main__aside_container{
        /* z-index:1; */
        /* height: calc(100vh - 85px); */
    }
    .main__aside_container.full-container{
        height:100%;
        overflow:hidden;
    }

    .main__aside_container[style*="bottom"]{
        /*height: auto;*/
    }
    .main__aside_container[style*="bottom"] .posts__container{
        /* margin-bottom:20px; */
    }
    .main__aside_container.is_stuck{
        /* overflow:auto; */
    }

    .main__aside_container::-webkit-scrollbar { width: 0; }
    .main__aside_container {
        -ms-overflow-style: none;
        overflow: -moz-scrollbars-none;
        /* overflow:auto; */
    }
}

.to_tire-or-wheel__link{
    border:2px solid #A626AA;
    width:90%;
    display:block;
    color:#262324;
    text-align:center;
    padding:6px 0;
    margin:0 auto;
    transition:all .15s ease-in-out;
}




.to_tire-or-wheel{
    padding-bottom: 14px;
}

.catalog__modal-overlay{
    position:fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background:rgba(0,0,0,.8);
    z-index:999;
}

.catalog__modal-frame{
    position:fixed;
    display:block;
    width:70%;
    height:80%;
    overflow:hidden;
    overflow-y:auto;
    top:10%;
    background:#fff;
    z-index:9999;
    /*transform:translate(25%,0%);*/
    left:15%;
    padding: 30px 60px;
    display: flex;
    flex-direction: column;
}
.catalog__modal-container{
    position:fixed;
    width:70%;
    height: 80%;
    top:10%;
    left:15%;
    z-index:9999;
}
.catalog__modal-container .overlay__close{
    z-index: 99999;
    right:25px;
    top:10px;
    z-index: 999999;
}




.catalog__modal-frame .product-gallery__img-wrap{
    cursor:default;
}
.catalog__modal-container .product-gallery__nav-img{
    will-change:unset;
}
.catalog__modal-container hr{
    /* height:30px;
     box-shadow:none;
     border:none;
     background:yellow;
     position:fixed;
     left:0;
     margin-top:-30px;
     width:calc(100% - 25px);
     z-index:999;
     background: #fff;
     background: -moz-linear-gradient(top,  #fff 0%, rgba(255,255,255,.85) 50%, rgba(255,255,255, 0) 100%);
     background: -webkit-linear-gradient(top,  #fff 0%,rgba(255,255,255,.85) 50%,rgba(255,255,255, 0) 100%);
     background: linear-gradient(to bottom,  #fff 0%,rgba(255,255,255,.85) 50%,rgba(255,255,255, 0) 100%);*/
}

.fast__preview small{
    margin-top:15px;
    text-align:center;
}

.tabs__list-mobile{
    display:none
}

.catalog__modal-frame .product-stats__row:nth-child(3) .tooltip_short p{
    width:auto;
    min-width:200px
}

.catalog__modal-info{
    display:block;
    position:relative;
    /* min-height:200px; */
    flex: 1;
}
.catalog__modal-bottom{
    text-align:center;
}
.catalog__modal-more,
.catalog__modal-cart,
.catalog__modal-close{
    width:150px;
    display:inline-block;
    position:relative;
    padding:0;
    margin:0 5px;
}
.catalog__modal-cart{
    top:-2px;
}

.catalog__modal-cart span{
    position:relative;
    top:2px;
}

.catalog__modal-switch{
    z-index:99999 !important;
}
.catalog__modal-switch.disabled{
    display:none;
}
.catalog__modal-next.fancybox-next{
    right:-70px;
}

.catalog__modal-prev.fancybox-prev{
    left:-70px;
}

.loader{
    width: 54px;
    height: 54px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left:-32px;
    padding: 22px;
    border: 3px dashed #A626AA;
    border-radius: 100%;
    animation: loader 1.5s .3s cubic-bezier(.17, .37, .43, .67) infinite;
}
@keyframes loader {
0 {
    transform: rotate(0deg);
}
50% {
    transform: rotate(180deg);
    border-color: #FFD216;
    width: 58px;
    height: 58px;
    padding: 28px;
}
100% {
    transform: rotate(360deg);
}
}



.wf__collapsable-frame.submenu__selection{
    padding-top: 30px;
    padding-bottom: 80px;
    color: #fff;
    background-color: rgba(20, 20, 20, 0.9);
    /* height:400px; */
}

.submenu__selection .wf{
    width:90%;
    margin:0 auto;
//padding-top:50px;
    height: 100%;
}

.submenu__selection .wf__body{
    height: auto;
    background: none;
    position: relative;
    border: none;
    width: 100%;
    display:none;
}

.submenu__selection .wf__tabs.active + .wf__body{
    border:3px solid #A626AA;
    border-top:none;
    display: table;
}

.submenu__selection .js-wf-body_car-model{
    height:130px;
    transition:none;
}
.submenu__selection .js-wf-body_tires{
//height:190px;
    transition:none;
}
.submenu__selection .js-wf-body_discs{
    height: 220px;
    transition:none;
}

.submenu__selection div.wf-body {
    transform:none;
    opacity:0;
    bottom:-50px;
    transition:all .25s ease-in-out;
}

.submenu__selection div.wf-body:not(.wf-body_active){
    z-index:-1;
}

.submenu__selection div.wf-body.wf-body_active {
    display:inherit;
    position: relative;
    opacity:1;
    width: 100%;
    height:auto;
    z-index:1;
}

.submenu__selection .wf__body::after,
.submenu__selection .wf__body::before,
.submenu__selection .wf__tabs_primary::before,
.submenu__selection .wf__tabs::before
{
    display:none;
}
.submenu__selection .wf__tabs{
    text-align:center;
    margin: 0;
    display: block;
    margin-right:1px;
}

/*.submenu__selection .wf__tabs .wf__tab{
    background:rgba(100,100,100,.9);
    display:inline-block;
    position:relative;
    width:30%;
    margin:0 1%;
    transition:all .25s ease-in-out;
}*/
.submenu__selection .wf__tabs .wf__tab{
    background:rgba(100,100,100,.9);
    display:inline-block;
    position:relative;
    width:30%;
    height:150px;
    text-align:center;
    padding: 0;
    margin:0 1%;
    margin-top:50px;
    transition:all .25s ease-in-out;
}

.submenu__selection .wf__tabs .wf-tab__label{
    display:block;
    color:#fff;
    top:80px;
    position:absolute;
    width:100%;
    padding-left:0;
    transition:all .25s ease-in-out;
}

.submenu__selection .wf__tabs .wf-tab__icon{
    margin:0;
    position:absolute;
    left:50%;
    top:10px;
    transition:all .25s ease-in-out;
}




.submenu__selection .wf__tabs:not(.active) .wf__tab{
    border:none
}

.submenu__selection .wf__tabs:not(.active) .wf__tab{
    background:rgba(137, 36, 136, 0.7);
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px #fff;
}




/**/
.submenu__selection .wf__tabs.active .wf__tab{
    background:rgba(100,100,100,.9);
    display:inline-block;
    position:relative;
    width:calc(100%/3);
    height:100px;
    text-align:center;
    padding: 0;
    margin:0 -2px;
    margin-top: 20px;
}
.submenu__selection .wf__tabs.active .wf__tab.wf__tab_active{
    background:#fff;
}







.submenu__selection .wf__tabs.active .wf__tab:not(.wf__tab_active){
    border-bottom:3px solid #A626AA;
}

.submenu__selection .wf__tabs.active .wf__tab.wf__tab_active  *{
    color:#000;
}



.submenu__selection .wf__tabs.active .wf-tab__label{
    display:block;
    color:#fff;
    top:18px;
    position:absolute;
    width:100%;
    padding-left: 80px;
}

.submenu__selection .wf__tabs.active .wf-tab__icon{
    margin:0;
    position:absolute;
    left:50%;
    top:10px;
}





.menu-selection__close-button{
    background:#892488;
    left:50%;
    width:110px;
    margin-left:-55px;
    top:40px;
    text-transform:uppercase;
    padding-left:30px;
    transition:all .25s ease-in-out;
}

.menu-selection__close-button.to-right{
    background:#555;
    left:95%;
    margin-left:-110px;
}

.menu-selection__close-button:before{
    content:"\2715";
    padding:0;
    margin:0;
    position:absolute;
    display:inline-block;
    left:12px;

}

.submenu__selection .wf__tabs .wf-tab__icon_car-model{
    margin-left:-38px;
}
.submenu__selection .wf__tabs .wf-tab__icon_tires{
    margin-left:-30px;
}
.submenu__selection .wf__tabs .wf-tab__icon_discs{
    margin-left:-29.5px;
}
.submenu__selection .wf__tabs.active .wf-tab__icon_car-model{
    margin-left:-108px;
}
.submenu__selection .wf__tabs.active .wf-tab__icon_tires{
    margin-left:-95px;
}
.submenu__selection .wf__tabs.active .wf-tab__icon_discs{
    margin-left:-110px;
}





.top-menu__tab[data-toggle="garage"] .top-menu__link:not(.main-top-menu__link){
    padding: 0 10px;
    box-shadow: inset 0 0 0 3px #F7FF23;
}

.top-menu__tab[data-toggle="garage"].top-menu__tab_active .top-menu__link{
    box-shadow:none;
}


.your-cars .grid-module-3:not(.your-cars__cancel){
    padding: 0 10px;
}
.expertiza__section{
    background:#ebebeb;
    padding:15px 25px 15px 25px;
    margin-top:15px;
    display:table;
    position:relative;
    width:auto;
    margin-bottom:-10px
}

.expertiza__title{
    font-weight:700;
//padding-left:40px;
}

.expertiza__section ul.expertiza__list li{
    padding:2px 0;
    list-style:none;
//padding-left:40px;
}
.return .expertiza__list{
    margin-bottom:0px;
    margin-top:15px;
//padding-bottom:15px;
}

.auto_on_wheel-container{
    margin:0 10px;
    display:block;
}

.wheel_on_auto-images{
    display: block;
    position: relative;
    width: 100%;
    max-width:100%;
    float:none;
    height: 300px;
    overflow: hidden;
}

img.product-gallery__nav-img.auto_on_wheel-image {
    -webkit-transition: -webkit-transform .2s;
    transition: transform .2s;
    -webkit-transform: none;
    transform: none;
    left: 0;
    width: 100%;
    min-width:100%;
    height:200px;
    object-fit:cover;
}

#photoWheel .h-slider__buttons{
    margin-top:20px;
}

.short__form-wrapper{
    /* display:table; */
    width: 100%;
    overflow: hidden;
    background: #e8e8e8;
    padding: 17px 17px;
}
.pop-up-login__auth,
.pop-up-login__reg
{
    display:table-cell;
    width: 330px;
}

.fast-order-form__description{
    padding-left:25px;
    padding-top: 0;
}

.fast-order-form__caption.h3{
    line-height: 1;
    padding-bottom: 20px;
    position: relative;
    display: block;
}

.fast-order-form__description-caption{
    font-size:20px;
}

.full__form-wrapper{
    display:none
}

.form__opener-checkbox{
    display:none;
}
.form__opener-label{
    position:absolute;
    display:block;
    top:375px;
    left:17px;
    border:3px solid #A626AA;
    padding: 6px 16px;
    cursor:pointer;
    width:330px;
    text-align:center;
    transition:all .15s ease-in-out;
}


.form__opener-label span{
    text-transform:uppercase;
    font-weight:700;
    transition:all .15s ease-in-out;
    user-select: none;
}
.form__opener-checkbox:checked+label span{
    color:#fff;
}
.form__opener-checkbox:checked+label{
    border:3px solid #892488;
    background:#892488;
}
.form__opener-label span:before{
    content:attr(data-plus);
    font-size:1.3em;
    position:relative;
    top:1px;
    left:-2px;
}
.form__opener-checkbox:checked+label span:before{
    content:attr(data-minus);
    padding-right:6px;
}

.form__opener-checkbox:checked~.full__form-wrapper{
    display:block;
}
.b-order__trigger{
    display:none;
}
.b-order__trigger-label{
    border:3px solid #A626AA;
    position:relative;
    display:inline-block;
    margin: 20px -2px;
    padding:6px 16px;
    cursor:pointer;
    width:50%;
    text-align:center;
    text-transform:uppercase;
    font-weight:700;
    transition:all .15s ease-in-out;
}

.b-order__physic-trigger+.b-order__trigger-label{
    margin-left:0;
    border-right:none;
}
.b-order__legal-trigger+.b-order__trigger-label{
    border-left:none;
}

.b-order__trigger:checked+label{
    border-color:#892488;
    background:#892488;
    color:#fff;
}

.shipping__method-radio{
    display:none;
}

.shipping__method-radio+label{
    border:3px solid #A626AA;
    position:relative;
    display:inline-block;
    margin-right: -7px;
    margin-left:0px;
    padding:7px 16px;
    text-transform:uppercase;
    font-weight:700;
    cursor:pointer;
    transition:all .15s ease-in-out;
}

.shipping__method-radio:checked+label{
    border-color:#892488;
    background:#892488;
    color:#fff;
}





.shipping__method-radio:not(:nth-child(2))+label{
    border-left:none;
    border-right:none;
}

.shipping__method-radio:nth-child(2)+label{
    border-right:none;
}

.shipping__method-radio+label:after{
    content:'';
    background:#A626AA;
    width:3px;
    height:100%;
    position:absolute;
    top:0;
    right:0;
}

.shipping__method-radio:checked+label:after{
    background:#892488;
    border:3px solid #892488;
    border-left:none;
    border-right:none;
    top:-3px;
    z-index:1;
}

.full__form-wrapper{
    overflow:hidden;
}

.row-title{
    padding-left:40px;
}
.shipping__address-wrapper .country-block,
.postman__delivery-wrapper,
.self__delivery-wrapper,
.office-radio,
.carrier-radio,
.b-order__adress-time,
.card-radio,
.shop-radio{
    display:none;
}


#cis-shipping:checked ~ .shipping__address-wrapper .country-block,
#self-shipping:checked ~ .payment__method-wrapper .office-radio,
#self-shipping:checked ~ .self__delivery-wrapper,
#self-shipping:checked ~ .payment__method-wrapper .shop-radio,
#russia-shipping:checked ~ .postman__delivery-wrapper,
#cis-shipping:checked ~ .postman__delivery-wrapper,
#moscow-shipping:checked ~ .shipping__address-wrapper .b-order__adress-time,
#moscow-shipping:checked ~ .payment__method-wrapper .carrier-radio,
#moscow-shipping:checked ~ .payment__method-wrapper .card-radio{
    display:block;
}
#self-shipping:checked ~ .shipping__address-wrapper{
    display:none;
}
.shipping__wrapper{
    margin-top:25px;
}

.country__radio-input{
    display:none;
}

.country__radio-label{
    padding:20px;
    border:3px solid #999;
    position: relative;
    display: block;
    text-transform:uppercase;
    font-weight:700;
    font-size:.95em;
    padding-left:120px;
    cursor:pointer;
    transition:all .15s ease-in-out;
    text-align:center;
}

.country__radio-input:checked+.country__radio-label,
.country__radio-input:checked+.country__radio-label:before{
    border-color:#892488;
}
.country__radio-input:checked+.country__radio-label{
    color:#fff;
    background:#892488
}


.country__radio-label:before{
    content:'';
    display:block;
    position:absolute;
    border-right:3px solid #999;
    width:110px;
    height:100%;
    top:0;
    left:0;
    transition:all .15s ease-in-out;
}


.country__radio-label.flag-bel:before{
    background: url(/assets/f6d5f8f8/styles/../images/svg/Flag_of_Belarus.svg) no-repeat;
    background-size:cover;
}

.country__radio-label.flag-kaz:before{
    background: url(/assets/f6d5f8f8/styles/../images/svg/Flag_of_Kazakhstan.svg) no-repeat;
    background-size:cover;
}

.b-order-form__row.header_row{
    margin-bottom:0;
    margin-top:10px;
}

.checkbox__label.label_disposable{
    /* padding-left:25px; */
}

.b-order .checkbox+.checkbox__label.label_disposable:after{
    /* margin-top:-15px; */
    /* left:5px; */
    /* top: auto; */
}

.checkbox__label.label-modal_disposable:after{
    left: 5px;
}
.rich-radio__aside{
    width:200px;
}
.date__input{
    width:100%;
    padding:6px;
    border:none;
    box-shadow:none;
    margin-top:15px;
}

.shop-list .rich-radio-aside__title{
    text-align:center;
}

.less_value:before{
//content:'~\0020';
}

.menu-cart__star-text{
    color:#fff;
    display:none;
}

.star.per-one:not(.cart-product__single):after{
    content:"*";
    top:-2px;
    position:relative;
    color: red;
}

.less__value-text{
    font-size:small;
    /* position:absolute; */
    background:#616161;/*#262324;*/
    z-index:1;
    display:none;
}

.star-text__wrapper .menu-cart__star-text{
    margin-left: 30px;
    /* margin-top:10px; */
    width: 415px;
    color: red;
    margin-bottom: -10px;
}

.not_working{
    top:-18px;
    position:relative;
}

.not_working.btn-wrapper{
    max-width:175px;
    margin: 0 auto;
}

.not_working-btn{
    border:3px solid #45B200;
    padding:4px 2px 6px 2px;
    font-size:.85em;
    line-height:1em;
    cursor:pointer;
    transition:all .15s ease-in-out
}

.not_working.start-working{
    font-size:.55em;
    font-weight:400;
}




.time__wrapper{
    display:none;
    position:relative;
    padding-bottom:45px;
}


#callform-time label > input{
    display:none;
}

#callform-time{
    padding-top:10px
}
#callform-time label{
    border: 3px solid #892488;
    cursor:pointer;
    padding:4px 5px;
    display:inline-block;
    position:relative;
    transition:all .15s ease-in-out;
}


#callform-time label.active-time{
    border: 3px solid #892488;
    background:#892488;
    color:#fff;
}

#callform-message{
    border-width:3px;
    margin-top:10px;
    margin-bottom: 25px;
}

.control-label,
.when__calling{
    font-size:1.25em
}

.call_btn{
    margin-top:10px;
    margin-bottom:10px
}

.cart-product__delete-btn:before{
    content:'Удалить';
    position:absolute;
    font-size:.2em;
    color:#000;
    background:hsla(0,0%,20%,0);
    padding:3px 4px;
    top:0px;
    left:0px;
    opacity:0;
    transition:all .15s ease-in-out;
    transform:rotateZ(-90deg);
}

.order-cart__delete-btn.cart-product__delete-btn:before{
//display:none;
}

.order-cart__delete-btn.cart-product__delete-btn:hover:before{
    top:3px;
    left:-75px;
}
.order-cart__delete-btn.cart-product__delete-btn:after{
    content:'';
    display:block;
    top:0px;
    left:0px;
    position:absolute;
    border: 14px solid transparent;
    border-left: 8px solid hsla(0,0%,20%,.9);
    opacity:0;
    transform:rotateZ(90deg);
    transition:all .15s ease-in-out;
}

.order-cart__delete-btn.cart-product__delete-btn:hover:after{
    transform:rotateZ(0deg);
    top:1px;
    left:-5px;
    opacity:1;
}




.red_star{
    color: red;
    font-weight: 700;
    font-size: 1.2em;
    line-height: 0;
}
.red_star:after{
    content:'*';
}

.delivery-title,.delivery-link{
    display:inline-block;
}
.delivery-link{
    text-decoration: none;
    margin: 0 10px;
    border-bottom: 1px solid;
    top: -3px;
    position: relative;
    color: #0b89ff;
    display:none;
}


span[class*="imitation__queue"]{
    font-weight:700;
    text-transform:capitalize;

}



.imitation__queue{
//background: rgba(15, 15, 15, .9);
    background:#A626AA;
    color:#fff;
    width:350px;
    padding:14px 16px;
    position:fixed;
    right:0;
    bottom:-200px;
//top:80px;
//right:-175px;
//display:none;
//right:-350px;
    transition:all .35s ease-in-out;
    overflow:hidden;
    opacity:0;
    z-index:99999;
}

.imitation__queue.active{
    opacity:1;
    z-index:99999;
//right:10px;
//animation: imitation 5s .35s linear infinite;
//animation: motion-blur 5s .35s linear infinite;
    bottom:0;
}

@keyframes imitation {
    0% {
        right:0;
        box-shadow: 0 0 0 rgba(55,55,55,0);
    }
    50%{
        right:100px;
        filter: blur(0);
        box-shadow: 20px 0 15px -10px rgba(55,55,55,0.4);
    }
    75%{

        opacity:1;
        filter: blur(1px);
        box-shadow: 20px 0 15px -10px rgba(55,55,55,0.4);
    }
    100% {
        right:200px;
        opacity:0;
        filter: blur(3px);
        box-shadow: 20px 0 15px -10px rgba(55,55,55,0.4);
    }
}

.imitation__queue-title{
    text-align:center;
    right:-350px;
    position:relative;
    transition:all .35s ease-in-out;
    font-size:1.2em;
    padding-bottom:10px;
}

.imitation__queue.active .imitation__queue-title{
    right:0;
}

.imitation__queue-content{
    left:-350px;
    position:relative;
    transition:all .35s ease-in-out;
}
.imitation__queue.active .imitation__queue-content{
    left:0;
}

.imitation__close.overlay__close{
    background:0;
    top:10px;
    right:10px;
}


.imitation__queue.first-case .imitation__queue-content:before{
    content:attr(data-one);
}
.imitation__queue.second-case .imitation__queue-content:before{
    content:attr(data-two);
}

.btn_filter{
    display:none;
}


.email-label{
    display:inline-block;
}

.email-required_del{
    float:right;
    cursor:pointer;
    margin-top:-2px;
    display:inline-block;
}
.email-required_del:before{
    content:'';
    display:inline-block;
    position:relative;
    width:12px;
    height:12px;
    margin-right:8px;
    top:2px;
    border:2px solid;
    background:#fff;
}

.email-required_del.selected:after{
    content:'';
    display:inline-block;
    position:absolute;
    width: 3px;
    height:6px;
    margin-right:8px;
    /*     top:2px; */
    /*     left:0; */
    margin-left: -128px;
    margin-top: 5px;
    border:2px solid #262324;
    transform:rotateZ(45deg);
    border-left:none;
    border-top:none;
}

.email-required_del.active{
    display:block;
}

.finder-main{
    width:90%;
    margin: 0 auto;
}
.finder-title{
    padding: 15px 0 35px 0;
}
.finder-container{
    margin-bottom: 75px;
}

.aside-filter__block.active-fixed{
    max-height: 9999px;
}

.alone-filter__block{
    border-top:3px solid #ebebeb;
    padding:10px 0;
}

.aside-filter__item-alone{
    margin-left:-2px;
}
.link__sorter-input{
    display:none;
}

.select__modification-container{
    display:flex;
    align-items:center;
    justify-content:space-between;
}

@media only screen and (min-width:1280px){

    .aside-filter__title:hover{
        /*background:rgb(220,220,220);*/
        cursor:default;
    }

    .btn.adr_btn:hover a{
        color:#fff;
    }
    .btn-cart__icon:disabled:hover{
        background-color: #ebebeb;
        background-image: none;
        color: #757575;
    }
    article:hover .btn-cart__icon:disabled svg{
        color:inherit
    }
    .contacts_widget .contacts-card:hover{background-color:#ebebeb;color:initial;}
    .mod-table__row:hover .btn.not_active:disabled{
        background-color:#999;
    }
    .thumbs__control:hover:after{
        border-color:#A626AA
    }
    .product-h .product-h-header__props:hover [class*="tire-icon_"]:before{
        opacity:1;
    }
    .sc-model a.sc-model__different-axis:hover{
        background:#A626AA;
        color:#fff;
    }
    .product-vertical__palette:hover .info__tooltip{
        z-index: 1;
    }
    .cities-list-item:hover{
        background:#A626AA;
        color:#fff;
    }
    .cities-btn-close:hover{
        background:#A626AA;
    }
    .alpha__nav-city a:hover{
        border:2px solid #A626AA;

    }
    .tires-list-close.overlay__close:hover:after{
        margin-top:3px;
        margin-left:.5px;

    }
    .product-h:hover .cart-product__sales-label.inline-label{left:18px;opacity:1;}
    .product-h:hover .product-label__text.inline-label{left:-60px}
    .form__opener-label:hover{
        background:#A626AA;
    }

    .top-menu__tab[data-toggle="garage"]:not(.top-menu__tab_active):hover .top-menu__link:not(.main-top-menu__link){
        box-shadow: inset 0 0 0 3px #fff;
    }
    .submenu__selection .wf__tabs.active .wf__tab:hover{
        background:rgba(120,120,120,.9);
        border-color:#A626AA;
    }

    .submenu__selection .wf__tabs.active .wf__tab.wf__tab_active:hover{
        background:#fff;
    }

    .tire-size__list-link.active:hover{
        background:#892488;
        color:#fff;
        cursor:default;
        border-color:#892488;
    }

    .auto__switch-label:hover{
        border: 3px solid #892488;
        background:#892488;
        color:#fff;
    }
    .auto-tire__switch:hover,
    .auto-all__switch:hover{
        border-right:none;
    }

    .auto__switch:checked+label:hover{
        background:#892488;
        border-color:#892488;
        /*border-right:2px solid #892488;*/
    }

    #btn-order.complete:hover{
        cursor:default;
        background:#892488;
        color: #fff;
        box-shadow: none;
    }
    .regional__btn-close:hover{

        background-color:#892488;

    }

    .regional__close.overlay__close:hover {
        background: none;
    }

    .reset__button:not(:disabled):hover{
        background: rgb(220,220,220)
    }
    .catalog__item:hover .product-vertical__fast_view{
        opacity:1;
    }

    .product-vertical__fast_view:hover {
        background: rgba(75, 75, 75, 0.9);
        background:#892488;

    }
    .product-vertical__fast_view:hover:after {
        border-color: #892488;
    }
    .to_tire-or-wheel__link:hover{
        background:#A626AA;
        color:#fff;
    }
    .catalog__modal-frame .product-gallery__img-wrap:hover:before{
        display:none;
    }
    .submenu__selection .wf__tabs:not(.active) .wf__tab:hover{
    //border-bottom-color:#A626AA;
    //background:rgba(120,120,120,.9);
    //border:none;
    }
    .submenu__selection .wf__tab:not(.wf__tab_active):hover:after,
    .submenu__selection .wf__tab:not(.wf__tab_active):hover:before{
        display:none;
    }
    .submenu__selection .wf__tabs:not(.active) .wf__tab:hover{
        background:#892488;
    }
    .main:not(.main_home) .sticky-nav__menu_full .top-menu__tab[data-toggle="garage"]:not(.top-menu__tab_active):hover{
        background:#A626AA;
        color:#fff;
    }

    .form__opener-label:hover span{
        color:#fff;
    }

    .b-order__trigger-label:hover{
        background:#A626AA;
        color:#fff;
    }
    .shipping__method-radio+label:hover{
        color:#fff;
        background:#A626AA;
    }
    .shipping__method-radio:checked:hover+label{
        background:#892488;
    }
    .delivery-link:hover{
        color:#A626AA;
    }
    .cart-product__delete-btn:hover:before{
        content:'Удалить';
        font-size:.5em;
        position:absolute;
        color:#fff;
        background:hsla(0,0%,20%,.9);
        padding:6px 8px;
        top:-28px;
        left:-20px;
        opacity:1;
        transform:rotateZ(0deg);
    }
    #callform-time label:hover{
        border: 3px solid #A626AA;
        background:#A626AA;
        color:#fff;
    }
    .not_working-btn:hover{
        color:#fff;
        background: #45B200
    }
    .country__radio-label:hover:before{
        border-color:#A626AA;
    }
    .country__radio-label:hover{
        border-color:#A626AA;
    }

    /*FAST BUY STYLE*/
    .fast__buy {
        display: block;
        position: relative;
        overflow: hidden;
        /* padding: 1.5rem; */
        text-align: center;
        border-bottom:none;
        /* width:90%; */
        /* margin:0 auto; */
        padding: 5px 0;
        margin: 10px 11px 0 10px;
        cursor:pointer;
    }
    .fast__buy:hover{
        background:#f8f8f8;
        transition: background .4s .2s ease-in-out;
    }
    .fast__buy:before, .fast__buy:after,
    .fast__buy .fast__buy-inner:before,
    .fast__buy .fast__buy-inner:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        background-color: currentColor;
        -webkit-transition: 0.25s linear;
        transition: 0.25s linear;
    }

    .fast__buy:hover:before{
        transition-delay: 0s;
    }
    .fast__buy:hover:after{
        transition-delay: 0s;
    }
    .fast__buy:hover .fast__buy-inner:before{
        transition-delay: 0.25s;
    }
    .fast__buy:hover .fast__buy-inner:after{
        transition-delay: 0.25s;
    }
    .fast__buy:before{
        transition-delay: 0.25s;
    }
    .fast__buy:after{
        transition-delay: 0.25s;
    }
    .fast__buy .fast__buy-inner:before{
        transition-delay: 0s;
    }
    .fast__buy .fast__buy-inner:after{
        transition-delay: 0s;
    }

    .fast__buy:after{
        top: auto;
        right: 0;
        bottom: 0;
        left: auto;
    }
    .fast__buy .fast__buy-inner:before{
        right: 0;
        left: auto;
    }
    .fast__buy .fast__buy-inner:after{
        top: auto;
        bottom: 0;
    }

    .fast__buy:before, .fast__buy:after {
        width: 0;
        height: 2px;
    }
    .fast__buy:after {
        width: 52%;
        right:24%;
    }
    .fast__buy:before {
        width: 0%;
        left:50%;
    }
    .fast__buy:hover:before {
        left:0%;
    }
    .fast__buy:hover:after {
        width: 100%;
        right:0%;
    }
    .fast__buy .fast__buy-inner:before,
    .fast__buy .fast__buy-inner:after {
        width: 2px;
        height: 0;
    }
    .fast__buy:hover:before, .fast__buy:hover:after {
        width: 100%;
        color:#A626AA;
    }
    .fast__buy:hover .fast__buy-inner:before,
    .fast__buy:hover .fast__buy-inner:after {
        height: 100%;
        color:#A626AA;
    }

    .fast__buy-head .item-title{
        font-weight:700;
        font-size:1.5em;
        padding:15px;
    }
    .fast__buy-head .double-col{
        display:inline-block;
        position:relative;
        vertical-align:middle;
    }
    .fast__buy-head .item-price,
    .fast__buy-head .item-quantity{
        font-weight:700;
        font-size:1.2em;
        padding:7px;
    }

    .fast-buy-btn{
        /* padding: 5px 0 1px 0; */
        cursor:pointer;
        border-bottom:2px solid;
        margin:0 auto;
        display:table;
        margin-bottom: 8px;
    }

    .main_wheel-catalog .fast-buy-btn{
        margin-top: 8px;
        margin-bottom: 0px;
    }

    .fast-buy-btn:hover{
        color: #0b89ff;
    }

    .auto__links-container{
        padding:24px 0;
    }
    .auto__links-list{
        max-height:70vh;
        overflow:auto;
    }
    .auto__links-title{
        font-size:1.5em;
        text-align:left;
        padding:0 48px;
        margin-bottom:10px;
        line-height:1.15em;

    }
    .auto__links-wrapper{
        text-align: left;
        padding:0 48px;
    }

    .brand__attr, .model__attr{
        font-weight:bold;
    }
    .auto__links-item{
        padding:2px 0;
        display:block;
    }
    .auto__links-item:hover{
        /*color:#262324;*/
        color:#892488;
    }

    .spinput-title{
        display:inline-block;
        color:#262324;
        padding-right:15px;
        text-transform:uppercase;
        position:relative;
        top:3px;
    }

    [class*="field-buyform-"].has-success input{
        border-color:#45b200;
    }
    [class*="field-buyform-"].has-error input{
        border-color:red;
    }
    .another_brand-btn{
        display: inline-block;
    }

    .sorter__list{
        visibility:hidden;
        opacity:0;
        z-index: 9;
        margin-top:-20px;
        margin-left:3px;
        transition:all .25s ease-in-out;
        position:absolute;
    }

    .sorter__list a{
        display:block;
        margin-top: -3px;
        /* z-index: 999; */
        position: relative;
    }

    .sorter__list{
        background:#fff;
        width: 185px;
    }

    .sorter__list:before{
        /*         content:''; */
        position:absolute;
    //border-left: 25px solid transparent;
    //border-right: 105px solid transparent;
        border: 94px solid transparent;
        border-top: 10px solid #892488;
        top:-15px;
        left:-3px;

    }

    .sort-labels__description{
        display:table;
        cursor:pointer;
        transition:all .25s ease-in-out;
        width: 188px;
        text-align: center;
        background: #fff;
        z-index: 1;
    }
    .sort-labels__description:hover{
    //color:#fff;
    //background-color:#A626AA;
        box-shadow: inset 0 0 0 3px #A626AA;
    }

    .sort-labels.active .sort-labels__description{
        color:#fff;
        background-color:#892488;
        box-shadow: inset 0 0 0 3px #892488;
    }

    .sort-labels.active .sorter__list{
        visibility:visible;
        opacity:1;
        margin-top: 10px;
    }

    .sort-labels__item:hover + .sort-labels__item{
    //border-left-color:#A626AA;
    }

    .catalog-controls__col_center{
        position:relative;
        text-align: left;
    }
    .catalog-controls__col_left{
        max-width:200px;
        width: 195px;
    }
    .sort-labels__item svg{
        float: right;
    }
}

.terms__link{
    color:#0b89ff;
    border-bottom:1px solid #0b89ff;
    position:relative;
    left:10px;
}



.car__block{
//display: table;
    position: absolute;
    top: 70px;
    width: 45%;
    right: 0;
    background: #fff;
    padding-top: 25px;
}

.size-chart__link.btn{
    padding-top:12px;
}

.car__block-description.size-chart__remark {
    /* vertical-align: top; */
    display: block;
    padding-top:0;
    /* padding-right: 25px; */
    /* margin: 0; */
}

.size-chart__discs, .size-chart__tires{
    min-height:500px;
}

.car__block-images{
    display:table;
    min-height:153px;
}
.car__block-img-block{
    display: inline-table;
    /* margin-top: -70px; */
    width: 60%;
    /* float: right; */
    right: 0;
    position: relative;
    text-align: right;
    vertical-align: middle;
}

.car__block-logo-block{
    display: inline-table;
    width: 40%;
    position: relative;
    text-align: center;
    vertical-align: middle;
}

.car__block-logo-block img{
    width: 40%;
}

.attention__block{
    display:table;
    position:relative;
    width:100%;
}
.attention__block-left,
.attention__block-right{
    display:inline-block;
    position:relative;
    width:50%;
    margin:0 -2px;
    padding-left:15px;
}

.auto-podbor__img{
    position: absolute;
    right: 0;
    /*top: calc(50% - 125px);*/
    /*top: -moz-calc(50% - 125px);*/
    /*top: -webkit-calc(50% - 125px);*/
    top:200px;
    opacity: 0;
    width: 40%;
    height: 100%;
    max-height: 350px;
    z-index: -1;
    display:none;

}

.auto__select-image{
    position:relative;
    display:block;
    width:100%;
    object-fit:contain;
    height:100%;
}
.auto__select-footer{
    height: 300px;
    display: block;
    position: relative;
    width: 50%;
    text-align: center;
    margin: 0 auto;
    z-index:-1;
}
.main__form-size.auto__select{
    padding-bottom:0;
}

.table-size__common{
//display:none;
}

.modifications__switcher{
//padding-left:315px;
    text-align:center;
}

.main__product-mods .modifications__switcher{
    text-align:left;
}

.modifications__switcher .switch-item__label {
    text-transform:uppercase;
}

.new-auto-select{
    position: relative;
    width: 285px;
    float: right;
}

.sc-radius:hover {
    box-shadow: inset 0 0 0 0px rgb(166, 39, 170);
}

.tire-disk-desc{
    width:90%;
    margin:0 auto;
    display:block;
}


.developer__section{
    position: absolute;
    bottom: 0;
    text-align: right;
    width: 100%;
    color: #fff;
    padding-right: 30px;
}

.range__slider{
    width: calc(100% - 10px);
    margin:0 auto;
    position:relative;
}

.irs-from, .irs-to, .irs-single {
    color: #262324;
    font-size: 1em;
    font-weight:bold;
    line-height: 1em;
    background: none;
    border-radius: 0;
    -moz-border-radius: 0;
}

.irs-line{
    border-radius:0;
    top:34px
}

.irs-bar {
    height: 12px;
    top: 33px;
    border-top: 1px solid #892488;
    border-bottom: 1px solid #892488;
    background: #A626AA;
}

.irs-slider {
    top: 30px;
    width: 17px;
    height: 17px;
    border-radius: 0;
    -moz-border-radius: 0;
}

.range__slider-container input{
    border:none;
}

.auth__content{
    display:flex;
    /*     align-items:center; */
    justify-content:space-between;
}
.auth__content .pop-up-login__socials{
    margin-left: 40px;
    display: block;
}

.auth__overlay .pop-up-login__login-form{
    padding-right: 0;
}

.price__val.js-cart__product-price-mirror:before{
    content:attr(data-cost);
    position:relative;
    display:inline;
}

.login-error{
    padding-bottom:16px;
}
.red{
    color:red;
}

div.back-to-top ~ style + div  {
    opacity: 0 !important;
    display: none !important;
    z-index: -1 !important;
    height:0 !important;
    top: -53px !important;
    pointer-events:none !important;
}

div.back-to-top ~ div[id^='m']{
    display: none !important;
    top: -53px !important;
    pointer-events:none !important;
    z-index: -1 !important;
}

.wysiwyg__block-auto,
.wysiwyg__block-main_buy{
    background:#ebebeb;
    padding:16px
}

.wysiwyg__block-auto .italic{
    font-size:.85em;
}
.js-readmore__button{
    display:flex;
}
.wysiwyg__block-auto_different{
    padding-top: 1px;
    margin-top: -7px;
}


.account__password-reset{
    width:90%;
    margin:0 auto;
}

.account__password-reset_email,
.account__password-pswd{
    width: 25%;
    /*min-width: 50em;*/
    /*margin:0 auto;*/
}

.account__password-reset .btn-block{
    width: 100%;
}
.account__password-reset .btn-save{
    margin-bottom:26px;
}
.account__password-reset .btn-wrapper,
.account__password-reset .links-wrapper{
    width: 25%;
    /*margin:0 auto;*/
}
.account__password-reset .reset__description{
    margin: 20px 0;
}

.account__password-reset .links-wrapper{
    display: flex;
    /*justify-content: space-between;*/
    /*align-items: center;*/
    flex-direction:column;
    margin: 12px 0;
}

.account__password-reset .links-wrapper .simple__link{
    margin-top: 6px;
    color:#337ab7;
}

.account__password-reset .links-wrapper .simple__link:hover{
    color:dodgerblue;
}

.account__password-reset .error{
    color:red;
}
.body.bg-gray p{
    padding-top:26px;
}
.container-wide{
    width:90%;
    margin: 0 auto;
}
.error-wrapper{
    margin: 26px 0;
    color:red;
}
.error-wrapper ul{
    list-style: inside decimal;
}

.footer.links{
    border-bottom:none;
}
.blue-link{
    color:#0b89ff;
    margin: 4px 0;
    padding: 2px 0;
    border-bottom: 1px solid;
    display: inline-block;
}
.blue-link:hover{
    color:#0b5dff;
}

.loading-frame {
    position: absolute;
    top: 35%;
    left: 50%;
    display: none;
    z-index: 999;
}
.js-wf-body_tires.wf-body_active.disabled .loading-frame,
.js-wf-body_tires.wf-body_active.disabled .loading-frame {
    display: block;
    z-index: 999;
}

.overlay__popup.loading:before{
    content:'';
    background:rgba(30,30,30,.5);
    position:absolute;
    display:block;
    left:0;
    right:0;
    top:0;
    bottom:0;
    z-index:999;
}

.overlay__popup.loading:after{
    content:'';
    width: 15px;
    height: 15px;
    border-radius: 100%;
    position:absolute;
    transform:translate(-50%, -50%);
    left:50%;
    top:50%;
    z-index:999;
    box-shadow:
            12px -12px 0      hsla(298, 63%, 41%, 0.125),
            17px     0 0 -1px hsla(298, 63%, 41%, 0.250),
            12px  12px 0 -2px hsla(298, 63%, 41%, 0.375),
            0  17px 0 -3px hsla(298, 63%, 41%, 0.500),
            -12px  12px 0 -4px hsla(298, 63%, 41%, 0.625),
            -17px     0 0 -5px hsla(298, 63%, 41%, 0.750),
            -12px -12px 0 -6px hsla(298, 63%, 41%, 0.875),
            0 -17px 0 -7px hsla(298, 63%, 41%, 1.000);
    animation: loading-ring 1.5s steps(8, end) infinite;
}

.recaptcha.submit.process:after{
    content:'...';
    position:absolute;
    animation: elepsis 1.5s .3s linear infinite;
}


.wheel__warning-container{
    margin-top:18px;
    padding:18px 24px;
    background:#ebebeb;
}
.wheel__warning-content{
    display:flex;
    align-items:center;
}
.wheel__warning-img{
    margin-right:20px;
    padding-top: 10px;
}
.wheel__warning-icon{
    color: red;
    width: 80px;
    height: 80px;
    fill:#262324;
}

.wheel__warning-text{
    /*     color:#262324; */
    /* font-weight:700 */
}

@keyframes loading-ring {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes elepsis {
    0% {
        content:'.';
    }
    50% {
        content:'..';
    }
    100% {
        content:'...';
    }
}

.b-order .b-order__disposable-trigger:disabled + .checkbox__label.label_disposable:after{
    /* position:absolute; */
    /* top: 0; */
    /* left: 4px; */
    /* font-weight: 700; */
    /* opacity: .75; */
    /* font-size: 1.25em; */
}

.attention__replica-wrapper{
    padding: 12px 24px;
    background:#ebebeb;
    display: flex;
    align-items: center;
    margin-top: -25px;
}

.attention__replica-wrapper p{
    padding:2px 0;
    margin:0;
}

.wysiwyg-logo_attention{
    height: 70px;
    fill:#282426;
    width: 70px;
}

.attention__replica-logo{
    padding:10px 20px;
}

.icon_menu-calc{
    stroke: #262324;
    stroke-width: 2%;
    width: 28px;
}

.top-menu__tab_type_calc:hover .icon_menu-calc{
    stroke: #A626AA;
}


.menu__link-new_label {
    background: yellow;
    width: 25px;
    height: 25px;
    position: absolute;
    text-align: center;
    transform: rotate(-30deg);
    z-index:-1;
    transform:matrix(1,0,0,1,0,0);
    right: 4px;
    top: -6px;
    display: none;
}

.menu__link-new_label:before,
.menu__link-new_label:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background: yellow;
}

.catalog.disks .product-h__color .info .info__tooltip{
    position: absolute;
}

.wf__body_primary .wf-row_small {
    width: calc(45% - 10px);
}

.menu__link-new_label:before {
    transform: rotate(60deg);
}

.menu__link-new_label:after {
    content:attr(data-text);
    transform: rotate(30deg);
    font-size:.7em;
    display:flex;
    align-items:center;
    /* align-items: flex-end; */
    justify-content:center;
    color:initial;
    text-transform:uppercase;
}

.wf-body.js-wf-body.disabled .loading-frame{
    display: block;
    z-index: 999;
}

.wf-body.disabled:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.6);
}

.slick-slide img:not(.icon_align_middle):not(.product-h-header__img)
{
    display: block;
    height: 100%;
    width: inherit;
    /* text-align: center; */
    /* margin: 0 auto; */
    left: 12.5px;
    padding-top: 5px;
    /* right: auto; */
}

.hidden{display:none;}

.original-disks{border:3px solid #892488;padding:0;margin:0;border-left:0;display:table-cell;}
.original-disks a{color:#616161;padding:.6em 1.2em;}
.original-disks:hover{background:#A626AA;border-color:#A626AA;}
.original-disks:hover a{color:#fff;}

.strong{font-weight: bold;}
.em{font-style: italic;}

.shiny-txt, .all-brands{width:90%;margin:auto}
.shiny-txt p, .shiny-txt ul{margin:0.75em 0 0.75em 0;}
.all-brands h3{padding-bottom:20px;}
.all-brands a:hover{text-decoration:underline;}
.block-bottom-brand{width:14%;display:inline-block;vertical-align:top;}

.confirm-city{width:250px;position:fixed;display:none;padding:20px;top:5px;right:10px;background:#fff;text-align:center;box-shadow: 0 5px 10px;z-index:9999;}
.confirm-city button{border: 0;padding:5px 10px;margin:10px;}

.fright{float:right;margin-right:5%;text-align: right;margin-top:-15px;}

.pwa-button{position:fixed;bottom:0px;width:100%;max-width:100%;height:90px;padding:10px;background:#a626aa;border:0;color:#fff;z-index:99;cursor:pointer;box-shadow:0 -2px 5px rgba(0,0,0,.5);display:flex;flex-direction:column;align-items: center;}
.pwa-button.hidden{display:none;}
.pwa-button .pwa-install{font-size:16px;text-align:center;margin:auto;}
.pwa-button #pwa_close{position:absolute;right:0;top:0;font-size:24px;z-index:999;padding:0 10px 20px 10px;}
/*---------------------------------КОНЕЦ----------------------------------*/