/* selectors */
.cyber-select-content { margin: 0 auto; width: 1024px;max-width:100%; background-color: #f3f3f3; font-family: "Arial"; box-sizing: border-box; padding: 10px 8px 0px 10px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; }
.cyber-select-content:after, .cyber-select-content:before { content: ''; display: table; }
.cyber-select-content:after { clear: both; }
.cyber-select-content > div, .cyber-select-content > form { float: left; box-sizing: border-box; }
.cyber-select-content input { box-sizing: border-box; }
.cyber-select-content input::-webkit-input-placeholder { color: rgba(0, 0, 0, 0.2); font-family: "Arial"; }
.cyber-select-content input::-moz-placeholder { color: rgba(0, 0, 0, 0.2); font-family: "Arial"; }
.cyber-select-content input:-ms-input-placeholder { color: rgba(0, 0, 0, 0.2); font-family: "Arial"; }
.cyber-select-content input::placeholder { color: rgba(0, 0, 0, 0.2); font-family: "Arial"; }
/*select block*/
.cyber-select-search { -webkit-box-flex: 0; -ms-flex: 0 0 43%; flex: 0 0 43%; margin-right: 7px; }
.cyber-select-search--flexit { display: -webkit-box; display: -ms-flexbox; display: flex; }
.cyber-select-auto { font-family: "Arial"; padding: 20px 28px 20px 28px; border: 1px solid #e9e8e8; box-shadow: inset 0px 3px 0px 0px #105b8e; margin-bottom: 10px; background-color: #fff; width: 100%; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.cyber-select-auto--nomargin { margin-bottom: 0; }
.cyber-select-auto__title { line-height: 1.25; font-size: 17px; font-weight: 400; margin-bottom: 10px; padding-right: 20px; position: relative; text-transform: none; }
.cyber-select-auto__title--mod { font-size: 24px; font-weight: 700; margin-bottom: 27px; padding-left: 64px; position: relative; }
.cyber-select-auto__title--mod::before { content: ''; background-image: url(../img/car-search.png); background-size: 54px 55px; background-repeat: no-repeat; position: absolute; display: inline-block; left: 0; top: 50%; height: 55px; width: 54px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
.cyber-select-auto__step-cover { margin-bottom: 40px; margin-top: 40px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; position: relative; list-style: none; padding-left: 0; margin-left: 0; }
.cyber-select-auto__step-cover::after, .cyber-select-auto__step-cover::before { content: ''; width: 96px; height: 1px; position: absolute; top: 15px; background-image: url(../img/bg-step.png); background-repeat: repeat-x; }
.cyber-select-auto__step-cover::after { right: 17%; }
.cyber-select-auto__step-cover::before { left: 17%; }
.cyber-select-auto__step-cover .step-1, .cyber-select-auto__step-cover .step-3, .cyber-select-auto__step-cover .step-2 { display: inline-block; background: url("../img/step_sprite.png") no-repeat; overflow: hidden; text-indent: -9999px; margin-left: 15px; margin-right: 15px; }
.cyber-select-auto__step-cover .step-1 { background-position: -2px -31px; width: 39px; height: 29px; }
.cyber-select-auto__step-cover .step-3 { background-position: -2px -93px; width: 39px; height: 29px; }
.cyber-select-auto__step-cover .step-2 { background-position: -2px -155px; width: 38px; height: 29px; }
.cyber-select-auto__step-cover li { -webkit-box-flex: 0; -ms-flex: 0 1 33.33333%; flex: 0 1 33.33333%; color: rgba(0, 0, 0, 0.3); font-size: 11px; position: relative; text-align: center; }
.cyber-select-auto__step-cover li span { display: block; margin-top: 8px; }
.cyber-select-auto__step-cover li.active { color: #1c89bb; }
.cyber-select-auto__step-cover li.active .step-1 { background-position: -2px -0px; width: 39px; height: 29px; }
.cyber-select-auto__step-cover li.active .step-3 { background-position: -2px -62px; width: 39px; height: 29px; }
.cyber-select-auto__step-cover li.active .step-2 { background-position: -2px -124px; width: 38px; height: 29px; }
.cyber-select-auto__step-cover li:first-child { text-align: left; }
.cyber-select-auto__step-cover li:last-child { text-align: right; }
.cyber-select-auto__reload { background-image: url(../img/reloads.png); background-size: 16px 16px; background-repeat: no-repeat; position: absolute; display: inline-block; right: 0; top: 50%; height: 16px; width: 16px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
.cyber-select-auto__select { position: relative; margin-bottom: 6px; }
.cyber-select-auto__select--mod { margin-bottom: 11px; }
.cyber-select-auto__select select { background-image: url(../img/down-act.png); background-size: 19px 19px; background-position: right -1.4rem center; background-origin: content-box; background-repeat: no-repeat; position: relative; font-family: "Arial"; width: 100%; background-color: #fff; border: 1px solid #d3d9de; padding: 10px 30px 9px 15px; font-size: 14px; color: rgba(0, 0, 0, 0.2); line-height: 1.3; font-weight: normal; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
.cyber-select-auto__select select::-ms-expand { display: none; }
.cyber-select-auto__select select:focus { color: #000000; outline-style: none; outline-width: 0px !important; outline-color: none !important; }
.cyber-select-auto__select select option { padding-left: 15px; padding-right: 28px; }
.cyber-select-auto__select.active select { box-shadow: inset 0 0 0px 23px rgba(28, 137, 187, 0.09); background-image: url(../img/down-act2.png); border-color: #1c89bb; color: #000000; }
.cyber-select-auto__button { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; margin-top: 7px; }
.cyber-select-auto__button--mod { margin-top: 16px; }
.cyber-select-auto__button a, .cyber-select-auto__button button {-webkit-box-flex: 0; -ms-flex: 0 1 166px; flex: 0 1 166px;font-family: "Arial"; font-weight: 400; font-size: 17px; border: 1px solid transparent; color: #fff; background-color: #1c89bb; padding: 12px 12px 11px; line-height: 1; border-radius: 3px; cursor: pointer; display: block; text-align: center; box-sizing: border-box; -webkit-transition: background-color 0.2s ease 0s; transition: background-color 0.2s ease 0s; text-transform: capitalize; }
.cyber-select-auto__button a:hover, .cyber-select-auto__button button:hover { background-color: #1f96cd; }
.cyber-select-auto__button a span, .cyber-select-auto__button button span { position: relative; padding-left: 30px; }
.cyber-select-auto__button a span::before, .cyber-select-auto__button button span::before { content: ''; display: block; background-image: url("../img/search.png"); background-repeat: no-repeat; background-size: 24px 24px; width: 24px; height: 24px; position: absolute; left: 0; top: -2px; }
/* id search block */
.cyber-select-kbanr { font-family: "Arial"; padding: 20px 28px 15px 28px; border: 1px solid #e9e8e8; box-shadow: inset 0px 3px 0px 0px #105b8e; background-color: #fff; margin-bottom: 10px; }
.cyber-select-kbanr__title {line-height: 1.25; font-size:17px; font-weight:400; margin-bottom: 12px; position: relative; text-transform: none;}
.cyber-select-kbanr__title span {vertical-align: middle;}
.cyber-select-kbanr__title span>span {white-space: nowrap;}
.cyber-select-kbanr__title img { margin-right: 5px; vertical-align: middle; width: 18px; height: 18px; }
.cyber-select-kbanr__form { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; position: relative; }
.cyber-select-kbanr__group {box-sizing: border-box;-webkit-flex: 0 1 80%;-ms-flex: 0 1 80%;flex: 0 1 80%; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }
.cyber-select-kbanr__group label { font-size: 11px; margin-top: 7px; display: none; }
.cyber-select-kbanr__input { position: relative;-webkit-flex: 0 1 49%; -ms-flex: 0 1 49%; flex: 0 1 49%;}
.cyber-select-kbanr__input:last-child { margin-right: 0; width: 50%; }
.cyber-select-kbanr__input input {font-family: "Arial"; width: 100%; background-color: #fff; border: 1px solid #d3d9de; border-radius: 3px; padding: 13px 8px 9px 15px; font-size: 12px; color: #000000; line-height: 1.25; font-weight: normal; box-sizing: border-box;}
.cyber-select-kbanr__input input::-webkit-input-placeholder { color: #000000;text-transform:uppercase;}
.cyber-select-kbanr__input input::-moz-placeholder { color: #000000;text-transform:uppercase;}
.cyber-select-kbanr__input input:-ms-input-placeholder { color: #000000;text-transform:uppercase;}
.cyber-select-kbanr__input input::placeholder { color: #000000;text-transform:uppercase;}
.cyber-select-kbanr__button { -webkit-box-flex: 1; -ms-flex: 1 0 20%; flex: 1 0 20%;padding-left:6px;}
.cyber-select-kbanr__button a, .cyber-select-kbanr__button button {-webkit-box-flex: 0; -ms-flex: 0 1 166px; flex: 0 1 166px; font-family: "Arial"; font-weight: 400; font-size: 17px; width: 100%; border: 1px solid transparent; color: #fff; text-transform: capitalize; background-color: #1c89bb; padding: 10px 11px 10px; line-height: 1; border-radius: 3px; cursor: pointer; display: block; text-align: center; box-sizing: border-box; -webkit-transition: background-color 0.2s ease 0s; transition: background-color 0.2s ease 0s; }
.cyber-select-kbanr__button a:hover, .cyber-select-kbanr__button button:hover { background-color: #1f96cd; }
.cyber-select-kbanr__button a span, .cyber-select-kbanr__button button span { position: relative; padding-left: 30px; }
.cyber-select-kbanr__button a span::before, .cyber-select-kbanr__button button span::before { content: ''; display: block; background-image: url("../img/search.png"); background-repeat: no-repeat; background-size: 24px 24px; width: 24px; height: 24px; position: absolute; left: 0; top: -2px; }
/* number search input block */
.cyber-select-number { font-family: "Arial"; padding: 16px 28px 15px 28px; border: 1px solid #e9e8e8; box-shadow: inset 0px 3px 0px 0px #105b8e; background-color: #fff; margin-bottom: 10px; }
.cyber-select-number__title { line-height: 1.25; font-size: 17px; font-weight: 400; margin-bottom: 9px; padding-right: 20px; position: relative; text-transform: none; }
.cyber-select-number__title span { vertical-align: middle; }
.cyber-select-number__title img { margin-right: 5px; vertical-align: middle; width: 18px; height: 18px; }
.cyber-select-number__form { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; position: relative; }
.cyber-select-number__group { position: relative; padding-right: 9px; box-sizing: border-box; -webkit-box-flex: 1; -ms-flex: 1 0 80%; flex: 1 0 80%; }
.cyber-select-number__group label { font-size: 11px; margin-top: 7px; display: inline-block; }
.cyber-select-number__input { padding-right: 23px; padding-left: 28px; background-color: #0052a4; position: relative; -ms-flex-negative: 0; flex-shrink: 0; /* flags */ }
.cyber-select-number__input[data-country=nl] input { background: #ffe14c; }
.cyber-select-number__input[data-country=nl] input::-webkit-input-placeholder { color: rgba(0, 0, 0, 0.3); }
.cyber-select-number__input[data-country=nl] input::-moz-placeholder { color: rgba(0, 0, 0, 0.3); }
.cyber-select-number__input[data-country=nl] input:-ms-input-placeholder { color: rgba(0, 0, 0, 0.3); }
.cyber-select-number__input[data-country=nl] input::placeholder { color: rgba(0, 0, 0, 0.3); }
.cyber-select-number__input[data-country=n]::before { background-position: 0 0; top: 7px; left: 7px; height: 10px; }
.cyber-select-number__input[data-country=no]::before { background-position: 0 0; top: 7px; left: 7px; height: 10px; }

.cyber-select-number__input[data-country=p]{padding-right:29px;}
.cyber-select-number__input[data-country=p] .cyber-select-number__nor{position: absolute;width:29px;height:100%;right:0;top:0;font-family: Arial, sans-serif;font-weight: bold;font-size: 14px;font-style: normal;}
.cyber-select-number__input[data-country=p] .cyber-select-number__nor:before{content: attr(data-top-number);display: block;width: 21px;position: absolute;left: 4px;top: 5px;padding-bottom:3px;border-bottom: 2px solid #fff;text-align: center;color: #fff;}
.cyber-select-number__input[data-country=p] .cyber-select-number__nor:after{content: attr(data-bottom-number);display: block;width: 22px;position: absolute;left: 3px;bottom: 4px;text-align: center;color: #fff;}

.cyber-select-number__input:before, .cyber-select-number__input:after { content: ''; position: absolute; display: block; letter-spacing: 0; }
.cyber-select-number__input::before { width: 15px; height: 15px; top: 6px; left: 6px; background: url(../img/flags/sprite-flag.png) -15px 0 no-repeat; }
.cyber-select-number__input::after { content: attr(data-country); position: absolute; display: block; width: 28px; bottom: 5px; text-align: center; text-transform: uppercase; color: #fff; left: 0; font-size: 11px; font-family: sans-serif; }
.cyber-select-number__input input { font-family: "Arial"; background-color: #f9fafc; height:46px;border-radius: 0; border: 1px solid #d3d9de; border-left-color: transparent; border-right-color: transparent; text-align: center; font-size: 21px; padding: 11px 4px 9px; width: 100%; box-sizing: border-box; }
.cyber-select-number__input input:hover, .cyber-select-number__input input:focus { border-color: #105b8e; border-left-color: transparent; border-right-color: transparent; }
.cyber-select-number__button { -webkit-box-flex: 1; -ms-flex: 1 0 20%; flex: 1 0 20%; }
.cyber-select-number__button a, .cyber-select-number__button button { font-family: "Arial"; font-weight: 400; font-size: 17px; width: 100%; border: 1px solid transparent; color: #fff; text-transform: capitalize; background-color: #1c89bb; padding: 13px 11px 14px; line-height: 1; border-radius: 3px; cursor: pointer; display: block; text-align: center; box-sizing: border-box; -webkit-transition: background-color 0.2s ease 0s; transition: background-color 0.2s ease 0s; }
.cyber-select-number__button a:hover, .cyber-select-number__button button:hover { background-color: #1f96cd; }
.cyber-select-number__button a span, .cyber-select-number__button button span { position: relative; padding-left: 24px; }
.cyber-select-number__button a span::before, .cyber-select-number__button button span::before { content: ''; display: block; background-image: url("../img/search.png"); background-repeat: no-repeat; background-size: 24px 24px; width: 24px; height: 24px; position: absolute; left: 0; top: -2px; }
.cyber-select-auto input, .cyber-select-auto input:hover, .cyber-select-auto input:active, .cyber-select-auto input:focus, .cyber-select-kbanr input, .cyber-select-kbanr input:hover, .cyber-select-kbanr input:active, .cyber-select-kbanr input:focus, .cyber-select-number input, .cyber-select-number input:hover, .cyber-select-number input:active, .cyber-select-number input:focus { outline-style: none; outline-width: 0px !important; outline-color: none; }
/* banner block */
.cyber-select-banner { -webkit-box-flex: 0; -ms-flex: 0 1 57%; flex: 0 1 57%; }
.cyber-select-banner__cover { border: 1px solid #e9e8e8; }
.cyber-select-banner img {max-width: 100%;min-width:1px; vertical-align: middle;margin:0;}
.cyber-select-banner__payment { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between;-webkit-align-items: center; -ms-flex-align: center; align-items: center; padding-top: 20px; padding-bottom: 0; padding-left: 10px;margin-bottom:10px;}
.cyber-select-banner__payment .payment-brands{ margin: 0 3px; min-width:1px;}
.cyber-select-banner__payment img {max-height: 40px;}
/* sidebar small selectors */
.sidebar { width: 326px; margin: auto; }
.cyber-select-auto--sidebar { border: 1px solid #d6d6d6; padding: 17px 15px 15px 15px; margin-bottom: 13px; }
.cyber-select-auto--sidebar .cyber-select-auto__title { margin-bottom: 18px; }
.cyber-select-kbanr--sidebar { border: 1px solid #d6d6d6; padding: 17px 15px 15px 15px; margin-bottom: 13px; }
.cyber-select-kbanr--sidebar .cyber-select-kbanr__title { margin-bottom: 18px; }
.cyber-select-kbanr--sidebar .cyber-select-kbanr__form { display: block; }
.cyber-select-kbanr--sidebar .cyber-select-kbanr__group { padding-right: 0; }
.cyber-select-kbanr--sidebar .cyber-select-kbanr__group:after, .cyber-select-kbanr--sidebar .cyber-select-kbanr__group:before { content: ''; display: table; }
.cyber-select-kbanr--sidebar .cyber-select-kbanr__group:after { clear: both; }
.cyber-select-kbanr--sidebar .cyber-select-kbanr__input label { display: none; }
.cyber-select-kbanr--sidebar .cyber-select-kbanr__button { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }
.cyber-select-kbanr--sidebar .cyber-select-kbanr__button a, .cyber-select-kbanr--sidebar .cyber-select-kbanr__button button { -webkit-box-flex: 0; -ms-flex: 0 1 166px; flex: 0 1 166px; margin-top: 7px; padding: 12px 12px 11px; }
.cyber-select-number--sidebar { border: 1px solid #d6d6d6; padding: 17px 15px 15px 15px; margin-bottom: 13px; }
.cyber-select-number--sidebar .cyber-select-number__title { margin-bottom: 18px; }
/* popup tolltip select */
.tooltip-select-xxl { min-width: 240px; width: 250px; padding: 8px 15px; letter-spacing: -0.05em; border: 1px solid #f00; font-size: 14px; font-family: "ProximaNova-Regular", "Arial"; box-sizing: border-box; background: #f3f3f3; color: #000; position: absolute; left: 8px; z-index: 100; }
.tooltip-select-xxl i.icon { display: block; background-color: #f00; border-radius: 50%; width: 12px; height: 12px; position: absolute; left: -6px; }
.tooltip-select-xxl i::after { content: ''; height: 17px; width: 1px; background-color: #f00; position: absolute; top: 12px; left: 50%; margin-left: -1px; z-index: 2; }
.tooltip-select-xxl--bottom { top: 42px; }
.tooltip-select-xxl--bottom i.icon { top: -29px; }
.tooltip-select-xxl--bottom i::after { bottom: -17px; }
.tooltip-select-xxl--top { bottom: 42px; }
.tooltip-select-xxl--top i.icon { bottom: -29px; }
.tooltip-select-xxl--top i::after { top: -17px; }
.tooltip-select-xxl--num { left: 36px; margin-top: 7px; }
.tooltip-select-xxl--num i.icon { left: -6px; }
.tooltip-select-xxl--kbanr { left: 0; }
/* filled selector */
.filled select { color: #000000; }
/* popup selectors block */
.xxl-select-content { margin: 0 auto; width: 506px; height: 520px; background-color: #fff; font-family: "Arial"; box-sizing: border-box; padding: 25px 55px; border: 3px solid #94ad34; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; }
.xxl-select-content--absolute { position: fixed; top: 200px; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); z-index: 1002; }
/* popup select block */
.xxl-select-search { width: 100%; }
.xxl-select-auto { font-family: "Arial"; background-color: #fff; margin-bottom: 75px; }
.xxl-select-auto--nomargin { margin-bottom: 0; }
.xxl-select-auto__title { line-height: 1.25; font-size: 16px; font-weight: bold; margin-bottom: 10px; padding-right: 20px; position: relative; text-transform: none; }
.xxl-select-auto__select { position: relative; margin-bottom: 10px; }
.xxl-select-auto__select select { background-image: url(../img/double.png); background-size: 7px 11px; background-position: right -1rem center; background-origin: content-box; background-repeat: no-repeat; box-sizing: border-box; position: relative; font-family: "Arial"; width: 100%; background-color: #fff; border: 1px solid #B8C0CA; padding: 9px 28px 9px 10px; font-size: 12px; line-height: 1; font-weight: normal; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
.xxl-select-auto__select select::-ms-expand { display: none; }
.xxl-select-auto__select select:focus { color: #000000; outline-style: none; outline-width: 0px !important; outline-color: none !important; }
.xxl-select-auto__select select option { padding-left: 15px; padding-right: 28px; }
.xxl-select-auto__select.active select { box-shadow: inset 0 0 0px 23px rgba(79, 234, 100, 0.2); }
.xxl-select-auto__button { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; margin-top: 7px; }
/* popup id search block */
.xxl-select-kbanr { font-family: "Arial"; background-color: #fff; padding-left: 27px; }
.xxl-select-kbanr__title { line-height: 1.25; font-size: 14px; font-weight: 400; margin-bottom: 5px; padding-right: 20px; position: relative; text-transform: none; }
.xxl-select-kbanr__form { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; position: relative; }
.xxl-select-kbanr__group { margin-right: 27px; }
.xxl-select-kbanr__group label { font-size: 12px; text-transform: uppercase; line-height: 1.45; display: inline; vertical-align: top; }
.xxl-select-kbanr__input { margin-top: 7px; overflow: hidden; }
.xxl-select-kbanr__input input { background-color: #fff; border: 1px solid #B8C0CA; padding: 9px 5px; font-size: 13px; min-height: 35px; color: #9E9E9E; line-height: 1; box-sizing: border-box; margin-right: 9px; width: 50%; float: left; width: 140px; }
.xxl-select-kbanr__button { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; padding-bottom: 3px; }
.xxl-select-kbanr__button a, .xxl-select-kbanr__button button { font-family: "Arial"; font-weight: 400; font-size: 16px; width: 118px; border: 1px solid transparent; color: #fff; text-transform: capitalize; background: -webkit-linear-gradient(bottom, #3560a8, #336cca); background: linear-gradient(0deg, #3560a8, #336cca); padding: 7px; line-height: 1; border-radius: 3px; cursor: pointer; display: inline-block; text-align: center; box-sizing: border-box; }
.xxl-select-kbanr__button a span, .xxl-select-kbanr__button button span { position: relative; }
.xxl-select-auto input, .xxl-select-auto input:hover, .xxl-select-auto input:active, .xxl-select-auto input:focus, .xxl-select-kbanr input, .xxl-select-kbanr input:hover, .xxl-select-kbanr input:active, .xxl-select-kbanr input:focus { outline-style: none; outline-width: 0px !important; outline-color:none;}