﻿@font-face { font-family: 'rubik'; font-weight: 900; src: url('../fonts/rubik/static/rubik-black.ttf') format('truetype'); }
@font-face { font-family: 'rubik'; font-weight: 800; src: url('../fonts/rubik/static/rubik-extrabold.ttf') format('truetype'); }
@font-face { font-family: 'rubik'; font-weight: 700; src: url('../fonts/rubik/static/rubik-bold.ttf') format('truetype'); }
@font-face { font-family: 'rubik'; font-weight: 600; src: url('../fonts/rubik/static/rubik-semibold.ttf') format('truetype'); }
@font-face { font-family: 'rubik'; font-weight: 500; src: url('../fonts/rubik/static/rubik-medium.ttf') format('truetype'); }
@font-face { font-family: 'rubik'; font-weight: 400; src: url('../fonts/rubik/static/rubik-regular.ttf') format('truetype'); }
@font-face { font-family: 'rubik'; font-weight: 300; src: url('../fonts/rubik/static/rubik-light.ttf') format('truetype'); }

* { font-family: rubik, sans-serif; box-sizing: border-box; }
html { font-family: rubik, sans-serif; font-size: 15px; direction: rtl; color: #212121; }
    body.overflow_hidden { overflow: hidden; }
.main_wrapper { max-width: 100%; width: 100%; margin: 0 auto; overflow: hidden; }
.auto_margin { max-width: 1220px; width: 100%; margin: 0 auto; box-sizing: border-box; padding: 0 10px; }
.auto_margin2 { max-width: 1050px; width: 100%; margin: 0 auto; box-sizing: border-box; padding: 0 10px; }
.auto_margin3 { max-width: 860px; width: 100%; margin: 0 auto; box-sizing: border-box; padding: 0 10px; }
.display_none_important { display: none !important; }
.mobile_padding { padding: 0 10px; box-sizing: border-box; }
.captcha_policy { display: block; font-size: 1em; color: #000000; }
    .captcha_policy a { color: #F67102; }
        .captcha_policy a:hover, .captcha_policy a:focus { text-decoration: underline; }
.grecaptcha-badge { visibility: hidden; }

.sides_conti { display: flex; }
.aside_whatsapp { position: fixed; left: 20px; bottom: 100px; z-index: 6; width: 47px; }
    .aside_whatsapp > img { max-width: 100%; }

.button { border: none; cursor: pointer; font-family: rubik, sans-serif; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; line-height: 1; }

.button1 { position: relative; width: 100%; display: block; padding: 8px 10px; box-sizing: border-box; background-color: #F67102; color: #fff; font-size: 1.15em; box-shadow: none; font-weight: 400; text-align: center; border-radius: 20px; border: 1px solid #F67102; }
    .button1:hover, .button1:focus { background-color: #b15000; }

.button1_bigger_font { font-size: 1.5em; }

.button2 { position: relative; width: 100%; display: block; padding: 8px 10px; box-sizing: border-box; background-color: transparent; color: #F67102; font-size: 1.05em; box-shadow: none; font-weight: 400; text-align: center; border-radius: 50px; border: 1px solid #F67102; }
    .button2:hover, .button2:focus { background-color: #cc5d00; color: #fff; }

.button3 { position: relative; width: 100%; display: block; padding: 12px 5px; box-sizing: border-box; background-color: #fff; color: #000; font-size: 1.2em; box-shadow: none; font-weight: 300; text-align: center; border-radius: 0; border: 1px solid #fff; }
    .button3:hover, .button3:focus { background-color: #000; color: #fff; }

.button4 { position: relative; width: 100%; display: block; padding: 14px 10px; box-sizing: border-box; background-color: transparent; color: #171717; font-size: 1.5em; font-weight: 500; text-align: center; border: 1px solid #171717; }
    .button4:hover, .button4:focus { background-color: #171717; color: #fff; }

.button5 { position: relative; width: 100%; display: block; padding: 15px 10px; box-sizing: border-box; background-color: #fff; color: #000000; font-size: 1.3em; font-weight: 500; text-align: center; border: 1px solid #000000; }
    .button5:hover, .button4:focus { background-color: #000000; color: #fff; }

.search_button { width: 100%; display: flex; justify-content: center; align-items: center; padding: 12px 25px; box-sizing: border-box; background-color: #FF7C03; color: #fff; font-size: 1.2em; font-weight: 400; text-align: center; }
    .search_button img { margin-left: 10px; }
    .search_button:hover, .search_button:focus { background-color: #8b4300; }

.flex { display: flex; }
.flex_space_evenly { justify-content: space-between; }
.flex_space_center { justify-content: center; }
.flex_space_end { justify-content: flex-end; }
.flex_items_align_middle { align-items: center; }
.flex_wrap { flex-wrap: wrap; }
.flex_row { flex-direction: row; }
.flex_column { flex-direction: column; }

.item_order_1 { order: 1; }
.item_order_2 { order: 2; }
.item_order_3 { order: 3; }
.item_order_4 { order: 4; }
.item_order_5 { order: 5; }
.item_order_6 { order: 6; }
.item_order_7 { order: 7; }
.item_order_8 { order: 8; }
.item_order_9 { order: 9; }
.item_order_10 { order: 10; }

.flex_column_1 { width: 10%; }
.flex_column_2 { width: 20%; }
.flex_column_3 { width: 30%; }
.flex_column_32 { width: 32%; }
.flex_column_4 { width: 40%; }
.flex_column_49 { width: 49%; }
.flex_column_5 { width: 50%; }
.flex_column_6 { width: 60%; }
.flex_column_7 { width: 70%; }
.flex_column_8 { width: 80%; }
.flex_column_9 { width: 90%; }
.flex_column_10 { width: 100%; }

.flex_items_1 { width: 100%; }
.flex_items_2 { width: 50%; }
.flex_items_3 { width: 33.33%; }
.flex_items_4 { width: 25%; }
.flex_items_5 { width: 20%; }
.flex_items_6 { width: 16.66%; }
.flex_items_7 { width: 14.285%; }
.flex_items_8 { width: 12.5%; }
.flex_items_9 { width: 11.11%; }
.flex_items_10 { width: 10%; }

.flex_item_space_0 { padding-left: 0; }
.flex_item_space_right_0 { padding-right: 0; }
.flex_item_space_5 { padding-left: 5px; }
.flex_item_space_right_5 { padding-right: 5px; }
.flex_column_space_5 { padding-right: 5px; }
.flex_column_space_left_5 { padding-left: 5px; }
.flex_item_space_10 { padding-left: 10px; }
.flex_item_space_right_10 { padding-right: 10px; }
.flex_column_space_10 { padding-right: 10px; }
.flex_column_space_left_10 { padding-left: 10px; }
.flex_item_space_15 { padding-left: 15px; }
.flex_item_space_right_15 { padding-right: 15px; }
.flex_column_space_15 { padding-right: 15px; }
.flex_column_space_left_15 { padding-left: 15px; }
.flex_item_space_20 { padding-left: 20px; }
.flex_item_space_right_20 { padding-right: 20px; }
.flex_column_space_20 { padding-right: 20px; }
.flex_column_space_left_20 { padding-left: 20px; }
.flex_item_space_25 { padding-left: 25px; }
.flex_item_space_right_25 { padding-right: 25px; }
.flex_column_space_25 { padding-right: 25px; }
.flex_column_space_left_25 { padding-left: 25px; }
.flex_item_space_30 { padding-left: 30px; }
.flex_item_space_right_30 { padding-right: 30px; }
.flex_column_space_30 { padding-right: 30px; }
.flex_column_space_left_30 { padding-left: 30px; }
.flex_item_space_35 { padding-left: 35px; }
.flex_item_space_right_35 { padding-right: 35px; }
.flex_column_space_35 { padding-right: 35px; }
.flex_column_space_left_35 { padding-left: 35px; }
.flex_item_space_40 { padding-left: 40px; }
.flex_item_space_right_40 { padding-right: 40px; }
.flex_column_space_40 { padding-right: 40px; }
.flex_column_space_left_40 { padding-right: 40px; }

.item_margin_b_0 { margin-bottom: 0; }
.item_margin_b_5 { margin-bottom: 5px; }
.item_margin_b_10 { margin-bottom: 10px; }
.item_margin_b_15 { margin-bottom: 15px; }
.item_margin_b_15 { margin-bottom: 15px; }
.item_margin_b_20 { margin-bottom: 20px; }
.item_margin_b_25 { margin-bottom: 25px; }
.item_margin_b_30 { margin-bottom: 30px; }
.item_margin_b_35 { margin-bottom: 35px; }
.item_margin_b_40 { margin-bottom: 40px; }
.item_margin_b_45 { margin-bottom: 45px; }
.item_margin_b_50 { margin-bottom: 50px; }
.item_margin_b_60 { margin-bottom: 60px; }
.item_margin_b_70 { margin-bottom: 70px; }
.item_margin_b_80 { margin-bottom: 80px; }
.item_margin_b_90 { margin-bottom: 90px; }
.item_margin_b_100 { margin-bottom: 100px; }
.item_margin_b_150 { margin-bottom: 150px; }
.item_margin_b_280 { margin-bottom: 280px; }

.item_margin_t_0 { margin-top: 0; }
.item_margin_t_5 { margin-top: 5px; }
.item_margin_t_10 { margin-top: 10px; }
.item_margin_t_15 { margin-top: 15px; }
.item_margin_t_15 { margin-top: 15px; }
.item_margin_t_20 { margin-top: 20px; }
.item_margin_t_25 { margin-top: 25px; }
.item_margin_t_30 { margin-top: 30px; }
.item_margin_t_35 { margin-top: 35px; }
.item_margin_t_40 { margin-top: 40px; }
.item_margin_t_45 { margin-top: 45px; }
.item_margin_t_50 { margin-top: 50px; }
.item_margin_t_60 { margin-top: 60px; }
.item_margin_t_70 { margin-top: 70px; }
.item_margin_t_80 { margin-top: 80px; }
.item_margin_t_90 { margin-top: 90px; }
.item_margin_t_100 { margin-top: 100px; }

@media only screen and (max-width : 1366px) {
    .flex_laptop_column_1 { width: 10%; }
    .flex_laptop_column_2 { width: 20%; }
    .flex_laptop_column_3 { width: 30%; }
    .flex_laptop_column_4 { width: 40%; }
    .flex_laptop_column_5 { width: 50%; }
    .flex_laptop_column_6 { width: 60%; }
    .flex_laptop_column_7 { width: 70%; }
    .flex_laptop_column_8 { width: 80%; }
    .flex_laptop_column_9 { width: 90%; }
    .flex_laptop_column_10 { width: 100%; }

    .flex_laptop_items_1 { width: 100%; }
    .flex_laptop_items_2 { width: 50%; }
    .flex_laptop_items_3 { width: 33.33%; }
    .flex_laptop_items_4 { width: 25%; }
    .flex_laptop_items_5 { width: 20%; }
    .flex_laptop_items_6 { width: 16.66%; }
    .flex_laptop_items_7 { width: 14.285%; }
    .flex_laptop_items_8 { width: 12.5%; }
    .flex_laptop_items_9 { width: 11.11%; }
    .flex_laptop_items_10 { width: 10%; }

    .item_order_laptop_1 { order: 1; }
    .item_order_laptop_2 { order: 2; }
    .item_order_laptop_3 { order: 3; }
    .item_order_laptop_4 { order: 4; }
    .item_order_laptop_5 { order: 5; }
    .item_order_laptop_6 { order: 6; }
    .item_order_laptop_7 { order: 7; }
    .item_order_laptop_8 { order: 8; }
    .item_order_laptop_9 { order: 9; }
    .item_order_laptop_10 { order: 10; }

    .item_margin_b_laptop_0 { margin-bottom: 0; }
    .item_margin_b_laptop_10 { margin-bottom: 10px; }
    .item_margin_b_laptop_20 { margin-bottom: 20px; }
    .item_margin_b_laptop_30 { margin-bottom: 30px; }
    .item_margin_b_laptop_40 { margin-bottom: 40px; }
    .item_margin_b_laptop_50 { margin-bottom: 50px; }
    .item_margin_b_laptop_60 { margin-bottom: 60px; }
    .item_margin_b_laptop_70 { margin-bottom: 70px; }
    .item_margin_b_laptop_80 { margin-bottom: 80px; }
    .item_margin_b_laptop_90 { margin-bottom: 90px; }
    .item_margin_b_laptop_100 { margin-bottom: 100px; }

    .flex_item_space_laptop_0 { padding-left: 0; }
    .flex_item_space_right_laptop_0 { padding-right: 0; }
    .flex_item_space_laptop_5 { padding-left: 5px; }
    .flex_item_space_right_laptop_5 { padding-right: 5px; }
    .flex_column_space_laptop_5 { padding-right: 5px; }
    .flex_column_space_left_laptop_5 { padding-left: 5px; }
    .flex_item_space_laptop_10 { padding-left: 10px; }
    .flex_item_space_right_laptop_10 { padding-right: 10px; }
    .flex_column_space_laptop_10 { padding-right: 10px; }
    .flex_column_space_left_laptop_10 { padding-left: 10px; }
    .flex_item_space_laptop_15 { padding-left: 15px; }
    .flex_item_space_right_laptop_15 { padding-right: 15px; }
    .flex_column_space_laptop_15 { padding-right: 15px; }
    .flex_column_space_left_laptop_15 { padding-left: 15px; }
    .flex_item_space_laptop_20 { padding-left: 20px; }
    .flex_item_space_right_laptop_20 { padding-right: 20px; }
    .flex_column_space_laptop_20 { padding-right: 20px; }
    .flex_column_space_left_laptop_20 { padding-left: 20px; }
    .flex_item_space_laptop_25 { padding-left: 25px; }
    .flex_item_space_right_laptop_25 { padding-right: 25px; }
    .flex_column_space_laptop_25 { padding-right: 25px; }
    .flex_column_space_left_laptop_25 { padding-left: 25px; }
    .flex_item_space_laptop_30 { padding-left: 30px; }
    .flex_item_space_right_laptop_30 { padding-right: 30px; }
    .flex_column_space_laptop_30 { padding-right: 30px; }
    .flex_column_space_left_laptop_30 { padding-left: 30px; }
    .flex_item_space_laptop_35 { padding-left: 35px; }
    .flex_item_space_right_laptop_35 { padding-right: 35px; }
    .flex_column_space_laptop_35 { padding-right: 35px; }
    .flex_column_space_left_laptop_35 { padding-left: 35px; }
    .flex_item_space_laptop_40 { padding-left: 40px; }
    .flex_item_space_right_laptop_40 { padding-right: 40px; }
    .flex_column_space_laptop_40 { padding-right: 40px; }
    .flex_column_space_left_laptop_40 { padding-right: 40px; }
}

@media only screen and (max-width : 1020px) {
    .flex_laptop_smaller_column_1 { width: 10%; }
    .flex_laptop_smaller_column_2 { width: 20%; }
    .flex_laptop_smaller_column_3 { width: 30%; }
    .flex_laptop_smaller_column_4 { width: 40%; }
    .flex_laptop_smaller_column_5 { width: 50%; }
    .flex_laptop_smaller_column_6 { width: 60%; }
    .flex_laptop_smaller_column_7 { width: 70%; }
    .flex_laptop_smaller_column_8 { width: 80%; }
    .flex_laptop_smaller_column_9 { width: 90%; }
    .flex_laptop_smaller_column_10 { width: 100%; }

    .flex_laptop_smaller_items_1 { width: 100%; }
    .flex_laptop_smaller_items_2 { width: 50%; }
    .flex_laptop_smaller_items_3 { width: 33.33%; }
    .flex_laptop_smaller_items_4 { width: 25%; }
    .flex_laptop_smaller_items_5 { width: 20%; }
    .flex_laptop_smaller_items_6 { width: 16.66%; }
    .flex_laptop_smaller_items_7 { width: 14.285%; }
    .flex_laptop_smaller_items_8 { width: 12.5%; }
    .flex_laptop_smaller_items_9 { width: 11.11%; }
    .flex_laptop_smaller_items_10 { width: 10%; }

    .item_order_laptop_smaller_1 { order: 1; }
    .item_order_laptop_smaller_2 { order: 2; }
    .item_order_laptop_smaller_3 { order: 3; }
    .item_order_laptop_smaller_4 { order: 4; }
    .item_order_laptop_smaller_5 { order: 5; }
    .item_order_laptop_smaller_6 { order: 6; }
    .item_order_laptop_smaller_7 { order: 7; }
    .item_order_laptop_smaller_8 { order: 8; }
    .item_order_laptop_smaller_9 { order: 9; }
    .item_order_laptop_smaller_10 { order: 10; }

    .item_margin_b_laptop_smaller_0 { margin-bottom: 0; }
    .item_margin_b_laptop_smaller_10 { margin-bottom: 10px; }
    .item_margin_b_laptop_smaller_20 { margin-bottom: 20px; }
    .item_margin_b_laptop_smaller_30 { margin-bottom: 30px; }
    .item_margin_b_laptop_smaller_40 { margin-bottom: 40px; }
    .item_margin_b_laptop_smaller_50 { margin-bottom: 50px; }
    .item_margin_b_laptop_smaller_60 { margin-bottom: 60px; }
    .item_margin_b_laptop_smaller_70 { margin-bottom: 70px; }
    .item_margin_b_laptop_smaller_80 { margin-bottom: 80px; }
    .item_margin_b_laptop_smaller_90 { margin-bottom: 90px; }
    .item_margin_b_laptop_smaller_100 { margin-bottom: 100px; }

    .flex_item_space_smaller_0 { padding-left: 0; }
    .flex_item_space_right_smaller_0 { padding-right: 0; }
    .flex_item_space_smaller_5 { padding-left: 5px; }
    .flex_item_space_right_smaller_5 { padding-right: 5px; }
    .flex_column_space_smaller_5 { padding-right: 5px; }
    .flex_column_space_left_smaller_5 { padding-left: 5px; }
    .flex_item_space_smaller_10 { padding-left: 10px; }
    .flex_item_space_right_smaller_10 { padding-right: 10px; }
    .flex_column_space_smaller_10 { padding-right: 10px; }
    .flex_column_space_left_smaller_10 { padding-left: 10px; }
    .flex_item_space_smaller_15 { padding-left: 15px; }
    .flex_item_space_right_smaller_15 { padding-right: 15px; }
    .flex_column_space_smaller_15 { padding-right: 15px; }
    .flex_column_space_left_smaller_15 { padding-left: 15px; }
    .flex_item_space_smaller_20 { padding-left: 20px; }
    .flex_item_space_right_smaller_20 { padding-right: 20px; }
    .flex_column_space_smaller_20 { padding-right: 20px; }
    .flex_column_space_left_smaller_20 { padding-left: 20px; }
    .flex_item_space_smaller_25 { padding-left: 25px; }
    .flex_item_space_right_smaller_25 { padding-right: 25px; }
    .flex_column_space_smaller_25 { padding-right: 25px; }
    .flex_column_space_left_smaller_25 { padding-left: 25px; }
    .flex_item_space_smaller_30 { padding-left: 30px; }
    .flex_item_space_right_smaller_30 { padding-right: 30px; }
    .flex_column_space_smaller_30 { padding-right: 30px; }
    .flex_column_space_left_smaller_30 { padding-left: 30px; }
    .flex_item_space_smaller_35 { padding-left: 35px; }
    .flex_item_space_right_smaller_35 { padding-right: 35px; }
    .flex_column_space_smaller_35 { padding-right: 35px; }
    .flex_column_space_left_smaller_35 { padding-left: 35px; }
    .flex_item_space_smaller_40 { padding-left: 40px; }
    .flex_item_space_right_smaller_40 { padding-right: 40px; }
    .flex_column_space_smaller_40 { padding-right: 40px; }
    .flex_column_space_left_smaller_40 { padding-right: 40px; }
}

@media only screen and (max-width : 768px) {
    .flex_tab_column_1 { width: 10%; }
    .flex_tab_column_2 { width: 20%; }
    .flex_tab_column_3 { width: 30%; }
    .flex_tab_column_4 { width: 40%; }
    .flex_tab_column_5 { width: 50%; }
    .flex_tab_column_6 { width: 60%; }
    .flex_tab_column_7 { width: 70%; }
    .flex_tab_column_8 { width: 80%; }
    .flex_tab_column_9 { width: 90%; }
    .flex_tab_column_10 { width: 100%; }

    .flex_tab_items_1 { width: 100%; }
    .flex_tab_items_2 { width: 50%; }
    .flex_tab_items_3 { width: 33.33%; }
    .flex_tab_items_4 { width: 25%; }
    .flex_tab_items_5 { width: 20%; }
    .flex_tab_items_6 { width: 16.66%; }
    .flex_tab_items_7 { width: 14.285%; }
    .flex_tab_items_8 { width: 12.5%; }
    .flex_tab_items_9 { width: 11.11%; }
    .flex_tab_items_10 { width: 10%; }

    .item_order_tab_1 { order: 1; }
    .item_order_tab_2 { order: 2; }
    .item_order_tab_3 { order: 3; }
    .item_order_tab_4 { order: 4; }
    .item_order_tab_5 { order: 5; }
    .item_order_tab_6 { order: 6; }
    .item_order_tab_7 { order: 7; }
    .item_order_tab_8 { order: 8; }
    .item_order_tab_9 { order: 9; }
    .item_order_tab_10 { order: 10; }

    .item_margin_b_tab_0 { margin-bottom: 0; }
    .item_margin_b_tab_10 { margin-bottom: 10px; }
    .item_margin_b_tab_20 { margin-bottom: 20px; }
    .item_margin_b_tab_30 { margin-bottom: 30px; }
    .item_margin_b_tab_40 { margin-bottom: 40px; }
    .item_margin_b_tab_50 { margin-bottom: 50px; }
    .item_margin_b_tab_60 { margin-bottom: 60px; }
    .item_margin_b_tab_70 { margin-bottom: 70px; }
    .item_margin_b_tab_80 { margin-bottom: 80px; }
    .item_margin_b_tab_90 { margin-bottom: 90px; }
    .item_margin_b_tab_100 { margin-bottom: 100px; }

    .flex_item_space_tab_0 { padding-left: 0; }
    .flex_item_space_right_tab_0 { padding-right: 0; }
    .flex_item_space_tab_5 { padding-left: 5px; }
    .flex_item_space_right_tab_5 { padding-right: 5px; }
    .flex_column_space_tab_5 { padding-right: 5px; }
    .flex_column_space_left_tab_5 { padding-left: 5px; }
    .flex_item_space_tab_10 { padding-left: 10px; }
    .flex_item_space_right_tab_10 { padding-right: 10px; }
    .flex_column_space_tab_10 { padding-right: 10px; }
    .flex_column_space_left_tab_10 { padding-left: 10px; }
    .flex_item_space_tab_15 { padding-left: 15px; }
    .flex_item_space_right_tab_15 { padding-right: 15px; }
    .flex_column_space_tab_15 { padding-right: 15px; }
    .flex_column_space_left_tab_15 { padding-left: 15px; }
    .flex_item_space_tab_20 { padding-left: 20px; }
    .flex_item_space_right_tab_20 { padding-right: 20px; }
    .flex_column_space_tab_20 { padding-right: 20px; }
    .flex_column_space_left_tab_20 { padding-left: 20px; }
    .flex_item_space_tab_25 { padding-left: 25px; }
    .flex_item_space_right_tab_25 { padding-right: 25px; }
    .flex_column_space_tab_25 { padding-right: 25px; }
    .flex_column_space_left_tab_25 { padding-left: 25px; }
    .flex_item_space_tab_30 { padding-left: 30px; }
    .flex_item_space_right_tab_30 { padding-right: 30px; }
    .flex_column_space_tab_30 { padding-right: 30px; }
    .flex_column_space_left_tab_30 { padding-left: 30px; }
    .flex_item_space_tab_35 { padding-left: 35px; }
    .flex_item_space_right_tab_35 { padding-right: 35px; }
    .flex_column_space_tab_35 { padding-right: 35px; }
    .flex_column_space_left_tab_35 { padding-left: 35px; }
    .flex_item_space_tab_40 { padding-left: 40px; }
    .flex_item_space_right_tab_40 { padding-right: 40px; }
    .flex_column_space_tab_40 { padding-right: 40px; }
    .flex_column_space_left_tab_40 { padding-right: 40px; }
}

@media only screen and (max-width : 600px) {
    .flex_mobile_column_1 { width: 10%; }
    .flex_mobile_column_2 { width: 20%; }
    .flex_mobile_column_3 { width: 30%; }
    .flex_mobile_column_4 { width: 40%; }
    .flex_mobile_column_5 { width: 50%; }
    .flex_mobile_column_6 { width: 60%; }
    .flex_mobile_column_7 { width: 70%; }
    .flex_mobile_column_8 { width: 80%; }
    .flex_mobile_column_9 { width: 90%; }
    .flex_mobile_column_10 { width: 100%; }

    .flex_mobile_items_1 { width: 100%; }
    .flex_mobile_items_2 { width: 50%; }
    .flex_mobile_items_3 { width: 33.33%; }
    .flex_mobile_items_4 { width: 25%; }
    .flex_mobile_items_5 { width: 20%; }
    .flex_mobile_items_6 { width: 16.66%; }
    .flex_mobile_items_7 { width: 14.285%; }
    .flex_mobile_items_8 { width: 12.5%; }
    .flex_mobile_items_9 { width: 11.11%; }
    .flex_mobile_items_10 { width: 10%; }

    .item_order_mobile_1 { order: 1; }
    .item_order_mobile_2 { order: 2; }
    .item_order_mobile_3 { order: 3; }
    .item_order_mobile_4 { order: 4; }
    .item_order_mobile_5 { order: 5; }
    .item_order_mobile_6 { order: 6; }
    .item_order_mobile_7 { order: 7; }
    .item_order_mobile_8 { order: 8; }
    .item_order_mobile_9 { order: 9; }
    .item_order_mobile_10 { order: 10; }

    .item_margin_b_mobile_0 { margin-bottom: 0; }
    .item_margin_b_mobile_10 { margin-bottom: 10px; }
    .item_margin_b_mobile_20 { margin-bottom: 20px; }
    .item_margin_b_mobile_30 { margin-bottom: 30px; }
    .item_margin_b_mobile_40 { margin-bottom: 40px; }
    .item_margin_b_mobile_50 { margin-bottom: 50px; }
    .item_margin_b_mobile_60 { margin-bottom: 60px; }
    .item_margin_b_mobile_70 { margin-bottom: 70px; }
    .item_margin_b_mobile_80 { margin-bottom: 80px; }
    .item_margin_b_mobile_90 { margin-bottom: 90px; }
    .item_margin_b_mobile_100 { margin-bottom: 100px; }

    .flex_item_space_mobile_0 { padding-left: 0; }
    .flex_item_space_right_mobile_0 { padding-right: 0; }
    .flex_item_space_mobile_5 { padding-left: 5px; }
    .flex_item_space_right_mobile_5 { padding-right: 5px; }
    .flex_column_space_mobile_5 { padding-right: 5px; }
    .flex_column_space_left_mobile_5 { padding-left: 5px; }
    .flex_item_space_mobile_10 { padding-left: 10px; }
    .flex_item_space_right_mobile_10 { padding-right: 10px; }
    .flex_column_space_mobile_10 { padding-right: 10px; }
    .flex_column_space_left_mobile_10 { padding-left: 10px; }
    .flex_item_space_mobile_15 { padding-left: 15px; }
    .flex_item_space_right_mobile_15 { padding-right: 15px; }
    .flex_column_space_mobile_15 { padding-right: 15px; }
    .flex_column_space_left_mobile_15 { padding-left: 15px; }
    .flex_item_space_mobile_20 { padding-left: 20px; }
    .flex_item_space_right_mobile_20 { padding-right: 20px; }
    .flex_column_space_mobile_20 { padding-right: 20px; }
    .flex_column_space_left_mobile_20 { padding-left: 20px; }
    .flex_item_space_mobile_25 { padding-left: 25px; }
    .flex_item_space_right_mobile_25 { padding-right: 25px; }
    .flex_column_space_mobile_25 { padding-right: 25px; }
    .flex_column_space_left_mobile_25 { padding-left: 25px; }
    .flex_item_space_mobile_30 { padding-left: 30px; }
    .flex_item_space_right_mobile_30 { padding-right: 30px; }
    .flex_column_space_mobile_30 { padding-right: 30px; }
    .flex_column_space_left_mobile_30 { padding-left: 30px; }
    .flex_item_space_mobile_35 { padding-left: 35px; }
    .flex_item_space_right_mobile_35 { padding-right: 35px; }
    .flex_column_space_mobile_35 { padding-right: 35px; }
    .flex_column_space_left_mobile_35 { padding-left: 35px; }
    .flex_item_space_mobile_40 { padding-left: 40px; }
    .flex_item_space_right_mobile_40 { padding-right: 40px; }
    .flex_column_space_mobile_40 { padding-right: 40px; }
    .flex_column_space_left_mobile_40 { padding-right: 40px; }
}

/***Popups****/
.popup_conti { position: fixed; width: 100%; height: 100%; background-color: rgba(0,0,0,.4); right: 0; top: 0; z-index: 1000000; padding: 10px; box-sizing: border-box; overflow-y: auto }
.popup { background-color: #fff; border-radius: 10px; box-shadow: 0 3px 6px rgba(0,0,0,.16); margin: 0 auto; padding: 50px; text-align: center; max-width: 600px; width: 100%; position: relative; box-sizing: border-box; top: 5%; border: 1px solid #444546 }
.close_popup { position: absolute; left: 0; width: 50px; border-radius: 0 30px 30px 0; background-color: #707070; color: #fff !important; text-align: center; height: 40px; line-height: 40px; top: 10px; font-weight: 700 }
.popup h2 { color: #000; font-size: 1.5em; font-weight: 400; line-height: 120% }
.popup h3 { color: #000; font-size: 1.5em; font-weight: 400; margin-bottom: 10px }
.policy_popup { }
    .policy_popup .popup { max-height: 500px; overflow-y: auto }
    .policy_popup .general_headline { }
        .policy_popup .general_headline > h2 { font-size: 1.2em; color: #444546; margin-bottom: 0 }
    .policy_popup .button2 { margin-top: 20px; display: inline-block }
.popup_conti .fa-shekel-sign { font-size: .6em }
.image_popup { display: none }
    .image_popup .popup { max-width: 1000px }
        .image_popup .popup .image { padding-bottom: 75%; background-size: contain }
.image_popup_button_conti { position: absolute; width: 100%; right: 0; left: 0; top: 44%; bottom: 0; margin: auto }
.image_popup_button { position: absolute; top: 0; width: 35px; height: 35px; line-height: 35px; background-color: #707070; color: #fff; text-align: center; border-radius: 50%; box-shadow: 0 3px 6px rgba(0,0,0,.16) }
    .image_popup_button:hover, .image_popup_button:focus { background-color: #444546 }
.image_popup_button_conti .prev { right: 0 }
.image_popup_button_conti .next { left: 0 }
.agree_terms_auction_use_popup .popup { height: 600px; overflow: hidden; overflow-y: auto; direction: ltr }
    .agree_terms_auction_use_popup .popup .button2 { position: fixed; width: 142px; left: 50%; top: calc(5% + 550px); transform: translateX(-50%) }
.calcali_agree_terms_auction_use_popup .popup .button2 { }
.added_favorites_popup { display: none }
    .added_favorites_popup .popup { max-width: 350px; width: 100%; left: 100px; margin: 0; right: initial; position: absolute; top: 85px }

.popup_buttons { }
    .popup_buttons > ul { display:flex;justify-content:center;width:100%;max-width:520px;margin:0 auto;}
        .popup_buttons > ul > li { width:49%;max-width:250px;}
        .popup_buttons > ul > li:last-child {margin-left:0; }
.popup_buttons > ul > li > * { cursor:pointer;}

/*
    כדי להציג  יש לשים 
    active 
    על 
    note_stroke
    
    כדי להציג את המלל יש לבחור על איזה 
    strong 
    לשים 
    active
    
    במידה והצעה מובילה יש להוסיף ל
    note_stroke
    את 
    good
*/
.note_stroke { background-color: #F67102; color: #fff; padding: 20px; box-sizing: border-box; text-align: center; position: fixed; width: 100%; right: 0; top: 0; z-index: 11; display: none; }
    .note_stroke.flashing { -webkit-animation: flashing 2s; -webkit-animation-iteration-count: infinite; animation: flashing 2s; animation-iteration-count: infinite; }
    .note_stroke.active { display: block; }
    .note_stroke.good { background-color: #24C153; }
    .note_stroke > strong { display: none; font-weight: 700; }
        .note_stroke > strong.active { display: inline-block; }
    .note_stroke .close_note_stroke { position: absolute; left: 5px; font-weight: 700; }

@-webkit-keyframes flashing {
    0% { background-color: #F67102; }
    33% { background-color: #ff8d40; }
    66% { background-color: #ff8d40; }
    100% { background-color: #F67102; }
}

@keyframes flashing {
    0% { background-color: #F67102; }
    33% { background-color: #ff8d40; }
    66% { background-color: #ff8d40; }
    100% { background-color: #F67102; }
}
/***End Popups****/


/******General Classes******/
.pos_relative { position: relative; }
.display_none { display: none !important; }
.display_mobile { display: none; }
.disabled_button { pointer-events: none; background-color: gray; color: white; border: gray; }
.disabled { pointer-events: none; }
.bold { font-weight: 500; }
.clearfix::after, .clearfix::before { content: ""; width: 100%; display: block; clear: both; }
.transition { transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; }
.translateY { transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); }
.pointer { cursor: pointer; }
.text_center { text-align: center; }
.text_left { text-align: left; }
.text_right { text-align: right; }
.box_sizing { box-sizing: border-box; }
.padding { padding-left: 10px; padding-right: 10px; }
.padding_t_20 { padding-top: 20px; }
.opacity_none { opacity: 0; pointer-events: none; }

[data-toggleItem] { display: none; }

.error_conti, .checkbox_validation { position: relative; }
.field-validation-error { position: absolute; right: 15px; bottom: 3px; color: #fa0404; pointer-events: none; font-size: 10px; z-index: 2; width: auto !important; }
    .input-validation-error.active, .field-validation-error + .like_select { border: 2px solid #fa0404 !important; }
.error_conti .field-validation-error { right: 0; bottom: 10px; text-align: right; width: 100% !important; font-size: 1em; }
.checkbox_validation .field-validation-error { right: 0; width: 100% !important; bottom: -12px; }
.validation-summary-errors { }
    .validation-summary-errors > ul { display: flex; flex-wrap: wrap; }
        .validation-summary-errors > ul > li { margin-left: 10px; margin-bottom: 10px; color: #fa0404; font-size: 0.8em; }

.tbl { display: table; table-layout: fixed; }
    .tbl > * { display: table-cell; }

input, textarea, select { font-family: 'Rubik', sans-serif; outline: 0; }

.image { background-position: center center; background-repeat: no-repeat; background-size: cover; height: 0; }
    .image > img { overflow: hidden; width: 100%; height: 0; opacity: 0; }
.image2 { background-position: center center; background-repeat: no-repeat; background-size: contain; }

.image_conti { }
    .image_conti > img { width: 100%; vertical-align: middle; }

.img { position: relative; }
    .img > img { position: absolute; right: 0; left: 0; margin: 0 auto; max-width: 100%; max-height: 100%; top: 50%; transform: translateY(-50%); }

.bread { box-sizing: border-box; text-align: right; font-size: 1.15em; color: #11111180; }
    .bread > * { font-weight: 400; }
    .bread a { color: #1F67E4; }
        .bread a:hover, .bread a:focus { text-decoration: underline; }

.socials > ul { display: flex; }
    .socials > ul > li { margin-left: 20px; }
        .socials > ul > li:last-child { margin-left: 0; }
        .socials > ul > li > a { display: block; color: #000000; text-align: center; }
            .socials > ul > li > a > span { font-size: 0.8em; display: block; }
            .socials > ul > li > a:hover, .footer_socials .socials > ul > li > a:focus { opacity: 0.8; }

.read_more_conti { font-size: 1.5em; font-weight: 400; }

.link { color: #F67102; }
.link2 { color: #2273FF; }
.link:hover, .link:focus { text-decoration: underline; }

.video_conti { position: relative; height: 0; padding-bottom: 60%; }
    .video_conti > *, .video_conti > * > * { position: absolute; right: 0; top: 0; width: 100%; height: 100%; }

.bread { display: flex; padding: 10px 0; box-sizing: border-box; font-size: 0.9em; color: #111111; margin-bottom: 20px; }
    .bread a { font-weight: 300; color: #F67102; }
    .bread > * { font-weight: 300; margin-left: 5px; }
    .bread a:hover, .bread a:focus { text-decoration: underline; }

/*#region qTooltip*/
.q-tooltip { position: relative; display: inline-block; }
    .q-tooltip > .q-tooltiptext { visibility: hidden; min-width: 250px; min-height: 50px; background-color: #F67102; color: #fff; text-align: center; vertical-align: middle; border-radius: 5px 5px 0 5px; padding: 5px; position: absolute; z-index: 1; bottom: 175%; right: 75%; opacity: 0; transition: opacity 0.3s; }
    .q-tooltip .q-tooltiptext::after { content: ""; position: absolute; top: 100%; left: 100%; margin-left: -14px; border-width: 7px; border-style: solid; border-color: #F67102 #F67102 transparent transparent; }
    .q-tooltip:hover .q-tooltiptext { visibility: visible; opacity: 1; }
/*#endregion qTooltip*/


.general_loader_conti { position: fixed; top: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background-color: #ffffffc7; z-index: 100000000; }
    .general_loader_conti.loaded { display: none; }
.general_loader { border: 16px solid #f3f3f3; border-radius: 50%; border-top: 16px solid #3498db; width: 120px; height: 120px; -webkit-animation: loaderspin 2s linear infinite; /* Safari */ animation: loaderspin 2s linear infinite; }

/* Safari */
@-webkit-keyframes loaderspin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes loaderspin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/******End General Classes******/

/******Headlines******/
.headline1 { position: relative; }
    .headline1 > *:not(.link) { position: relative; display: inline-block; font-size: 2.2em; box-sizing: border-box; color: #363636; z-index: 2; font-weight: 500; }
    .headline1 > * > span { color: #F67102; }
    .headline1 .headline_link { position: absolute; bottom: -20px; left: 0; color: #003C88; font-size: 1.2em; }
        .headline1 .headline_link:hover, .headline1 .headline_link:focus { text-decoration: underline; }

.headline2 { position: relative; }
    .headline2 > *:not(.link) { position: relative; display: inline-block; font-size: 1.5em; box-sizing: border-box; color: #111111; z-index: 2; font-weight: 500; }
    .headline2 .headline_link { position: absolute; bottom: -20px; left: 0; color: #003C88; font-size: 1.2em; }
        .headline2 .headline_link:hover, .headline2 .headline_link:focus { text-decoration: underline; }


.headline3 { position: relative; }
    .headline3 > * { position: relative; display: inline-block; font-size: 1.9em; box-sizing: border-box; color: #111111; z-index: 2; font-weight: 400; }
        .headline3 > * > a { color: #F67102; }
            .headline3 > * > a:hover { text-decoration: underline; }


/******End Headlines******/

/***Arrows****/
.arrow { border: solid black; border-width: 0 2px 2px 0; display: inline-block; padding: 4px; }
.arrow_right { transform: rotate(-45deg); -webkit-transform: rotate(-45deg); }
.arrow_left { transform: rotate(135deg); -webkit-transform: rotate(135deg); }
.arrow_up { transform: rotate(-135deg); -webkit-transform: rotate(-135deg); }
.arrow_down { transform: rotate(45deg); -webkit-transform: rotate(45deg); }
/***End Arrows****/

/***Quantity****/
.quantity { }
    .quantity > ul { display: flex; width: auto; border-radius: 5px; overflow: hidden; }
        .quantity > ul > li { }
            .quantity > ul > li:nth-child(2) { margin: 0 10px; }
            .quantity > ul > li > a { display: flex; justify-content: center; align-items: center; font-size: 1.2em; width: 50px; height: 50px; background-color: #D8D8D8; transition: all 0.5s ease-in-out; border-radius: 50%; }
                .quantity > ul > li > a:hover, .quantity > ul > li > a:focus { background-color: #838383; color: #fff; }
            .quantity > ul > li > input { border: 1px solid #DEDEDE; width: 100px; height: 50px; display: flex; justify-content: center; align-items: center; text-align: center; font-size: 1.4em; color: #212121; border-radius: 50px; }
            .quantity > ul > li input::-webkit-outer-spin-button,
            .quantity > ul > li input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

            /* Firefox */
            .quantity > ul > li input[type=number] { -moz-appearance: textfield; }
/***End Quantity****/

/*****Text Style*****/
/***Smaller Text****/
.small_text { }
    .small_text > p { font-size: 0.9em; line-height: 120%; }
    .small_text a { color: #F67102; }
        .small_text a:hover { text-decoration: underline; }

    .small_text > form { font-size: 0.9em; line-height: 120%; }
    .small_text button { color: #F67102; }
        .small_text button:hover { text-decoration: underline; }
/*****End Text Style*****/

@media only screen and (max-width : 1020px) {
    .hide_mobile { display: none !important; }

    .headline1 > *:not(.link) { font-size: 1.8em; }
    .headline2 > *:not(.link) { font-size: 1.3em; }
    .headline3 > * { font-size: 1.5em; }
}

/*Tender Css*/
.tender_top_sides { justify-content: space-between; align-items: center; margin-bottom: 25px; }
    .tender_top_sides > .side_one { }
    .tender_top_sides > .side_two { }
.share_tender { width: 165px; }
    .share_tender > ul { display: flex; width: 100%; }
        .share_tender > ul > li { width: 32%; margin-left: 1.33%; }
            .share_tender > ul > li:nth-child(3n) { margin-left: 0; }
            .share_tender > ul > li > a { display: block; text-align: center; font-size: 0.8em; transition: all 0.25s ease-in-out; }
                .share_tender > ul > li > a:hover { filter: brightness(1.2); }
                .share_tender > ul > li > a .icon { display: flex; width: 100%; justify-content: center; align-items: center; height: 22px; margin-bottom: 10px; }
                    .share_tender > ul > li > a .icon > img { max-width: 100%; max-height: 100%; }
                .share_tender > ul > li > a .title { }

.tender_sides { justify-content: space-between; margin-bottom: 100px; }
    .tender_sides > .side_one { width: 48%; }
    .tender_sides > .side_two { width: 50%; }

.tender_page .gallery_conti .main_pic { position: relative; width: 100%; height: 0; padding-bottom: 66%; margin-bottom: 10px; cursor: zoom-in; background-color: #fff; background-size: contain }
.tender_page .gallery_conti .sale_type_flag { position: absolute; left: 0; top: 5px; background-color: #3caaae; color: #fff; padding: 8px 5px; box-sizing: border-box; font-size: .8em; border-radius: 0 5px 5px 0 }
.tender_page .gallery_conti .gallery { }
    .tender_page .gallery_conti .gallery > ul { display: flex; flex-wrap: wrap; }
        .tender_page .gallery_conti .gallery > ul > li { position: relative; width: 32%; height: 0; padding-bottom: 25%; margin-bottom: 10px; margin-left: 2%; }
            .tender_page .gallery_conti .gallery > ul > li:nth-child(3n) { margin-left: 0 }
            .tender_page .gallery_conti .gallery > ul > li > a { display: block; position: absolute; width: 100%; height: 100%; }
                .tender_page .gallery_conti .gallery > ul > li > a:hover, .tender_page .gallery_conti .gallery > ul > li > a:focus { opacity: 0.5; }

.tender_page .title_sides { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
    .tender_page .title_sides .title_side_one { }
    .tender_page .title_sides .title_side_two { }
.tender_page .whatsapp_button { display: flex; align-items: center; color: #fff; background-color: #00B823; border-radius: 50px; border: 1px solid #00B823; padding: 5px 10px; transition: all 0.5s ease-in-out; }
    .tender_page .whatsapp_button:hover { background-color: #00e42b; }
    .tender_page .whatsapp_button > img { margin-left: 5px; width: 22px; }
    .tender_page .whatsapp_button > span { }
.tender_page .title_sides .title_side_one .headline3  > *  {display:flex;flex-wrap:wrap; }
.tender_page .title_sides .title_side_one .headline3 > * > *  { margin-left:5px;}

.tender_page .active_tender { position: relative; padding-top: 20px; margin-bottom: 20px; }
    .tender_page .active_tender .active_now { display: flex; position: absolute; right: 0; top: -20px; align-items: center; }
        .tender_page .active_tender .active_now > img { width: 18px; margin-left: 5px; }
        .tender_page .active_tender .active_now > span { }
    .tender_page .active_tender .time_left { position: relative; overflow: hidden; border: 1px solid #00000000; border-radius: 20px; background-color: #EFEFEF; width: 100%; padding: 10px 20px; box-sizing: border-box; font-size: 1.15em; font-weight: 500; color: #313131; }
        .tender_page .active_tender .time_left .timer_val { position: relative; z-index: 2; }
        .tender_page .active_tender .time_left .timer_width { position: absolute; height: 100%; width: 100%; z-index: 1; right: 0; top: 0; background: transparent linear-gradient(90deg, #F8D232 0%, #FE6204 100%) 0% 0% no-repeat padding-box; }
        .tender_page .active_tender .time_left .timer_val #counter { position: relative; z-index: 2; }
            .tender_page .active_tender .time_left .timer_val #counter > ul {display:flex;align-items:center; }
                .tender_page .active_tender .time_left .timer_val #counter > ul > li {width:28px; }
            .tender_page .active_tender .time_left .timer_val #counter > ul > li * {font-weight:500; }

.tender_page .tender_chat { box-shadow: 0px 3px 6px #00000029; border-radius: 20px; padding: 20px; box-sizing: border-box; margin-bottom: 25px; background-image: url('/Content/Resources/KonesY2/TenderPage/bg-chat.jpg'); background-position: center center; background-size: cover; }
.tender_page .tender_general_title { display: block; font-size: 1.5em; font-weight: 400; margin-bottom: 20px; }

.tender_page .last_offers { box-shadow: 0px 3px 6px #00000029; border: 1px solid #00000000; border-radius: 20px; padding: 20px; box-sizing: border-box; margin-bottom: 40px; }
    .tender_page .last_offers .offers_list { }
        .tender_page .last_offers .offers_list > ul { }
            .tender_page .last_offers .offers_list > ul > li { display: flex; align-items: center; width: 100%; padding: 5px; box-sizing: border-box; border-bottom: 1px solid #B2B2B2; color: #313131; font-size: 0.8em; }
                .tender_page .last_offers .offers_list > ul > li.user_item { }
                .tender_page .last_offers .offers_list > ul > li.user_offer > * { font-weight: 500; }
                .tender_page .last_offers .offers_list > ul > li > *:not(:last-child) { margin-left: 5px; }

.tender_page .counter { width: 100%; padding: 10px 20px; color: #313131; margin-bottom: 15px; position: relative; box-shadow: 0px 3px 6px #00000029; border: 1px solid #00000000; border-radius: 20px; }
    .tender_page .counter .counter_bg { position: absolute; height: 100%; width: 100%; top: 0; right: 0; }
    .tender_page .counter.start .counter_bg { background-color: #01B7B8; }
    .tender_page .counter.middle .counter_bg { background-color: #FEA02F; }
    .tender_page .counter.end .counter_bg { background-color: #FF1A00; }
    .tender_page .counter > ul { display: flex;  position: relative; z-index: 2; }
        .tender_page .counter > ul > li { position: relative; text-align: center; margin-left: 20px; }
            .tender_page .counter > ul > li { width: 65px;position:relative; }
            .tender_page .counter > ul > li:last-child { margin-right: 0; }
            .tender_page .counter > ul > li > strong { display: block; font-size: 3em; margin-bottom: 10px; font-weight: 400; }
            .tender_page .counter > ul > li > span { display: block; font-size: 1.05em; }
            /*.tender_page .counter > ul > li > div { position: absolute; right:calc(100% + 5px); font-size: 3em; top: 0; }*/

.tender_page .timer { display: flex; align-items: center; font-size: 0.9em; margin-bottom: 25px; }
    .tender_page .timer .lotti_clock { width: 20px; margin-left: 15px; }
    .tender_page .timer .timer_text { }
        .tender_page .timer .timer_text > strong { }
    .tender_page .timer > span { }
    .tender_page .timer .date { }

.tender_page .tender_main_button { }
    .tender_page .tender_main_button .button { max-width: 258px; padding: 20px; box-sizing: border-box; border-radius: 50px; }

.tender_page .timer.active .timer_text { color: #FEA02F; }
    .tender_page .timer.active .timer_text > strong > span { color: #FF1A00; margin-right: 5px; }

.tender_page .tender_details { box-shadow: 0px 3px 6px #00000029; border: 1px solid #00000000; border-radius: 20px; padding: 20px; box-sizing: border-box; }
    .tender_page .tender_details .info_tbl { margin-bottom: 40px; }
        .tender_page .tender_details .info_tbl .title { }
        .tender_page .tender_details .info_tbl > ul { }
            .tender_page .tender_details .info_tbl > ul > li { display: flex; justify-content: space-between; border-bottom: 1px solid #B2B2B2; padding-bottom: 5px; margin-bottom: 8px; font-size: 0.9em; }
                .tender_page .tender_details .info_tbl > ul > li > span { }
                    .tender_page .tender_details .info_tbl > ul > li > span:last-child { font-weight: 600; }

.form input:not([type="checkbox"]), .form select, .form textarea { position: relative; width: 100%; box-sizing: border-box; background-color: #fff; padding: 15px 10px; border: 1px solid #CCCCCC; border-radius: 3px; line-height: 1; font-size: 1.1em; color: #111111; font-weight: 400; }

.chat_input {margin-top:10px; }
    .chat_input ul { width:100%;}
        .chat_input ul > li { position: relative; width:100%;}
            .chat_input ul > li > input { width: 100%;border-radius:25px !important; }
.chat_input ul > li button {position:absolute;left:0;top:0;max-width:80px;height:100%;display:flex;align-items:center;justify-content:center;cursor:pointer;}

.floating_button { position: fixed; width: 90px; height: 90px; background-color: #F67102; color: #fff; text-align: center; border-radius: 50%; padding: 20px 5px; right: 10px; top: 300px; z-index: 5; font-size: 0.9em; font-weight: 400; }
    .floating_button > strong { display: block; margin-bottom: 5px; }

#btnBid.blink { -webkit-animation: blink 2s linear infinite; -moz-animation: blink 2s linear infinite; animation: blink 2s linear infinite; }

@-webkit-keyframes blink {
    0% { background-color: #F00; }

    50% { background-color: #B00000; }

    100% { background-color: #F00; }
}

@-moz-keyframes blink {
    0% { background-color: #F00; }

    50% { background-color: #B00000; }

    100% { background-color: #F00; }
}

@keyframes blink {
    0% { background-color: #F00; }

    50% { background-color: #B00000; }

    100% { background-color: #F00; }
}

.tenders_list { }
    .tenders_list > ul { display: flex; flex-wrap: wrap; }
        .tenders_list > ul > li { width: 24%; margin-left: 1.33%; margin-bottom: 40px; }
            .tenders_list > ul > li:nth-child(4n) { margin-left: 0; }

.tender_list_item { display: block; box-shadow: 0px 3px 6px #00000029; border: 1px solid #00000000; border-radius: 0 0 20px 20px; background-color: #fff; min-height: 100%; padding-bottom: 50px; position: relative; }
    .tender_list_item .image { display: block; padding-bottom: 60%; position: relative; }
    .tender_list_item .content { padding: 15px 10px; box-sizing: border-box; }
        .tender_list_item .content .date { display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
            .tender_list_item .content .date .clock { width: 18px; height: 19px; margin-left: 5px; background-image: url('/Resources/General/clockIcon.svg'); background-position: center center; background-repeat: no-repeat; background-size: contain; }
    .tender_list_item.active .content .date .clock { background-image: url('/Resources/General/clockIconActive.svg'); }
    .tender_list_item .content .date .time { font-size: 0.9em; color: #363636; }
    .tender_list_item.active .content .date .time { font-weight: 500; color: #111111; }
    .tender_list_item .content .tender_title { overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; line-height: 120%; font-size: 1.2em; color: #111111; text-align: center; margin-bottom: 20px; }
        .tender_list_item .content .tender_title > * { font-weight: 500; }
    .tender_list_item .content .tender_button { display: block; text-align: center; font-size: 1.05em; color: #363636; max-width: 216px; width: 100%; margin: 0 auto; padding: 8px 10px; box-sizing: border-box; border-radius: 50px; border: 1px solid #B2B2B2; position: absolute; right: 0; left: 0; margin: 0 auto; bottom: 20px; }
    .tender_list_item.active .content .tender_button { color: #F67102; border-color: #F67102; }
    .tender_list_item:hover .tender_button, .tender_list_item:focus .tender_button { background-color: #363636; color: #fff; }
    .tender_list_item.active:hover .tender_button, .tender_list_item.active:focus .tender_button { background-color: #F67102; color: #fff; }

.cars_online_conti { padding: 20px 10px 0 10px; box-sizing: border-box; clear: both; }
.cars_online { }
    .cars_online .content { margin-bottom: 30px; }
        .cars_online .content .title { font-size: 1.5em; display: block; text-align: center; margin-bottom: 9px; }
        .cars_online .content .item_text { display: block; text-align: center; line-height: 120%;font-size:0.9em; }
    .cars_online .icones {margin-bottom:35px; }
        .cars_online .icones > ul { }
            .cars_online .icones > ul > li { width: 20%; text-align: center; }
                .cars_online .icones > ul > li .icon {  width: 140px; height: 140px; display: flex; justify-content: center; align-items: center; background-color: #fff; box-shadow: 0px 3px 6px #00000029; border: 3px solid #EFEFEF;border-radius:50%; text-align: center; margin:0 auto 11px auto; padding:20px;box-sizing:border-box;}
                    .cars_online .icones > ul > li .icon > img {max-width:100%;max-height:100%; }
                .cars_online .icones > ul > li strong { font-weight: 400; display: block; text-align: center; margin-bottom: 5px; color: #363636; }
                .cars_online .icones > ul > li span { color: #808080; line-height: 120%; display: block;font-size:0.9em; }

.cars_online_button {margin-bottom:50px; }
    .cars_online_button > a { position: relative; width: 100%; max-width: 190px; display: block; padding: 8px 10px; box-sizing: border-box; background-color: #F67102; color: #fff; font-size: 1.15em; box-shadow: none; font-weight: 400; text-align: center; border-radius: 20px; border: 1px solid #F67102; }
.cars_online_conti_inner .cars_online_button > img { display: none; }
.cars_online_button > a:hover, .cars_online_button > a:focus { background-color: #b15000; }


/*****End Tender Page*****/

@media only screen and (max-width : 1020px) {
    /*****Tender Page*****/
    .tender_top_sides { position: relative; }
        .tender_top_sides > .side_one { width: 100%; padding-top: 20px; }
        .tender_top_sides > .side_two { position: absolute; left: 0; bottom: calc(100% - 10px); }
        .tender_top_sides > .side_one .headline1 { margin-bottom: 0; }

    .tender_sides { flex-wrap: wrap; }
        .tender_sides > .side_one { width: 100%; margin-bottom: 20px; }
        .tender_sides > .side_two { width: 100%; position: relative; }
    .tender_page .whatsapp_button { position: absolute; left: 0; bottom: 100%; }
    .tender_page .tender_general_title { font-size: 1.3em; }
    .tender_page .tender_main_button .button { padding: 15px 10px; }
    .share_tender > ul > li > a .title { display: none; }
    .tender_top_sides > .side_one { padding-top: 0; }
    .tender_top_sides > .side_two { top: calc(100% + 15px); z-index: 2; }
    .share_tender { background-color: #ffffffbe; border-radius: 25px; }

    .floating_button { font-size: 0.75em; width: 80px; height: 80px; width: 70px; height: 70px; padding: 13px 0 0 0; }

    .tenders_list > ul { justify-content: space-between; }
        .tenders_list > ul > li { width: 49%; margin: 0 0 40px 0; }

    .cars_online .icones > ul > li { width: 40%; margin-bottom: 10px; }
        .cars_online .icones > ul > li .icon {width:100px;height:100px; }
    .cars_online_button { margin-bottom: 20px; }
        .cars_online_button > img { display: none; }
    /*****End Tender Page*****/}

@media only screen and (max-width : 600px) {
    .tender_page .counter > ul > li:nth-child(even) { width: 50px; }
    .tender_page .counter > ul > li > strong { font-size: 2.5em; }
    /*.tender_page .counter > ul > li > div { right: -18px; }*/
    .tender_page .timer { flex-wrap: wrap; }

    .tenders_list > ul > li { width: 100%; margin: 0 0 40px 0; }
}

