

/* Start:/local/templates/innet_sport2_9_s1/components/bitrix/search.title/search/style.css?15907486472499*/
.bx_search_container { height: 50px; line-height: 50px; }
.bx_search_container .bx_field { background: #fff; border: 1px solid #A9A9A9; height: 30px; line-height: 30px; margin-top: 15px; position: relative; }
.bx_search_container .bx_field .bx_input_text { background: none; border: none; height: 30px; left: 5px; line-height: 30px; outline: none; position: absolute; right: 34px; }
.bx_search_container .bx_field .bx_input_submit { border: none; bottom: 0; cursor: pointer; position: absolute; right: 0; top: 2px; width: 34px; }
div.title-search-result { background-color: #FFF; border: 1px solid #c6c6c6; display: none; margin-left: 11px; margin-top: -20px; min-width: 370px; overflow: hidden; z-index: 999; }
div.title-search-fader { background-image: url('/local/templates/innet_sport2_9_s1/components/bitrix/search.title/search/images/fader.png'); background-position: right top; background-repeat: repeat-y; display: none; position: absolute; }
p.title-search-preview { font-size: 12px; }
div.title-search-result td.title-search-price span { font-size: 26px; }
.bx_searche { }
.bx_searche .bx_img_element { background: #fafafa; bottom: 0; float: left; padding: 5px 10px; position: absolute; top: 0; width: 45px; }
.bx_searche .bx_item_block { min-height: 65px; position: relative; }
.bx_searche .bx_image { background-position: center; background-repeat: no-repeat; background-size: contain; border: 1px solid #e8e8e8; height: 45px; width: 45px; }
.bx_searche .bx_item_element { margin-left: 70px; padding-left: 10px; }
.bx_searche .bx_item_element hr { border: none; border-bottom: 1px solid #e5e5e5; margin: 0; }
.bx_searche .bx_item_element a { color: #4788cb; display: inline-block; font-size: 13px; margin-top: 10px; text-decoration: none; }
.bx_searche .bx_item_element a b { color: #000; font-weight: normal; }
.bx_searche .bx_item_element a:hover,
.bx_searche .bx_item_element a:hover b { text-decoration: underline; }
.bx_searche .bx_price { font-size: 13px; font-weight: bold; }
.bx_searche .bx_price .old { color: #636363; font-weight: normal; text-decoration: line-through; }
.bx_item_block.all_result { min-height: 0; }
.bx_item_block.others_result { line-height: 12px; min-height: 0; padding: 0 0 12px; }
.bx_item_block.all_result .all_result_title { color: #a7a7a7; display: block; font-size: 12px; padding-bottom: 10px; padding-top: 15px; }
.bx_item_block.all_result .all_result_title a { color: #a7a7a7; }
.bx_item_block.all_result .all_result_title a:hover { color: #4788cb; }
.bx_item_block.all_result a { margin-top: 0; }
/* End */


/* Start:/local/components/innet/form/templates/callback/style.css?1594037737294*/
.mf-ok-text {
    color: green;
    padding-bottom: 2em;
}

.errortext {
    color: red;
    padding-bottom: 2em;
}

.captcha-img {
    float: left;
    height: 65px;
    width: 200px;
    overflow: hidden;
    margin-bottom: 10px;
}

#captcha_word {
    height: 40px;
}


/* End */


/* Start:/local/components/flweb/allow_cookies/templates/.default/style.css?17525623572654*/
:root {
    --ac-main-color: #348dff;
    --ac-gray-color: #c0c0c0;
}

#fl_allow_cookies {
    position: fixed;
    left: 0;
    bottom: -300px;
    padding: 20px;
    font-size: 0.8em;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.85);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
    transition: bottom 0.5s;
    z-index: 1001;
}
#fl_allow_cookies.active {
    bottom: 0;
}
#fl_allow_cookies button {
    display: inline-block;
    line-height: 120%;
    padding: 5px 15px;
    border: 0 none;
    border-radius: 20px;
    background-color: var(--ac-main-color);
    color: #fff;
    cursor: pointer;
}
.ac_container {
    margin: auto;
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.allow_cookie_text {
    padding: 0;
}
#fl_allow_cookies a {
    text-decoration: underline;
    color: var(--ac-main-color);
}

#fl_allow_cookies .allow_cookie_modal {
    position: fixed;
    left: 50%;
    bottom: -100%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 640px;
    padding: 20px 30px;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
    transition: all 0.2s;
    opacity: 0;
    z-index: -1;
}
#fl_allow_cookies .allow_cookie_modal.active {
    bottom: 100px;
    opacity: 1;
    z-index: 999;
}
#fl_allow_cookies h4 {
    font-size: 1.4em;
}
#fl_allow_cookies .ac_close {
    position: absolute;
    right: 10px;
    top: 0;
    line-height: 100%;
    font-size: 3em;
    cursor: pointer;
    user-select: none;
    color: var(--ac-gray-color);
}
#fl_allow_cookies .allow_cookie_modal ul {
    list-style: none;
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
#fl_allow_cookies .allow_cookie_modal ul li {
    display: flex;
    align-items: center;
}
#fl_allow_cookies .ac_checkbox {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
    margin-right: 10px;
    border: 2px solid var(--ac-gray-color);
    border-radius: 10px;
    cursor: pointer;
}
#fl_allow_cookies .ac_checkbox:before {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: var(--ac-gray-color);
    transition: all 0.2s;
}
#fl_allow_cookies .ac_checkbox.active {
    border-color: var(--ac-main-color);
}
#fl_allow_cookies .ac_checkbox.active:before {
    left: auto;
    right: 1px;
    background-color: var(--ac-main-color);
}

/* End */
/* /local/templates/innet_sport2_9_s1/components/bitrix/search.title/search/style.css?15907486472499 */
/* /local/components/innet/form/templates/callback/style.css?1594037737294 */
/* /local/components/flweb/allow_cookies/templates/.default/style.css?17525623572654 */
