/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on August 4, 2021 */
@font-face {
    font-family: 'worksans';
    src: url('../fonts/WorkSans-Bold.woff2') format('woff2'),
    url('../fonts/WorkSans-Bold.woff') format('woff'),
    url('../fonts/WorkSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'worksans';
    src: url('../fonts/WorkSans-Regular.woff2') format('woff2'),
    url('../fonts/WorkSans-Regular.woff') format('woff'),
    url('../fonts/WorkSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'worksans';
    src: url('../fonts/WorkSans-Black.woff2') format('woff2'),
    url('../fonts/WorkSans-Black.woff') format('woff'),
    url('../fonts/WorkSans-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'worksans';
    src: url('../fonts/WorkSans-Light.woff2') format('woff2'),
    url('../fonts/WorkSans-Light.woff') format('woff'),
    url('../fonts/WorkSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

body {font-family: "worksans";}
body *{font-family: "worksans";}
.f_8{font-size: 8px}
.f_10{font-size: 10px}
.f_12{font-size: 12px}
.f_14{font-size: 14px}
.f_16{font-size: 16px}
.f_18{font-size: 18px}
.f_20{font-size: 20px}
.f_22{font-size: 22px}
.f_24{font-size: 24px}
.f_28{font-size: 28px}
.f_30{font-size: 30px}
.f_32{font-size: 32px}
.f_48{font-size: 48px}

#skuzar_page .f_8{font-size: 8px}
#skuzar_page .f_10{font-size: 10px}
#skuzar_page .f_12{font-size: 12px}
#skuzar_page .f_14{font-size: 14px}
#skuzar_page .f_16{font-size: 16px}
#skuzar_page .f_18{font-size: 18px}
#skuzar_page .f_20{font-size: 20px}
#skuzar_page .f_22{font-size: 22px}
#skuzar_page .f_24{font-size: 24px}
#skuzar_page .f_28{font-size: 28px}
#skuzar_page .f_30{font-size: 30px}
#skuzar_page .f_32{font-size: 32px}
#skuzar_page .f_48{font-size: 48px}

.orange{color: #122B65}
.semibold{font-weight: 600}
.light{font-weight: 300}
.center{text-align: center}
.uppercase{text-transform: uppercase}
.success-box, .warning-box{box-shadow: 1px 1px 15px 0px rgba(240, 125, 5, 0.16);}


#skuzar_page .preloader { display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap;   display: -webkit-box; display: -ms-flexbox; position: absolute; z-index: 100; width: 100%; margin: auto; height: 300px;  top: 0;  bottom: 0;  left: 0;  right: 0;}
#skuzar_page .preloader .loader {width: 100%;  display: -webkit-box; display: -ms-flexbox; -webkit-box-flex: 0; -ms-flex: 0 0 100%;  flex: 0 0 100%; border: 1px solid rgba(255, 255, 255, 0.1); -webkit-box-sizing: border-box;  box-sizing: border-box;  margin: 0;  position: relative; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; overflow: hidden;}
#skuzar_page .preloader .loader span {  width: 75px;  height: 75px;  margin: 0;  background: transparent; border-top: 4px solid #00AAE5; border-right: 4px solid transparent; border-radius: 50%; -webkit-animation: 1s spin linear infinite;  animation: 1s spin linear infinite;}
#skuzar_page .listing-content {position: relative;}
@-webkit-keyframes spin { from {-webkit-transform: rotate(0deg);transform: rotate(0deg);} to {-webkit-transform: rotate(360deg);transform: rotate(360deg);} }
@keyframes spin { from {-webkit-transform: rotate(0deg);transform: rotate(0deg);} to {-webkit-transform: rotate(360deg);transform: rotate(360deg);} }


#skuzar_page .scroll_box{scrollbar-width: thin;scrollbar-color: #a3a3a3 #e3e3e3;}
#skuzar_page .scroll_box::-webkit-scrollbar { width: .4em; }
#skuzar_page .scroll_box::-webkit-scrollbar,
#skuzar_page .scroll_box::-webkit-scrollbar-thumb { overflow:visible; border-radius: 4px;height: 2px;background: #cccccc;scrollbar-width: thin;}
#skuzar_page .scroll_box::-webkit-scrollbar-thumb { background: rgba(0,0,0,1); }


#skuzar_page .first-nav{padding: 0;background-color: #122B65;}
#skuzar_page .first-nav .right-side-nav{justify-content: flex-end}
#skuzar_page .first-nav .right-side-nav a.f_14{display: inline-flex; margin-left: 15px; align-items: center;}
#skuzar_page .first-nav .right-side-nav #google_translate_element{margin-left: 15px; max-width: 200px;}
#skuzar_page .btn{text-align: center;border-radius: 35px;border:none;padding:10px 5px;width: 140px;}
#skuzar_page .btn.with_bg{color: #fff;text-decoration: none;position: relative;background: linear-gradient(90deg, #01AAE5 35%, #6ABC87 100%);}
#skuzar_page .btn.without_bg{background-color: #fff;color: #636363;border:1px solid #636363;text-decoration: none;position: relative;}
/*#skuzar_page .btn.with_bg:after{position: absolute;width: 100%;height: 100%;display: block;content: '';background: linear-gradient(90deg, rgba(226,232,240,0) 35%, rgba(226,232,240,0.4) 100%);top: 0;left: 0;border-radius: 35px}*/

#skuzar_page .btn.without_bg:hover:after{position: absolute;width: 100%;height: 100%;display: block;content: '';background: linear-gradient(90deg, rgba(226,232,240,0) 35%, rgba(226,232,240,0.4) 100%);top: 0;left: 0;border-radius: 35px}
#skuzar_page .btn.without_bg:hover{background:#01AAE5;color: #fff!important;font-weight: 600;border:1px solid #01AAE5}
#skuzar_page .btn.with_bg:hover {background: linear-gradient(90deg, #01AAE5 99%, #01AAE5 100%),no-repeat;}
#skuzar_page .second-nav{background-color: #fff;padding: 0;box-shadow: 0 1px 20px 0 rgb(76 76 76 / 25%);z-index: 1000;}
#skuzar_page .second-nav .nav_flex{display: flex;justify-content:space-between;align-items: center}
#skuzar_page .second-nav .nav_flex .left_side_nav{flex-basis: 250px}
#skuzar_page .second-nav .nav_flex .right_side_nav{flex-basis: calc(100% - 200px);display: flex;justify-content: flex-end;align-items: center}
#skuzar_page .second-nav .nav_flex .right_side_nav a{margin-left: 35px}
#skuzar_page footer{background-color: #122B65;height: auto;padding: 10px 0}
#skuzar_page .footer_flex{display: flex;justify-content: space-between;}
#skuzar_page .footer_flex .footer_column{display: flex;align-items: center;}
#skuzar_page .footer_flex .footer_column.copyright_column{flex-basis: 250px;justify-content: flex-start;color: #fff;}
#skuzar_page .footer_flex .footer_column.copyright_column img{display: block;margin-left: 10px}
#skuzar_page .footer_flex .footer_column.copyright_column a{display: flex;align-items: baseline;color: #fff}
#skuzar_page .footer_flex .footer_column.links_column{justify-content: center;flex-basis: calc(100% - 390px)}
#skuzar_page .footer_flex .footer_column.links_column a{color: #fff;margin-left: 15px;}
#skuzar_page .footer_flex .footer_column.links_column a:hover{text-decoration: underline}
#skuzar_page .footer_flex .footer_column.social_column{justify-content: flex-end;flex-basis: 135px}
#skuzar_page .footer_flex .footer_column.social_column .footer_social_link{margin-left: 10px;}
#skuzar_page .footer_flex .footer_column.social_column .footer_social_link span{display: block;background-position: top;}
#skuzar_page .footer_flex .footer_column.social_column .footer_social_link:hover span{background-position: bottom}
#skuzar_page .footer_flex .footer_column.social_column .footer_social_link.fb_link span{background-image: url('../imgs/fb-sprite.png');width: 28px;height: 27px;}
#skuzar_page .footer_flex .footer_column.social_column .footer_social_link.yt_link span{background-image: url('../imgs/yt-sprite.png');width: 28px;height: 28px}
#skuzar_page .footer_flex .footer_column.social_column .footer_social_link.li_link span{background-image: url('../imgs/linkedin-sprite.png');width: 27px;height: 27px}
#skuzar_page .second-nav.sticky{box-shadow: 0px 1px 15px 0px rgba(240, 125, 5, 0.16);}
#skuzar_page .main_baner{height: 340px;display: flex;justify-content: space-between;position: relative}
#skuzar_page .main_baner .baner_element{flex-basis: calc(50% - 50px);cursor: pointer;display: flex;align-items: center;justify-content: center;overflow: hidden}
#skuzar_page .main_baner .baner_element[data-slide="2"]{background: linear-gradient(90deg, rgba(219,223,231,1) 45%, rgba(245,247,251,1) 100%);}
#skuzar_page .main_baner .baner_element[data-slide="1"].active_baner{background: linear-gradient(90deg, #122B65 45%, #0F2659 100%);}
#skuzar_page .main_baner .baner_element[data-slide="1"]{background: linear-gradient(90deg, rgba(245,247,251,1)  45%, rgba(219,223,231,1) 100%);}
#skuzar_page .main_baner .baner_element[data-slide="2"].active_baner{background: linear-gradient(90deg, #0F2659 45%, #122B65 100%);}
#skuzar_page .main_baner .middle_baner_element{width: 100px;flex-basis: 100px;height: 100%;}
#skuzar_page .main_baner .middle_baner_element.active_left{background-color: #0F2659;background-image: linear-gradient(286deg,#0F2659  50%,  rgba(219,223,231,1) 51%);}
#skuzar_page .main_baner .middle_baner_element.active_right{background-color: #0F2659;background-image: linear-gradient(74deg,#0F2659  50%,  rgba(219,223,231,1) 51%)}
#skuzar_page .main_baner .ab_text{text-align: center;position: absolute;font-size: 53px;line-height: 1.3;color: #fff;font-weight: bold;text-transform: uppercase;text-shadow: 0px 4px 8px rgba(116, 80, 81, 0.75);width: 350px;height: 140px;top: 0;bottom: 0;left: 0;right: 0;margin: auto;padding: 0}

#skuzar_page .main_baner .baner_element .baner_podium{position: absolute;bottom: 25px;}
#skuzar_page .main_baner .baner_element .single_podium{width: 550px;height: 100px;z-index: 2;position: relative;background-color: transparent;border: 0;}
#skuzar_page .main_baner .baner_element .single_podium svg{ stroke-dashoffset: -1130px;stroke-dasharray: 2500px;transform: rotate(180deg)}
#skuzar_page .main_baner .baner_element .single_podium.podium_2{margin-top: -70px;z-index: 1}
#skuzar_page .main_baner .baner_element .single_podium.podium_1 svg{animation: stroke 1s ease-out forwards;}
#skuzar_page .main_baner .baner_element .single_podium.podium_2 svg{animation: stroke 1s ease-out forwards;}
#skuzar_page .main_baner .baner_element{position: relative}
#skuzar_page .main_baner .baner_element .baner_img{position: absolute;display: block;top: 0;bottom: 0;margin: auto;left: 0;right: 0;z-index: 5}
#skuzar_page .main_baner .baner_element .baner_img.baner_img_1{top: 40px;bottom: auto;}
#skuzar_page .main_baner .baner_element.active_baner:before{position: absolute;z-index: 0;background-image: url('../imgs/spark.png');width: 612px;height: 466px;content: '';display: block}
#skuzar_page .main_baner .baner_element.active_baner:after{content: '';display: block;position: absolute;width: 15px;height: 15px;background-color: #fff;bottom: -7px;left: 0;right: 0;margin: auto;transform: rotate(45deg);top: auto}

#skuzar_page .main_baner_one{height: 240px;}
#skuzar_page .main_baner_one .baner_one{width: 100%;height: 240px;display: flex;align-items: center;justify-content: center;overflow: hidden}
#skuzar_page .main_baner_one .baner_one .baner_one_el{height: 240px;}
#skuzar_page .main_baner_one .baner_one .baner_img{position: absolute;display: block;top: 0;bottom: 0;margin: auto;left: calc(35% - 420px);z-index: 5}
#skuzar_page .main_baner_one .baner_one .baner_img.baner_img_1{top: 20px;bottom: auto;}
#skuzar_page .main_baner_one .baner_one .baner_one_left{flex-basis: calc(35% - 50px); background: linear-gradient(90deg,rgba(39,53,72,1) 45%, rgba(60,69,98,1) 100%);}
#skuzar_page .main_baner_one .baner_one .baner_one_middle{flex-basis: 100px; background-color:#122B65;background-image: linear-gradient(286deg, #f5f7fb 50%, #122B65 51%);}
#skuzar_page .main_baner_one .baner_one .baner_one_right{flex-basis: calc(65% - 50px); background: linear-gradient(90deg, rgba(245,247,251,1)  45%, rgba(219,223,231,1) 100%); position: relative;}
#skuzar_page .main_baner_one .baner_one .baner_one_right .mtext_shadow{position: absolute; top: 30px; left: 40px;font-size: 100px; color: #dddddd; font-weight: bold; z-index: 6;}
#skuzar_page .main_baner_one .baner_one .baner_one_right .mtext{position: absolute; top: 100px; left: 40px; font-size: 40px; color: #333f57; padding: 0; border-bottom: 2px solid #f2790a; width: fit-content; z-index: 7;}
#skuzar_page .main_baner_one .baner_one .baner_one_right .ctext{position: absolute; top: 180px; left: 40px; font-size: 22px; color: #343f57;}

#skuzar_page .menu-link-container{justify-content: flex-start}
#skuzar_page .second-nav .mobile-menu a.with_border{border-bottom: 1px solid #000}
#skuzar_page .second-nav .mobile-menu{box-shadow: 0px 1px 15px 0px rgb(0 170 229 / 16%)}

#skuzar_page .dedicate_baner{height: 320px;background-position: center;background-repeat: no-repeat}
#skuzar_page .dedicate_baner .page{height: 100%}
#skuzar_page .dedicate_baner .dedicate_flex{display: flex;width: 100%;justify-content: center;align-items: flex-start;height: 100%}
#skuzar_page .dedicate_baner .dedicate_flex h1{color: #122B65;padding: 0;margin: 0;}
#skuzar_page .dedicate_baner .dedicate_flex p{color: #122B65;margin: 15px 0;min-height: 68px;display: flex;align-items: center;justify-content: center;}
#skuzar_page .dedicate_baner .dedicate_flex .btn{display: block;width: 200px;}
#skuzar_page .dedicate_baner .dedicate_flex .dedicate_text{display: flex;justify-content: center;align-items: center;flex-wrap: wrap;flex-direction: column;max-width: 800px;text-align: center;    width: 100%;height: 100%;}
#skuzar_page .dedicate_baner .dedicate_flex .dedicate_text.with_bg{position: relative;}
#skuzar_page .dedicate_baner .dedicate_flex .dedicate_text.with_bg:after{z-index: 0;background: linear-gradient(90deg, rgba(60,69,98,1) 45%, rgba(39,53,72,1) 100%);content: '';position: absolute;display: block;width: 100%;height: 100%;transform: skewX(-20deg);opacity: .95;top: -1px;left: 0}
#skuzar_page .dedicate_baner .dedicate_flex .dedicate_text.with_bg h1{color: #fff;z-index: 1}
#skuzar_page .dedicate_baner .dedicate_flex .dedicate_text.with_bg p{color: #fff;z-index: 1}

#skuzar_page .main_baner .category_name{height: auto;left: 0;text-align: center;right: 0;font-weight: 300}
#skuzar_page .products_categories{box-shadow: 0px 1px 15px 0px rgb(0 170 229 / 16%);padding: 20px 15px;background-color: #fff;margin-top: 2px}
#skuzar_page .products_categories .sub_category{display: none}
#skuzar_page .products_categories .sub_category.active_categories{display: flex;flex-wrap: wrap;align-items: center}
#skuzar_page .products_categories .sub_category .single_subcategory{flex-basis: 280px;cursor: pointer;border: 1px solid transparent;border-radius: 15px;padding: 10px;text-align: center;position: relative}
#skuzar_page .products_categories .sub_category .single_subcategory .sub_icon{height: 90px;display: flex;justify-content: center;align-items: center;    z-index: 2;position: relative;}
#skuzar_page .products_categories .sub_category .single_subcategory img{display: block;margin: 0 auto}
#skuzar_page .products_categories .sub_category .single_subcategory p{text-align: center;position: relative;    padding-right:0px;display: inline-block;}
#skuzar_page .products_categories .sub_category .single_subcategory p .sub_arrow{position: absolute;transition: 250ms ease;right: -25px;top: 0;bottom: 0;margin: auto;height: 17px;width: 21px;display: block}
#skuzar_page .products_categories .sub_category .single_subcategory p .sub_arrow svg{width: 21px;height: 17px;fill:#000}
#skuzar_page .products_categories .sub_category .single_subcategory:hover{border-color: #00AAE5}
#skuzar_page .products_categories .sub_category .single_subcategory:hover .sub_arrow{right: -30px}
#skuzar_page .products_categories .sub_category .single_subcategory:hover .sub_arrow svg{fill:#00AAE5}
#skuzar_page .products_categories .sub_category .single_subcategory:after{display: block;content: '';width: 70px;height: 70px;border-radius: 50%;transform: scale(0);background-color: #fff;transition: 250ms ease;position: absolute;left: 0;right: 0;margin: auto;z-index: 1;top: 10px}
#skuzar_page .products_categories .sub_category .single_subcategory:hover:after{transform: scale(1)}
#skuzar_page .special_offerts{background-color: #f5f7fb;padding: 40px 0}
#skuzar_page .special_offerts .special_flex{display: flex;justify-content: space-between;flex-wrap: wrap}
#skuzar_page .special_offerts .special_flex .single_offert{background-color: #fff;flex-basis: 32%;border-radius: 10px;padding: 20px;position: relative;}
#skuzar_page .follow{right: 5px;position: absolute;z-index: 101;width: 37px;height: 37px;border-radius: 50%;background-color: rgba(255,255,255,.8);text-align: center;line-height: 37px;top: 275px;left: 35px!important;    display: flex;justify-content: center;align-items: center;padding: 0;cursor: pointer}
#skuzar_page .follow span {background-image: url(../imgs/follow-sprite.png);width: 24px;height: 25px;background-position: bottom;display: block;margin: 0 auto;}
#skuzar_page .special_offerts .special_flex .single_offert .sash{padding: 12px 5px;width: 190px;right: -15px;top: 20px;left: auto;color: #fff;font-weight: bold;font-size: 16px;text-transform: uppercase;display: flex;align-items: center;justify-content: center;border-radius: 35px}
#skuzar_page .special_offerts .special_flex .single_offert .sash img{margin-right: 5px;display: block}
#skuzar_page .special_offerts .special_flex .single_offert .sash:before{content: none;}
#skuzar_page .special_offerts .special_flex .single_offert:hover{opacity: .6}
#skuzar_page .special_offerts .special_flex .single_offert .sash.day_offert_promo{background-color: #00AAE5;}
#skuzar_page .special_offerts .special_flex .single_offert .sash.other_sash{background-color: #122B65}
#skuzar_page .special_offerts .special_flex .single_offert .offert_img{height: 225px;width: 400px;margin: 0 auto;position: relative}
#skuzar_page .special_offerts .special_flex .single_offert .offert_img img{display: block;border-radius: 10px; height: 100%; width: auto; margin: 0 auto;}
#skuzar_page .special_offerts .special_flex .single_offert .offert_info{}
#skuzar_page .special_offerts .special_flex .single_offert .offert_img .follow{bottom: 10px;left: 10px!important;top: auto;right: auto}
#skuzar_page .follow:hover:after{content: 'Obserwuj';position: absolute;width: 70px;height: 20px;background-color: #fff;border:1px solid #000;text-align: center;display: block;    font-size: 12px;top: -25px;padding: 0;line-height: 21px;opacity: 1;}
#skuzar_page .follow.active:hover:after{content: 'Nie obserwuj';position: absolute;width: 100px;height: 20px;background-color: #fff;border:1px solid #000;text-align: center;display: block;    font-size: 12px;top: -25px;padding: 0;line-height: 21px;opacity: 1;}
#skuzar_page .special_offerts .special_flex .single_offert .offert_info h4{margin: 10px 0;color: #000;font-weight: 600;padding: 0;text-align: left!important;    min-height: 55px;}
#skuzar_page .special_offerts .special_flex .single_offert .offert_info .extra_info_box{}
#skuzar_page .special_offerts .special_flex .single_offert .offert_info .extra_info_box p{color: #636363}
#skuzar_page .special_offerts .special_flex .single_offert .offert_info .offert_price_box{text-align: right;margin-top: 10px}
#skuzar_page .special_offerts .special_flex .single_offert .offert_info .offert_price_box p{}
#skuzar_page .special_offerts .special_flex .single_offert .offert_info .offert_price_box .price_type{color: #636363;margin-top: 10px}
#skuzar_page .section_head{color: #000;text-align: center;margin: 25px 0;padding: 0;}
#skuzar_page .special_offerts.last_auctions{padding: 10px 0 150px}
#skuzar_page .benefits{background-color: #fff;padding: 10px 0 40px}
#skuzar_page .benefits.with_padding_box{padding: 10px 0 150px}
#skuzar_page .benefits .benefits_flex{display: flex;justify-content: space-between;flex-wrap: wrap}
#skuzar_page .benefits .benefits_flex .single_benefit{flex-basis: 24%}
#skuzar_page .benefits .benefits_flex .single_benefit .benefit_img{height: 170px;position: relative;margin-bottom: 10px;    display: flex;align-items: center;justify-content: center;}
#skuzar_page .benefits .benefits_flex .single_benefit p{text-align: center;line-height: 1.2}
#skuzar_page .counters_info{background: linear-gradient(90deg, #00AAE5 45%, #00AAE5 100%);position: relative;padding: 55px 15px;}
#skuzar_page .counters_info .counter_img{position: absolute;right: 7%;bottom: -40px;display: block;}
#skuzar_page .counters_info .counters_box{width: 100%;max-width: 950px;display: flex;justify-content: space-between;flex-wrap: wrap;align-items: center}
#skuzar_page .counters_info .counters_box .single_counter{flex-basis: 33%;position: relative}
#skuzar_page .counters_info .counters_box .single_counter.middle_counter:after{content: '';display: block;width: 1px;height: 85%;top: 0;bottom: 0;right: 0;left: auto;background-color: #fff;margin: auto;position: absolute}
#skuzar_page .counters_info .counters_box .single_counter.middle_counter:before{content: '';display: block;width: 1px;height: 85%;top: 0;bottom: 0;right: auto;left: 0;background-color: #fff;margin: auto;position: absolute}
#skuzar_page .counters_info .counters_box .single_counter .counter_div{color: #fff;margin-bottom: 20px;text-align: center}
#skuzar_page .counters_info .counters_box .single_counter .counter{font-size: 70px;font-weight: bold}
#skuzar_page .counters_info .counters_box .single_counter .counter_desc{text-align: center;line-height: 1.2;color: #fff;}
#skuzar_page .articles{padding-bottom: 70px;}
#skuzar_page .articles .articles_container{display: flex;justify-content: space-between;flex-wrap: wrap}
#skuzar_page .articles .articles_container .single_article{flex-basis: 31%;box-shadow: 0px 1px 15px 0px rgb(0 170 229 / 16%);border-radius: 10px}
#skuzar_page .articles .articles_container .single_article:hover .read_more{text-decoration: underline}
#skuzar_page .articles .articles_container .single_article .article_image{height: 270px;border-top-right-radius: 10px;border-top-left-radius: 10px;position: relative;overflow: hidden;}
#skuzar_page .articles .articles_container .single_article .article_image img{display: block;border-top-right-radius: 10px;border-top-left-radius: 10px;left: 0;min-width: 440px;position: absolute}
#skuzar_page .articles .articles_container .single_article .article_text{padding: 20px;}
#skuzar_page .articles .articles_container .single_article .article_text .article_head{min-height: 65px;margin-bottom: 5px;line-height: 1.2;color: #000;text-align: left;    padding: 0;}
#skuzar_page .articles .articles_container .single_article .article_text .article_body{color: #636363;line-height: 1.2;min-height: 90px}
#skuzar_page .articles .articles_container .single_article .article_text .read_more{display: flex;justify-content: flex-end;align-items: center;cursor: pointer}
#skuzar_page .articles .articles_container .single_article .article_text .read_more img{display: block;margin-right: 5px}
#skuzar_page .contact_section{padding-bottom: 30px}
#skuzar_page .contact_section .contact_flex{display: flex;justify-content: space-between;flex-wrap: wrap}
#skuzar_page .contact_section .contact_flex .contact_column{flex-basis: 48%;}
#skuzar_page .contact_section .contact_flex .contact_column .column_head{color: #000;text-align: left;padding: 0;margin-bottom: 30px}
#skuzar_page .contact_section .contact_flex .contact_column .contact_map{margin-bottom: 30px}
#skuzar_page .contact_section .contact_flex .contact_column .contact_map #map-canvas{height: 340px;border-radius: 25px;width: 100%;max-width: 100%;box-shadow: 0px 1px 15px 0px rgba(60, 69, 98, 0.16);}
#skuzar_page .contact_section .contact_flex .contact_column .contact_places{display: flex;flex-wrap: wrap;justify-content: space-between}
#skuzar_page .contact_section .contact_flex .contact_column .contact_places .single_address{flex-basis: 49%;position: relative;margin-bottom: 25px;padding-left: 40px}
#skuzar_page .contact_section .contact_flex .contact_column .contact_places .single_address img{position: absolute;left: 0;top: 0;}
#skuzar_page .contact_section .contact_flex .contact_column .contact_places .single_address p{}

#skuzar_page .contact_section .form_content{padding-left: 10px;display: flex;justify-content: space-between;flex-wrap: wrap}
#skuzar_page .contact_section .form_content .input_box{position: relative;padding-bottom: 20px;flex-basis: 49%}
#skuzar_page .contact_section .form_content .input_box.w_100{flex-basis: 100%}
#skuzar_page .contact_section .form_content .input_box label{display: block;margin-bottom: 7px;font-size: 16px;}
#skuzar_page .contact_section .form_content .input_box input{width: 100%;border-radius: 10px;border:1px solid #b7b7b7;font-size: 16px;color: #000;padding: 5px 8px;margin: 0}
#skuzar_page .contact_section .form_content .input_box textarea{width: 100%;border-radius: 10px;border:1px solid #b7b7b7;font-size: 16px;color: #000;padding: 10px 8px;min-height: 100px;margin: 0}
#skuzar_page .contact_section .form_content .input_box input.invalid,#skuzar_page .contact_section .form_content .input_box textarea.invalid{border:1px solid #fe4848;background-color: #ffeded}
#skuzar_page .contact_section .form_content .input_box .input_error{text-align: center;color: #FF0000;font-size: 10px;position: absolute;left: 0;bottom: 8px;display: none}
#skuzar_page .contact_section .form_content .input_box .input_error.input_bad{display: block}
#skuzar_page .contact_section .form_content .input_box input::placeholder{font-size: 14px}
#skuzar_page .contact_section .form_content .input_box textarea::placeholder{font-size: 14px}
#skuzar_page .input_checkbox label{padding-left: 30px}
#skuzar_page .input_checkbox [type="checkbox"]:not(:checked),#skuzar_page .input_checkbox [type="checkbox"]:checked { position: absolute; left: -9999px; }
#skuzar_page .input_checkbox [type="checkbox"]:not(:checked) + label,#skuzar_page .input_checkbox [type="checkbox"]:checked + label {cursor: pointer; }
#skuzar_page .input_checkbox [type="checkbox"]:not(:checked) + label:before,#skuzar_page .input_checkbox [type="checkbox"]:checked + label:before { content: ''; position: absolute;left: 0px;top: 0px;width: 20px;height: 20px;border: none;background: #f5f6f8;border-radius: 4px;}
#skuzar_page .input_checkbox [type="checkbox"]:not(:checked) + label:after,#skuzar_page .input_checkbox  [type="checkbox"]:checked + label:after { content: ''; position: absolute;top: 5px;left: 5px;width: 10px;height: 10px;background-color: #00AAE5}
#skuzar_page .input_checkbox [type="checkbox"]:not(:checked) + label:after { opacity: 0; transform: scale(0);}
#skuzar_page .input_checkbox .term_text{background-color: #f5f6f8;border-radius: 10px;padding: 8px;line-height: 1.1;display: block}
#skuzar_page .contact_section .form_content .send_msg{cursor: pointer}
#skuzar_page .contact_section .form_content .form_button{display: flex;justify-content: flex-end;width: 100%}
#skuzar_page .filter-top-bar{background: url(../imgs/filter.png) no-repeat 16px 6px transparent;padding: 0px 0px 0px 60px;margin-top: 20px;min-height: 54px;box-shadow: none;display: flex;flex-wrap: wrap;align-items: center;}
#skuzar_page .filter-top-bar .filter-single span{padding: 0;top: 0;bottom: 0;margin: auto;}
#skuzar_page .filter-top-bar .filter-single span:before,#skuzar_page .filter-top-bar .filter-single span:after{background: #000}
#skuzar_page .filter-top-bar .filter-single{background-color: #fff;border-radius: 10px;padding: 6px 40px 6px 10px;margin: 0 10px 10px 0}
#skuzar_page .listing div.advanced-search{box-shadow: 0px 1px 15px 0px rgb(0 170 229 / 16%);border-radius: 20px;}
#skuzar_page .checkbox-filter label{font-size: 11px;font-weight: normal;border-radius: 10px;background-color: #ededed;color: #9f9fa0;border:1px solid #dddddd;height: 24px}
#skuzar_page .checkbox-filter input:checked + label {background: #00AAE5;color: #fff;border-color: #00AAE5}
#skuzar_page .checkbox-filter{margin-bottom: 5px}
#skuzar_page .select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#00AAE5 transparent transparent transparent !important }
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {background-color: #00AAE5 !important;}
#skuzar_page .filter-range.ui-slider-horizontal .ui-slider-handle{background: linear-gradient(90deg, #00AAE5 20%, #00AAE5 100%)}
#skuzar_page .filter-range .ui-widget-header{background: linear-gradient(90deg, #00AAE5 20%, #00AAE5 100%)}
#skuzar_page .listing {padding-bottom: 20px;    min-height: calc(100vh - 204px);}
#skuzar_page .advanced-search h5 {padding: 10px 0 5px;}
#skuzar_page .search-cnt input{border-radius: 10px}
#skuzar_page .listing-content .single_auction{box-shadow: 0px 1px 15px 0px rgb(0 170 229 / 16%);}
#skuzar_page .advanced-search .input input{border-radius: 10px}
#skuzar_page .select2-container--default .select2-selection--single {border-radius: 10px !important;}
#skuzar_page .listing-content .single_auction:hover h3 {color: #00AAE5;}
#skuzar_page .listing-content .single_auction h3 p{}
#skuzar_page .listing-content .single_auction h3 p span{    display: inline-block;font-size: 14px}
#skuzar_page .listing-content .single_auction .options .price{color: #00AAE5;}
#skuzar_page .listing-content .single_auction .options .price *{color: #00AAE5;}
#skuzar_page .listing-content .single_auction .options .price .currency{font-weight: normal}
#skuzar_page .listing-content .single_auction{display: flex;justify-content: space-between;align-items: center;border-radius: 10px;padding: 8px 35px 8px 8px;height: auto;max-height: 100%;width: 100%;max-width: 100%;flex-basis: 100%}
#skuzar_page .listing-content .single_auction .auction_img{width: 100%;max-width: 100%;flex-basis: 230px;border-radius: 10px;overflow: hidden;height: 127px;padding: 0}
#skuzar_page .listing-content .single_auction .auction_img img{    position: absolute;left: 0;top: 0;height: 170px;width: 226px;border-radius: 10px}
#skuzar_page .listing-content .single_auction .auction_price{display: flex;flex-direction: column;align-items: flex-end;flex-basis: 200px;justify-content: space-between;padding: 0}
#skuzar_page .listing-content .single_auction .auction_info{flex-basis: calc(100% - 430px);display: flex;flex-direction: column;min-height: 160px;justify-content: space-between;width: 100%}
#skuzar_page .listing-content .almost_done{display: none;border-radius: 35px;background-color: #fdf2e6;padding: 10px 5px;}
#skuzar_page .listing-content .single_auction .auction_info .vehicle-info{position: relative!important;left: auto;right: auto;top: auto;bottom: auto;margin: 0}
#skuzar_page .listing-content .single_auction .auction_info .vehicle-info .single{position: relative!important;left: auto;right: auto;top: auto;bottom: auto}
#skuzar_page .listing-content .single_auction .auction_info .vehicle-info .vehicle_seller_info{width: 100%;text-align: left;display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap}
#skuzar_page .listing-content .single_auction .auction_info .vehicle-info .vehicle_seller_info p{flex-basis: calc(100% - 100px);font-size: 14px}

#skuzar_page .listing-content .tiles_mode .single_auction .auction-content .vehicle-info .vehicle_seller_info{}
#skuzar_page .listing-content .tiles_mode .single_auction .auction-content .vehicle-info .vehicle_seller_info p{flex-basis: 100%}
#skuzar_page .listing-content .tiles_mode .single_auction .auction-content .vehicle-info{min-height: 160px}

#skuzar_page .listing-content .clock{display: flex;align-items: center;justify-content: center}
#skuzar_page .listing-content .clock_element{width: 36px;height: 36px;border:1px solid #000;border-radius: 50%;display: flex;justify-content: center;align-items: center;position: relative;}
#skuzar_page .listing-content .clock_element .counterD{text-overflow: ellipsis;white-space: nowrap;display: block;overflow: hidden}
#skuzar_page .listing-content .clock_element .counter_unit{position: absolute;background-color: #e2e8f0;display: flex;justify-content: center;align-items: center;border-radius: 50%;width: 15px;height: 15px;right: -5px;bottom: -5px;font-size: 9px;}
#skuzar_page .listing-content .clock_separator{margin: 0 4px}
#skuzar_page .listing-content .tiles_mode .auction_type{margin: 10px 0 20px}
#skuzar_page .listing-content .single_auction .sash{padding: 8px 5px;width: 150px;right: auto;top: 8px;left: 110px;color: #fff;font-weight: bold;font-size: 13px;text-transform: uppercase;display: flex;align-items: center;justify-content: center;border-radius: 35px;background-color: #122B65}
#skuzar_page .listing-content .single_auction .sash img{margin-right: 5px;display: block}
#skuzar_page .listing-content .single_auction .sash:before{content: none;}
#skuzar_page .listing-content .single_auction .auction_img .follow{top: 125px;left: 10px!important;right: auto}
#skuzar_page .pagination .nav-button{height: 45px;width: 45px;border-radius: 50%;display: flex;align-content: center;justify-content: center;background-color: transparent;border: 1px solid #000}
#skuzar_page .pagination .nav-button:hover{background:linear-gradient(90deg, #00AAE5 45%, #00AAE5 100%) }
#skuzar_page .pagination a{height: 45px;width: 45px;border-radius: 50%;display: flex;align-items: center;justify-content: center;border: 1px solid transparent}
#skuzar_page .pagination {display: flex;justify-content: center;align-items: center;    margin: 45px 0 15px;}
#skuzar_page .pagination span.nav-element {vertical-align: middle;align-items: center;line-height: 1;display: flex;align-content: center;justify-content: center;height: auto;}
#skuzar_page .pagination a:hover{color: #fff;background:linear-gradient(90deg, #00AAE5 45%, #00AAE5 100%);border-color: transparent}
#skuzar_page .pagination .nav-button i {display: flex;margin: 0 auto;align-items: center;justify-content: center;}
#skuzar_page .pagination > span.nav-element.present {height: 45px;width: 45px;border-radius: 50%;display: flex;align-content: center;justify-content: center;color: #fff;background:linear-gradient(90deg, #00AAE5 45%, #00AAE5 100%);border-color: transparent}
#skuzar_page .pagination .page_dots:hover{color: #000;background: transparent;border-color: transparent;}
#skuzar_page .toggle_view{display: flex;justify-content: flex-end;align-items: center;margin-left: 30px;}
#skuzar_page .sort_box{display: flex;justify-content: flex-end;align-items: center}
#skuzar_page .sort_box p{margin-right: 15px}
#skuzar_page .filter-options{display: flex;flex-basis: 100%;justify-content: flex-end;align-items: center;width: 100%}
#skuzar_page .toggle_view .view_trigger{cursor: pointer;width: 40px;height: 30px;display: flex;justify-content: center;align-items: center}
#skuzar_page .toggle_view .view_trigger span{background-position: bottom;display: block}
#skuzar_page .toggle_view .view_trigger:hover span{background-position: top;}
#skuzar_page .toggle_view .view_trigger.active_view span{background-position: top;}
#skuzar_page .toggle_view .view_trigger span.listing_view{background-image: url(../imgs/view_1.png);width: 22px;height: 16px}
#skuzar_page .toggle_view .view_trigger span.tile_view{background-image: url(../imgs/view_2.png);width: 22px;height: 22px}
#skuzar_page .contact-banner{    background-image: url(../imgs/contact_bg.png);width: 100%;height: 377px;background-position: center;}

#skuzar_page .listing-content .tiles_mode{display: flex;justify-content: flex-start;flex-wrap: wrap}
#skuzar_page .listing-content .tiles_mode .single_auction{flex-basis: 24%;flex-wrap: wrap;padding: 8px;align-items: flex-start;    min-width: 1px;margin-bottom: 5px;}
#skuzar_page .listing-content .tiles_mode .single_auction .auction_img {width: 100%;max-width: 100%;flex-basis: 100%;border-radius: 10px;overflow: hidden;height: 170px;}
#skuzar_page .listing-content .tiles_mode .single_auction .auction_info {flex-basis: 100%;display: flex;flex-direction: column;min-height: 1px;justify-content: space-between;padding: 7px 0;width: 100%;}
#skuzar_page .listing-content .tiles_mode .single_auction .auction_price {display: flex;flex-direction: column;align-items: center;flex-basis: 100%;justify-content: flex-start;padding: 15px 0px 5px;min-height: 1px;}
#skuzar_page .listing-content .tiles_mode .single_auction .sash{left: 18px;}
#skuzar_page .listing-content .tiles_mode .single_auction .auction_img img{min-width: 245px}
#skuzar_page .listing-content .tiles_mode .single_auction .auction-content h3{    font-size: 20px;min-height: 100px;margin-bottom: 10px;}
#skuzar_page .listing-content .tiles_mode .single_auction .auction-content .vehicle-info{display: flex;flex-wrap: wrap;justify-content: space-between;}
#skuzar_page .listing-content .tiles_mode .single_auction .auction-content .vehicle-info .single{flex-basis: auto;padding: 0 0px 0px 27px;margin: 5px 0;min-width: 100%}

#skuzar_page .menu-link-container:hover,#skuzar_page .menu-link-container:active{background-color: transparent}

#skuzar_page .second-nav .mobile-menu a{color: #000;background-color: #fff;display: block}
#skuzar_page .second-nav .mobile-menu a:hover{color: #fff;background-color: #00AAE5}
#skuzar_page .listing-content .single_auction .auction-content .vehicle-info .single{text-align: left}
#skuzar_page .listing-content .single_auction .auction_img img{min-width: 1px;width: auto;height: auto;min-height: 1px;}
#skuzar_page .listing-content .tiles_mode .single_auction{margin: 14px 10px 5px 0px;    overflow: hidden;}
#skuzar_page .auction_text_box{box-shadow: 0px 1px 15px 0px rgb(253 42 42 / 16%)}
#skuzar_page .advanced-search .select2-container {display: inline-block;width: 100%!important;}

#skuzar_page .advanced-search .select2-container.select2-container--disabled .select2-selection--single .select2-selection__arrow b{border-color: #9f9fa0 transparent transparent transparent !important}


#skuzar_page .listing div.advanced-search{padding: 0}
#skuzar_page .listing div.advanced-search .form-inputs{    padding: 1px 30px 15px; }
#skuzar_page .form-inputs{display: none}
#skuzar_page .form-inputs.active_form_inputs{display: block}
#skuzar_page .search_main_categories{display: flex;justify-content: space-between;}
#skuzar_page .search_main_categories .search_tile{flex-basis: 50%;cursor: pointer;background-color: #f5f7fb;display: flex;justify-content: center;align-items: center;border-bottom: 1px solid #dddddd;height: 50px}
#skuzar_page .search_main_categories .search_tile p{color: #9f9fa0}
#skuzar_page .search_main_categories .search_tile{border-top-right-radius: 20px}
#skuzar_page .search_main_categories .search_tile:first-child{border-right: 1px solid #dddddd;border-top-right-radius: 0px;border-top-left-radius: 20px;}
#skuzar_page .search_main_categories .search_tile.active_tile{background-color: #fff;border-bottom: 2px solid #00AAE5}
#skuzar_page .search_main_categories .search_tile.active_tile p{color: #000;font-weight: bold}
#skuzar_page .search_main_categories .search_tile:hover{background-color: #fff;border-bottom: 2px solid #00AAE5}
#skuzar_page .search_main_categories .search_tile:hover p{color: #000}
#skuzar_page .hidden_section{opacity: 0;transition: 250ms ease;}
#skuzar_page .hidden_section.m_show {animation: show 1s forwards linear;}

#skuzar_page .special_offerts.similar_offerts{background-color: transparent;padding: 0 0 70px 0}
#skuzar_page .special_offerts.similar_offerts .special_flex .single_offert .offert_img{width: 245px;height: 138px;overflow: hidden;border-radius: 10px;}
#skuzar_page .special_offerts.similar_offerts .special_flex .single_offert .offert_info h4{min-height: 40px;}
#skuzar_page .special_offerts.similar_offerts .special_flex .single_offert .sash {padding: 7px 5px;width: 150px;font-size: 14px;}
#skuzar_page .special_offerts.similar_offerts .follow{top: 130px}
#skuzar_page .special_offerts.similar_offerts .special_flex .single_offert{padding: 15px}

#skuzar_page .auction_view{background-color: #f5f7fb}
#skuzar_page .auction_view .breadcrumbs{padding: 10px 15px}
#skuzar_page .breadcrumbs span{color: #00AAE5}
#skuzar_page .product_section{background-color: #f5f7fb}
#skuzar_page .product_section .product_flex{display: flex;justify-content: space-between;flex-wrap: wrap}
#skuzar_page .product_section .product_flex .product_feature{flex-basis: 500px}
#skuzar_page .product_section .product_flex .product_body{flex-basis: calc(100% - 530px)}
#skuzar_page .product_section .product_flex .product_body .padding_section{background-color: #fff;border-radius: 10px;padding: 25px 35px;box-shadow: 0px 1px 15px 0px rgb(0 170 229 / 16%);margin-bottom: 20px;}
#skuzar_page .product_section .product_flex .product_feature .padding_section{background-color: #fff;border-radius: 10px;padding: 20px;box-shadow: 0px 1px 15px 0px rgb(0 170 229 / 16%);margin-bottom: 20px;}
#skuzar_page .product_section .product_flex .product_body .padding_section h2{text-align: center;margin-bottom: 30px;font-weight: normal;margin-top: 0}
#skuzar_page .product_section h2{font-weight: normal}

#skuzar_page .product_section .product_flex .product_body .padding_section.product_price{}
#skuzar_page .product_section .product_flex .product_body .padding_section.product_price .highest_bid.mobile_view{display: none;align-items: center;justify-content: center;margin: 15px 0;}
#skuzar_page .product_section .product_flex .product_body .padding_section.product_price .highest_bid.mobile_view p{color: #898a8a;}
#skuzar_page .product_section .product_flex .product_body .padding_section.product_price .highest_bid.mobile_view p.youwin{color: #000;}
#skuzar_page .product_section .product_flex .product_body .padding_section.product_price .highest_bid.mobile_view img {display: block;margin-right: 10px;}
#skuzar_page .product_section .product_flex .product_body .product_basic{margin-bottom: 15px;}
#skuzar_page .product_section .product_flex .product_body .product_basic h1{padding: 0;margin: 0 0 20px 0;color: #000;}
#skuzar_page .product_section .product_flex .product_body .product_basic p{}
#skuzar_page .product_section .product_flex .product_body .product_basic .auction_date_information{color: #898a8a}
#skuzar_page .product_section .product_flex .product_feature .feature_price .auction_date_information{color: #898a8a;text-align: center;}
#skuzar_page .product_section .product_flex .product_feature .feature_price .auction_date_information.offert_end_information{color: #122B65;padding: 15px 5px;background-color: #fdf2e6;border-radius: 10px}
#skuzar_page .product_section .product_flex .product_body .product_gallery{position: relative}
#skuzar_page .product_section .product_flex .product_body .product_gallery .sash{padding: 12px 5px;width: 190px;right: 15px;top: 20px;left: auto;color: #fff;font-weight: bold;font-size: 16px;text-transform: uppercase;display: flex;align-items: center;justify-content: center;border-radius: 35px;background-color: #122B65}
#skuzar_page .product_section .product_flex .product_body .product_gallery .sash:before{content: none}
#skuzar_page .product_section .product_flex .product_body .product_gallery .gallery_content{position: relative}
#skuzar_page .product_section .product_flex .product_body .product_gallery .gallery_content .gallery_arrow{width: 40px;height: 40px;border-radius: 50%;background-color: rgba(255,255,255,.8);display: flex;align-items: center;justify-content: center;position: absolute;cursor: pointer;z-index: 10}
#skuzar_page .product_section .product_flex .product_body .product_gallery .gallery_content .gallery_arrow.arrow_right{    top: 600px;right: 10px;}
#skuzar_page .product_section .product_flex .product_body .product_gallery .gallery_content .gallery_arrow.arrow_left{top: 600px;left: 10px;}
#skuzar_page .product_section .product_flex .product_body .product_gallery .gallery_content .gallery_arrow:hover{opacity: .5}
#skuzar_page .product_section .product_flex .product_body .product_gallery .gallery_content .gallery_arrow span{display: block;height: 19px}
#skuzar_page .product_section .product_flex .product_body .product_gallery .gallery_content .big_picture{border-radius: 10px;margin-bottom: 10px;display: block;    height: 660px;overflow: hidden;position: relative;z-index: 2}
#skuzar_page .product_section .product_flex .product_body .product_gallery .gallery_content .big_picture img.main_img{border-radius: 10px;    min-width: 100%;}
#skuzar_page .product_section .product_flex .product_body .product_gallery .gallery_content .bottom_images{margin-bottom: 25px;}
#skuzar_page .product_section .product_flex .product_body .product_gallery .gallery_content .bottom_images .slick-track{margin-left: 0}
#skuzar_page .product_section .product_flex .product_body .product_gallery .gallery_content .bottom_images .small_picture{border-radius: 10px;margin: 0 10px 0 0;position: relative;overflow: hidden;border:1px solid transparent;height: 89px;flex-basis: 149px;max-width: 149px}
#skuzar_page .product_section .product_flex .product_body .product_gallery .gallery_content .bottom_images .small_picture:last-child{margin-right: 0px}
#skuzar_page .product_section .product_flex .product_body .product_gallery .gallery_content .bottom_images .small_picture.active{border:1px solid #122B65;opacity: .8;}
#skuzar_page .product_section .product_flex .product_body .product_gallery .gallery_content .bottom_images .small_picture img{min-width: 147px;position: absolute;left: 0;top: 0}
#skuzar_page .product_section .product_data_flex{display: flex;justify-content: flex-start;flex-wrap: wrap;border-bottom: 1px solid #dfe1e6;}
#skuzar_page .product_section .product_data_flex .single_data{display: flex;align-items: center;flex-basis: 33.33%;padding: 10px 5px;background-color: #fff;border-top: 1px solid #dfe1e6}
#skuzar_page .product_section .product_data_flex:last-child{border-bottom: 1px solid #dfe1e6;background-color: #f5f7fb;}
#skuzar_page .product_section .product_data_flex:first-of-type{border-bottom: 1px solid #dfe1e6;background-color: #fff;border-top: 1px solid #dfe1e6;}
#skuzar_page .product_section .product_data_flex:first-of-type .single_data{border: none}
#skuzar_page .product_section .product_flex .product_feature .feature_price .link_space{margin-top: 20px}
#skuzar_page .product_section .product_flex .product_feature .feature_price .link_space a{display: flex;text-align: center;justify-content: center;align-items: center;}
#skuzar_page .product_section .product_flex .product_feature .feature_price .link_space a:hover{text-decoration: underline}
#skuzar_page .product_section .product_flex .product_feature .feature_price .link_space a svg{width: 15px;height: 15px;display: inline-block;margin-right: 5px;fill:#00AAE5}

#skuzar_page .product_section .product_data_flex .single_data:nth-child(n+4):nth-child(-n+6){background-color: #f5f7fb}
#skuzar_page .product_section .product_data_flex .single_data:nth-child(n+10):nth-child(-n+12){background-color: #f5f7fb}
#skuzar_page .product_section .product_data_flex .single_data:nth-child(n+15):nth-child(-n+17){background-color: #f5f7fb}
#skuzar_page .product_section .movie_field{position: relative;padding-bottom: 56.25%; /* 16:9 */height: 0;}
#skuzar_page .product_section .movie_field iframe{position: absolute;top: 0;left: 0;width: 100%;height: 100%;clip-path: inset(1px 1px);}


#skuzar_page .product_section .product_data_flex .single_data .data_img{flex-basis: 45px;}
#skuzar_page .product_section .product_data_flex .single_data .data_img img{display: block}
#skuzar_page .product_section .product_data_flex .single_data .data_text{flex-basis: calc(100% - 50px)}
#skuzar_page .product_section .product_data_flex .single_data .data_text p{line-height: 1.2;color: #000}
#skuzar_page .product_section .product_data_flex .single_data .data_text p.grey{color: #898a8a}
#skuzar_page .product_section .product_description{flex-basis: 100%;padding-top: 30px;}
#skuzar_page .product_section .product_description p{line-height: 1.2}
#skuzar_page .product_section .product_description ul{list-style: initial; margin: 5px 0;}
#skuzar_page .product_section .product_description ul li{margin-left: 25px;}
#skuzar_page .product_section .product_description ol {margin: 5px 0; padding: 0;}
#skuzar_page .product_section .product_description ol li{margin-left: 25px;}
#skuzar_page .product_section .product_eq_flex{display: flex;justify-content:flex-start;flex-wrap: wrap;border-top:1px solid #dfe1e6}
#skuzar_page .product_section .product_eq_flex:nth-child(even){background-color: #f5f7fb}
#skuzar_page .product_section .product_eq_flex:last-child{border-bottom: 1px solid #dfe1e6}
#skuzar_page .product_section .product_eq_flex .single_eq{flex-basis: 25%;display: flex;align-items: center;justify-content: space-between;padding: 10px 5px 10px 10px}
#skuzar_page .product_section .product_eq_flex .single_eq .eq_img{flex-basis: 35px;}
#skuzar_page .product_section .product_eq_flex .single_eq p{flex-basis: calc(100% - 40px);text-align: left}
#skuzar_page .product_section .product_price .price_box{width: 100%;border-radius: 10px;background-color: #fdf2e6;text-align: center;padding: 15px 5px;}
#skuzar_page .product_section  .appraiser_box{}
#skuzar_page .product_section  .appraiser_box .single_a_opinion{position: relative;padding: 15px 10px 15px 55px;font-size: 14px;width: 100%;display: block;border-bottom:1px solid #dfe1e6}
#skuzar_page .product_section  .appraiser_box .single_a_opinion img{position: absolute;left: 15px;    top: 0;bottom: 0;margin: auto;}
#skuzar_page .product_section  .appraiser_box .single_a_opinion:last-child{border-bottom: 0}
#skuzar_page .product_section  .appraiser_box .single_a_opinion:nth-child(even){background-color: #f5f7fb}
#skuzar_page .product_section .product_extra_info{}
#skuzar_page .product_section .product_extra_info .extra_box{display: flex;width: 100%;align-items: center}
#skuzar_page .product_section .product_extra_info .extra_box .extra_box_img{flex-basis: 165px;display: flex;align-items: center;justify-content: center}
#skuzar_page .product_section .product_extra_info .extra_box .extra_text{flex-basis: calc(100% - 370px)}
#skuzar_page .product_section .product_extra_info .extra_box .extra_logo{flex-basis: 200px}
#skuzar_page .product_section .product_extra_info .extra_box p{margin-bottom: 10px}
#skuzar_page .product_section .product_extra_info .extra_box .extra_span_info {display: block;}
#skuzar_page .product_section  .appraiser_box .single_a_opinion:hover{text-decoration: underline}
#skuzar_page .product_section .product_extra_info .extra_box.seller_box{margin-bottom: 35px}

#skuzar_page .product_section .product_price .price_box .price_currency {display: inline-block;line-height: 1;margin-left: 5px}
#skuzar_page .product_section .product_price .price_box .price_kind{display: block}
#skuzar_page .product_section .product_price .price_box .price{display: flex;align-items: center;justify-content: center}
#skuzar_page .product_section .history_table{}
#skuzar_page .product_section .history_table th,#skuzar_page .product_section .history_table td{text-align: left;font-size: 14px;padding: 15px 5px;}
#skuzar_page .product_section .history_table tbody tr{background-color: #fff;border-top:1px solid #dfe1e6}
#skuzar_page .product_section .history_table th{font-weight: 600}
#skuzar_page .product_section .history_table table{width: 100%;border-collapse: collapse;}
#skuzar_page .product_section .history_table tbody tr:nth-child(even){background-color: #f5f7fb;}
#skuzar_page .product_section .history_table td img{display: block;margin: 0 auto}
#skuzar_page .product_section .history_table tr.hidden_row{display: none}
#skuzar_page .product_section .history_table tr.hidden_row.show_row{display: table-row}
#skuzar_page .product_section .history_table .hidden_row_trigger{display: flex;align-items: center;justify-content: flex-end;margin: 15px 0}
#skuzar_page .product_section .history_table .hidden_row_trigger p{display: none;cursor: pointer}
#skuzar_page .product_section .history_table .hidden_row_trigger p.active_trigger{display: block}
#skuzar_page .product_section .history_table .hidden_row_trigger p:hover{text-decoration: underline}
#skuzar_page .product_section .product_flex .product_feature .feature_image{display: flex;align-items: center;justify-content: space-between;flex-basis: 215px;border-radius: 10px;position: relative;min-height: 121px}
#skuzar_page .product_section .product_flex .product_feature .feature_image img{border-radius: 10px;position: absolute;display: block;top: auto;left: 0;bottom: 0}
#skuzar_page .product_section .product_flex .product_feature .feature_inside{position: relative}
#skuzar_page .product_section .product_flex .product_feature .feature_info{flex-basis: calc(100% - 230px);border-radius: 10px}
#skuzar_page .product_section .product_flex .product_feature .feature_info img{border-radius: 10px}
#skuzar_page .product_section .product_flex .product_feature .feature_info h3{color: #000;line-height: 1;margin-bottom: 8px}
#skuzar_page .product_section .product_flex .product_feature .feature_info p{color: #616263}
#skuzar_page .product_section .product_flex .product_feature .feature_price{}
#skuzar_page .product_section .product_flex .product_feature .feature_price .actual_price{text-align: center;margin-bottom: 10px}
#skuzar_page .product_section .product_flex .product_feature .feature_price .price_space{    width: 100%;border-radius: 20px;background-color: #fdf2e6;text-align: center;padding: 15px 5px;text-align: center}
#skuzar_page .product_section .product_flex .product_feature .feature_price .price_space .curr_price{}
#skuzar_page .product_section .product_flex .product_feature .feature_price .price_space .price_currency{    display: inline-block;line-height: 1;margin-left: 5px;}
#skuzar_page .product_section .product_flex .product_feature .feature_price .price_space .price_kind{display: block;}
#skuzar_page .product_section .product_flex .product_feature .highest_bid{display: flex;align-items: center;justify-content: center;margin: 15px 0}
#skuzar_page .product_section .product_flex .product_feature .highest_bid img{display: block;margin-right: 10px}
#skuzar_page .product_section .product_flex .product_feature .highest_bid p{color: #898a8a;}
#skuzar_page .product_section .product_flex .product_feature .highest_bid p span{color: #000}
#skuzar_page .product_section .product_flex .product_feature .button_space{margin: 30px 0 15px;text-align: center}
#skuzar_page .product_section .product_flex .product_feature .button_space .main_btn{font-size: 38px;padding: 20px 5px;width: 100%;max-width: 370px;margin: 0 auto;border-radius: 50px;cursor: pointer}
#skuzar_page .product_section .product_flex .product_feature .extra_options{text-align: center}
#skuzar_page .product_section .product_flex .new_bid{margin: 15px 0;text-align: center;position: relative}
#skuzar_page .product_section .product_flex .new_bid .ab_price{position: absolute;color: #000;    position: absolute;color: #000;right: 20px;bottom: 26px;line-height: 1;}
#skuzar_page .product_section .product_flex .new_bid .ab_price .price_kind{display: block}
#skuzar_page .product_section .product_flex .new_bid > p{}
#skuzar_page .product_section .product_flex .new_bid input.bid_input{width: 100%;border: 1px solid #dfe1e6;border-radius: 10px;text-align: center;padding:7px 80px 7px 5px;height: auto;color: #898a8a}
#skuzar_page .single-auction.nothing{border-radius: 10px;box-shadow: 0px 1px 15px 0px rgb(0 170 229 / 16%); background-color: #fff;}
#skuzar_page .single-auction.nothing p{font-weight: 600}
#skuzar_page .advanced-search h5{font-weight: 600}
#skuzar_page .listing-content .single_auction .options .price .currency .smaller{font-weight: normal}
#skuzar_page .regulations .regulations-content{box-shadow: 0px 1px 15px 0px rgb(0 170 229 / 16%)}
#skuzar_page .faq-page .subpage .questions-container .inner-content{box-shadow: 0px 1px 15px 0px rgb(0 170 229 / 16%)}
#skuzar_page .special_offerts .special_flex.other_pages_flex .single_offert{flex-basis: 100% !important;margin-bottom: 15px}
#skuzar_page .subpage .questions-container .accordion-trigger{color: #00AAE5}
#skuzar_page .contact-banner .banner-description-container{background: linear-gradient(to right, #00AAE5, rgba(8,121,83,0))}
#skuzar_page .regulations .regulations-content *{color: #000!important;font-family: "worksans",Sans-serif!important;}
#skuzar_page .news-details .news-details-content{box-shadow: 0px 1px 15px 0px rgb(0 170 229 / 16%);margin-bottom: 20px}
#skuzar_page .news-details .back-to-list{width: 180px;}
#skuzar_page .news-list .read-more-btn{width: 180px;cursor: pointer}
#skuzar_page .news-list.news-details .article-img{border-color: #00AAE5}
#skuzar_page .pagination span.nav-element{background-color: transparent!important;}
#skuzar_page .popup-overlay .popup.popup-system .popup-content .title h3{color: #00AAE5!important;width: 100%}
#skuzar_page .popup-overlay .popup.popup-system .popup-content .content .price{color: #00AAE5}
#skuzar_page .special_offerts.not_found_auctions {background-color: transparent;padding: 10px 0 15px;width: 100%;}
#skuzar_page .notfound-second-section{background-color: #f5f7fb}
#skuzar_page .notfound .notfound-content .error a{width: 200px}
#skuzar_page .login_page{display: flex;justify-content: center;align-items: center;padding: 30px 15px;    min-height: calc(100vh - 203px);}
#skuzar_page .login_box{display: flex;justify-content: space-between;align-items: center;flex-basis: 1170px;height: 450px;}
#skuzar_page .login_box .login_column{flex-wrap: wrap;height: 100%;flex-basis: 45%;background-color: #122B65;position: relative;display: flex;justify-content: center;align-content: center;box-shadow: 0px 1px 59px 0px rgb(0 170 229 / 16%);}
#skuzar_page .login_box .login_column.login_image img{position: absolute;min-width: 714px}
#skuzar_page .login_box .login_column.login_image{border-top-left-radius: 35px;border-bottom-left-radius: 35px;z-index: 2}
#skuzar_page .login_box .login_column.login_form{flex-basis: 55%;background-color: #fff;border-top-right-radius: 35px;border-bottom-right-radius: 35px;}
#skuzar_page .login_box .login_column.login_form h1{color: #000;flex-basis: 100%;padding: 0;text-align: center;margin-bottom: 60px}
#skuzar_page .login_box .login_column.login_form{flex-wrap: wrap;}
#skuzar_page .login_box .login_column.login_form .buttons_flex{display: flex;justify-content: center;flex-direction: column;align-items: center;margin-top: 60px;}
#skuzar_page .login_box .login_column.login_form .buttons_flex a{text-decoration: underline;display: inline-block;margin:5px 0}
#skuzar_page .login_box .login_column.login_form .buttons_flex button{cursor: pointer;width: 220px;margin-bottom: 15px}
#skuzar_page .login_box .login_column.login_form .form_input{    position: relative;padding-bottom: 10px;}
#skuzar_page .login_box .login_column.login_form .form_input input{width: 100%;border-radius: 10px;}
#skuzar_page .login_box .login_column.login_form .form_input.error input{border-color: #FF0000}
#skuzar_page .login_box .login_column.login_form .form_input input.invalid{border-color: #FF0000}
#skuzar_page .login_box .login_column.login_form .form_space{width: 100%;max-width: 460px;margin: 0 auto}
#skuzar_page .login_box .login_column.login_form .form_input .input_error{display: none;position: absolute;font-size: 10px;bottom: 0;color: #FF0000}
#skuzar_page .login_box .login_column.login_form .form_input .input_error.input_bad{display: block}


#skuzar_page .form_input_box{}
#skuzar_page .radio_box_div{position: relative;display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;min-height: 42px;}
#skuzar_page .radio_box_div label{padding-left: 30px;position: relative;font-size: 12px;display: block;line-height: 20px;}
#skuzar_page .radio_box_div .single_radio{flex-basis:130px}
#skuzar_page .radio_box_div [type="radio"]:not(:checked),#skuzar_page .radio_box_div [type="radio"]:checked { position: absolute; left: -9999px; }
#skuzar_page .radio_box_div [type="radio"]:not(:checked) + label,#skuzar_page .radio_box_div [type="radio"]:checked + label {cursor: pointer; }
#skuzar_page .radio_box_div [type="radio"]:not(:checked) + label:before,#skuzar_page .radio_box_div [type="radio"]:checked + label:before { content: ''; position: absolute;left: 0px;top: 0px;width: 18px;height: 18px;border: 1px solid #a1a1a2;background: #fff;border-radius: 50%;}
#skuzar_page .radio_box_div [type="radio"]:not(:checked) + label:after,#skuzar_page .radio_box_div  [type="radio"]:checked + label:after { content: ''; position: absolute;top: 6px;left: 6px;width: 8px;height: 8px;background-color: #ffffff;border-radius: 50%;}
#skuzar_page .radio_box_div [type="radio"]:not(:checked) + label:after { opacity: 0; transform: scale(0);}
#skuzar_page .radio_box_div [type="radio"]:checked + label:before{background-color:#00AAE5;border-color:#00AAE5 }
#skuzar_page .radio_box_div  [type="radio"]:checked + label{color: #00AAE5}

#skuzar_page .reg_box{display: flex;justify-content: space-between;align-items: center;flex-basis: 1170px;height: 650px;}
#skuzar_page .reg_box .reg_column{height: 100%}
#skuzar_page .reg_box .reg_column.step_column{background-color: #122B65;border-top-left-radius: 35px;border-bottom-left-radius: 35px;flex-basis: 180px;display: flex;justify-content: center;align-items: center}
#skuzar_page .reg_box .reg_column.body_column{border-top-right-radius: 35px;border-bottom-right-radius: 35px;flex-basis: calc(100% - 180px);padding: 30px 0px;box-shadow: 0px 1px 59px 0px rgb(0 170 229 / 16%);}
#skuzar_page .reg_box .reg_column.step_column .steps_box{position: relative;display: flex;flex-direction: column;justify-content: space-between;align-items: center;height: 345px}
#skuzar_page .reg_box .reg_column.step_column .steps_box .single_step{z-index:2;display: flex;justify-content: center;align-items: center;font-size: 15px;text-align: center;color: #9f9fa0;width: 48px;height: 48px;border-radius: 50%;background-color: #f2f4f8}
#skuzar_page .reg_box .reg_column.step_column .steps_box .single_step.active_step{color: #fff;background:linear-gradient(90deg, #01AAE5 35%, #6ABC87 100%);,no-repeat;}
#skuzar_page .reg_box .reg_column.body_column h1{color: #000;padding-left: 25px}
#skuzar_page .reg_box .reg_column.body_column .form_flex{display: flex;justify-content: center;flex-wrap: wrap;margin-top: 40px}
#skuzar_page .reg_box .reg_column.body_column .form_flex .form_column{flex-basis: 50%;padding: 0 25px;}
#skuzar_page .reg_box .reg_column.body_column .form_flex .form_column:first-child{border-right: 1px solid #e5e7ea}
#skuzar_page .reg_box .reg_column.body_column .form_flex.to_start{justify-content: flex-start}
#skuzar_page .reg_box .reg_column.body_column p.with_padding{padding-left: 25px;margin: 20px 0;}
#skuzar_page .reg_box .reg_column.body_column .form_input_box{position: relative;padding-bottom: 25px}
#skuzar_page .reg_box .reg_column.body_column .form_input_box > label{display: block;font-size: 12px;font-weight: 600;margin-bottom: 5px}
#skuzar_page .reg_box .reg_column.body_column .form_input_box > input{width: 100%;border-radius: 10px;margin: 0;}
#skuzar_page .reg_box .reg_column.body_column .form_input_box .info{right: 9px;top: auto;position: absolute;cursor: pointer;bottom: 33px;}
#skuzar_page .reg_box .reg_column.body_column .form_input_box .tooltip {position: absolute;border: #00AAE5 2px solid;display: none;background: #ffffff;color: #6a6a6a;font-size: 11px;padding: 10px;z-index: 2;margin: -94px 0 0 -20px;bottom: 32px;left: calc(100% - 170px);width: 200px;}
#skuzar_page .reg_box .reg_column.body_column .form_input_box .info:hover .tooltip{display: block}
#skuzar_page .reg_box .reg_column.body_column .form_input_box .errors{bottom: 10px;font-size: 8px}
#skuzar_page .reg_box .reg_column.step_column .steps_box:before{position: absolute;display: block;content: '';width: 1px;background-color: #fff;z-index: 1;left: 0;right: 0;margin: auto;height: calc(100% - 90px);top: 45px;}
#skuzar_page .reg_box .reg_column.body_column .bottom_buttons{display: flex;justify-content: flex-end;margin-top: 60px;padding: 0 25px}
#skuzar_page .reg_box .reg_column.body_column .bottom_buttons.reg_btns{justify-content: space-between;}
#skuzar_page .reg_box .reg_column.body_column .bottom_buttons.reg_btns .step_back{font-size: 14px;border: none;padding: 0;font-size: 14px;background-color: transparent!important;width: auto;text-align: left;height: auto;display: flex;justify-content: flex-start;align-items: center;}
#skuzar_page .reg_box .reg_column.body_column .bottom_buttons.reg_btns .step_back:hover{text-decoration: underline}
#skuzar_page .reg_box .reg_column.body_column .bottom_buttons.reg_btns .step_back svg{    transform: rotate(180deg);width: 21px;height: 17px;fill: #00AAE5;}
#skuzar_page .reg_box .reg_column.body_column .bottom_buttons .btn{width: 210px;cursor: pointer}
#skuzar_page .reg_box .reg_column.body_column .bottom_buttons.reg_btns.to_center{justify-content: center}
#skuzar_page .reg_box .reg_column.body_column .form_input_box [type="checkbox"]:not(:checked) + label:before, #skuzar_page .reg_box .reg_column.body_column .form_input_box [type="checkbox"]:checked + label:before {border: 1px solid #000;}
#skuzar_page .reg_box .reg_column.body_column .form_input_box [type="checkbox"]:not(:checked) + label:after, #skuzar_page .reg_box .reg_column.body_column .form_input_box [type="checkbox"]:checked + label:after{top: 6px;left: 6px}
#skuzar_page .reg_box .reg_column.body_column .bottom_buttons.reg_btns.to_end{justify-content: flex-end}
#skuzar_page .reg_box .reg_column.body_column .bottom_buttons.step_two_btns{margin-top: 0}

#skuzar_page .reg_box .reg_column.body_column .form_flex .form_column .half_input_box{display: flex;justify-content: space-between;flex-wrap: wrap}
#skuzar_page .reg_box .reg_column.body_column .form_flex .form_column .half_input_box .form_input_box{flex-basis: 48%}
#skuzar_page .reg_box .reg_column.body_column .form_flex .form_column.no_border{border: none}
#skuzar_page .terms_box{padding: 25px;width: 100%}
#skuzar_page .terms_box_2{padding: 0 25px 25px;}
#skuzar_page .terms_box .fake_check_label{display: block;font-size: 12px;font-weight: 600;margin-bottom: 25px;}
#skuzar_page .terms_box label{font-weight: normal;position: relative}
#skuzar_page .terms_box label .terms_text{    font-weight: normal;padding: 15px;border-radius: 10px;background-color: #f2f4f8;font-size: 11px}
#skuzar_page .reg_box .reg_column.body_column .form_input_box.terms_box .errors{left: 25px}
#skuzar_page .reg_box .reg_column.body_column .input_checkbox > label{padding-left: 40px}

#skuzar_page .reg_box .reg_column.body_column .form_input_box > input::placeholder{color: #9f9fa0}
#skuzar_page .reg_box .reg_column.body_column .select2-selection__placeholder {color: #9f9fa0;}

#skuzar_page .not_found_space{    background: linear-gradient(90deg, rgba(245,247,251,1) 45%, rgba(219,223,231,1) 100%);padding: 50px 0 45px}
#skuzar_page .notfound {background-image: url(../imgs/404-baner.png);height: 381px;width: 100%;background-position: center;background-size: cover;}
#skuzar_page .not_found_space .not_found_link{display: block;margin: 20px auto;text-align: center}
#skuzar_page .not_found_space .not_found_link:hover{text-decoration: underline}
#skuzar_page .not_found_space p{margin: 15px 0 25px;}
#skuzar_page .not_found_space h3{color: #000;}

#skuzar_page .reg_box.verify_box{height: auto}
#skuzar_page .reg_box.verify_box .reg_column.body_column{border-radius: 35px!important;text-align: center;flex-basis: 100%!important;padding: 30px 10px;    box-shadow: 0px 1px 59px 0px rgb(0 170 229 / 16%)!important;border:none!important;}
#skuzar_page .reg_box.verify_box .reg_column.body_column h1{padding-left: 0;font-size: 24px;}

#skuzar_page .notfound-second-section.white_bg{background-color: #fff;}
#skuzar_page .notfound-second-section.white_bg .special_offerts .special_flex .single_offert{    box-shadow: 0px 1px 15px 0px rgb(0 170 229 / 16%);}
#skuzar_page .bidding .listing-content{flex-basis: 100%;width: 100%;max-width: 100%;padding: 0}
#skuzar_page .bidding .btn.with_bg{min-height: 1px}

#skuzar_page .listing-content .single_auction:hover .auction_type *{color: #000}
#skuzar_page .listing-content .single_auction:hover .clock_element{color: #000}
#skuzar_page .single-auction.nothing p{padding: 15px 0}
#skuzar_page .bidding .tab-triggers-inner .trigger:hover{color: #00AAE5}
#skuzar_page .bidding .tab-triggers .trigger:hover{color: #00AAE5}
#skuzar_page .popup-overlay .popup{border-radius: 20px}
#skuzar_page .popup-overlay .popup.popup-system .popup-content .buttons-cnt{display: flex;justify-content: center;align-items: center;flex-wrap: wrap}
#skuzar_page .popup-overlay .popup.popup-system .popup-content .buttons-cnt .btn{float: none;    width: auto;padding: 15px 10px;margin: 0 8px;color: inherit}
#skuzar_page .popup-overlay .popup.popup-system .popup-content .buttons-cnt .cancel_popup_btn{margin-top: 15px;flex-basis: 100%}
#skuzar_page .popup-overlay .popup.popup-system .popup-content .buttons-cnt .cancel_popup_btn svg {height: 16px;width: 16px;fill: #858586;display: inline-block;vertical-align: bottom;}
#skuzar_page .popup-overlay .popup.popup-system .popup-content .buttons-cnt .btn.register{color: #000}
#skuzar_page .popup-overlay .popup.popup-system .popup-content .buttons-cnt .btn.login-redirect{color: #fff}
#skuzar_page .bidding.informations .tab-content.my-info .btn{margin: 15px auto 25px;display: block;cursor: pointer}
#skuzar_page .bidding.informations .tab-content.my-info .input input{border-color: #00AAE5}
#skuzar_page .bidding.informations .select2-container--default .select2-selection--single .select2-selection__rendered{border-color: #00AAE5}
#skuzar_page .popup-overlay .popup.popup-system .popup-content .content .right.price-container .buy_popup{cursor: pointer;margin-top: 15px}
#skuzar_page .select2-container--default .select2-selection--single .select2-selection__rendered {line-height: 40px !important;}
#skuzar_page .bidding .breadcrumbs a:hover{color: #00AAE5}
#skuzar_page .breadcrumbs a:hover{color: #00AAE5;text-decoration: none}
#skuzar_page .contact_section .contact_flex .contact_column .hidden_text{display: none}
#skuzar_page .bidding.informations .subpage .input .info .tooltip{border-color: #00AAE5}
#skuzar_page .informations .success{color: #007C54}
#skuzar_page .bidding .tab-content .nothing{padding: 0;color: #00AAE5}
#skuzar_page .popup-overlay .popup.popup-system .popup-content .content .bottom-content .bid_btn{cursor: pointer;font-weight: 500;width: 220px;padding: 14px 5px;height: auto;line-height: 1;    font-size: 20px;margin-top: 10px; }
#skuzar_page .popup-overlay .popup.popup-system .popup-content .content .max-offer .price{    color: #00AAE5!important;}
#skuzar_page .popup-overlay .popup.popup-system .btn.buy_popup{cursor: pointer;font-weight: 500;width: 220px;padding: 14px 5px;height: auto;line-height: 1;    font-size: 20px;margin-top: 0px;}
#skuzar_page .popup-overlay .popup.popup-system .btn.auc_popup{cursor: pointer;font-weight: 500;width: 220px;padding: 14px 5px;height: auto;line-height: 1;    font-size: 20px;margin-top: 0px;}
#skuzar_page .flash.form{text-align: left;padding: 10px;position: absolute;right: 0;top: 10px;background-color: #fff;max-width: 400px}
#skuzar_page .flash.form h4{padding-left: 0}
#skuzar_page .flash.form i{display: none}
#skuzar_page .flash.form.warning{    box-shadow: 0px 1px 15px 0px rgb(255 0 0 / 16%);}
#skuzar_page .flash.form.success{    box-shadow: 0px 1px 15px 0px rgb(0 124 84 / 16%);}
#skuzar_page .articles .see-more a svg{width: 21px;height: 17px;fill: #000;    display: inline-block;vertical-align: middle;}
#skuzar_page .product_section .product_flex .product_body .product_gallery .gallery_content .bottom_images{}
#skuzar_page .product_section .product_flex .product_body .product_gallery .gallery_content{    max-width: 100%;width: 100%;}
#skuzar_page .product_section .product_flex .product_body .product_gallery .gallery_content .top_slider{max-height: 657px;overflow: hidden;margin-bottom: 15px;}
#skuzar_page .product_section .product_flex .product_body .product_gallery .gallery_content .slick-initialized .slick-slide.slick-current .small_picture{border: 1px solid #122B65;opacity: .8;}
#skuzar_page .product_section .product_flex .product_body {flex-basis: calc(100% - 530px);width: calc(100% - 530px);}
#skuzar_page .product_section .product_flex .product_body .product_gallery .gallery_content .gallery_arrow.arrow_right,#skuzar_page .product_section .product_flex .product_body .product_gallery .gallery_content .gallery_arrow.arrow_left{    top: 0!important;bottom: 0!important;margin: auto;}
#skuzar_page .news-details .back-to-list{border: none;padding: 0;font-size: 14px;background-color: transparent!important;width: auto;text-align: left;height: auto;display: flex;justify-content: flex-start;align-items: center;}
#skuzar_page .news-details .back-to-list svg{transform: rotate(180deg);    width: 21px;height: 17px;fill:#00AAE5}
#skuzar_page .news-details .back-to-list:hover{text-decoration: underline;color: #00AAE5}
#skuzar_page .reg_box .reg_column.body_column .form_input_box .getCompanyData{    position: absolute;color: #00AAE5;font-size: 12px;right: 0;bottom: 10px;cursor: pointer;}
#skuzar_page .reg_box .reg_column.body_column .form_input_box .getCompanyData:hover{text-decoration: underline}
#skuzar_page .main_baner .hover_podium .category_name{color: #122B65}

#skuzar_page .main_baner .hover_podium:after{display: block;content: '';width: 220px;height: 220px;border-radius: 50%;transform: scale(0);background-color: #FFFFFF;transition: 250ms ease;position: absolute;left: 0;right: 0;z-index: 1;top: -240px;bottom: auto;animation: grow .3s forwards;margin: auto;}
#skuzar_page .main_baner .hover_podium{position: relative;left: 0;right: 0;margin: auto;}


#skuzar_page.prd_body .product_section .product_flex .product_feature .feature_price .price_space .curr_price{color: #122B65}
#skuzar_page.prd_body .product_section .product_flex .product_feature .button_space .main_btn{background: #00AAE5;}
#skuzar_page.prd_body .product_section .product_price .price_box .current_price {color: #122B65;}
#skuzar_page.prd_body .product_section .product_price .price_box .price_currency {color: #122B65;}
#skuzar_page.prd_body .special_offerts .special_flex .single_offert .offert_info .offert_price_box p{color: #122B65;}
#skuzar_page .products_categories .sub_category .single_subcategory:after{background-color: #fff}
#skuzar_page .toggle_view .view_trigger svg {width: 25px;height: 30px;fill: #8e8e8f;}
#skuzar_page .toggle_view .view_trigger.active_view svg {fill: #122B65;}

#skuzar_page .bidding .single-auction.single-conversation.flex_conversation .answer_field .contact-form button{cursor: pointer}
#skuzar_page .faq-page h2 {color: #000000;font-size: 28px;text-align: center;font-weight: 700;}

#skuzar_page .mobile-search-trigger{}
#skuzar_page .mobile-search-trigger svg{fill: #00AAE5;width: 20px;height: 20px;display: inline-block;margin-right: 5px}
#skuzar_page .mobile_search_input{display: none;}
#skuzar_page .mobile_search_input input{margin: 0;width: 100%;border-color: #dddddd;padding: 10px;text-align: left;height: 42px;background-image: url(../imgs/small-search-icon.png);background-position: 95% center;background-repeat: no-repeat}
#skuzar_page .mobile_search_flex{display: none;justify-content: space-between;align-items: center;border-bottom: 1px solid #616263}
#skuzar_page .listing-content .tiles_mode .single_auction .auction_img img{min-width: 1px;position: relative!important;    height: auto!important;width: auto!important;}

#skuzar_page .listing-content .tiles_mode .single_auction .auction_img {    width: auto;max-width: 100%;flex-basis: auto;border-radius: 10px;overflow: hidden;height: auto!important;position: relative;margin: 0 auto;}
#skuzar_page .listing-content .single_auction .auction_img .follow{top: auto!important;bottom: 10px!important;}
#skuzar_page .faq-page .subpage .questions-container .accordion-trigger {border-bottom: 2px solid #f2f2f2;padding: 20px 10px 20px 35px;line-height: 1.2;font-size: 20px;position: relative;display: block;font-weight: 700;}
#skuzar_page .faq-page .subpage .questions-container .inner-content {padding: 20px 20px 30px;}
#skuzar_page .faq-page .subpage .questions-container .accordion-trigger img {position: absolute;transition: ease all 250ms;top: 0;left: 5px;bottom: 0;margin: auto;max-height: 9px;}
#skuzar_page .faq-page .subpage .questions-container .accordion-content {font-size: 14px;padding: 20px 20px 20px 15px;border-bottom: 2px solid #f2f2f2;}
#skuzar_page .subpage.textpage{background-color: transparent}
#skuzar_page .flex_box{display: flex;justify-content: flex-start;flex-wrap: wrap;box-shadow: 0px 1px 15px 0px rgb(0 170 229 / 16%);background-color: #fff;margin-top: 0px;padding: 15px}
#skuzar_page .flex_box .single_article{flex-basis: 31%;margin: 0 1% 15px}
#skuzar_page .flex_box .single_article .article_img{display: flex;justify-content: center;align-items: center;margin-bottom: 10px;border-radius: 10px;height: 200px;overflow: hidden;position: relative}
#skuzar_page .flex_box .single_article .article_img img{display: block;position: absolute;width: 300px;height: 200px;left: 0;right: 0;margin: auto;border-radius: 10px;min-width: 300px;}
#skuzar_page .flex_box .single_article .article_field{}
#skuzar_page .flex_box .single_article .article_field .article_title{text-align: left;font-size: 20px;line-height: 1.1;min-height: 48px;font-weight: 600}
#skuzar_page .flex_box .single_article .article_field .article_description{font-size: 16px;line-height: 1.2;text-align: left;min-height: 70px;}
#skuzar_page .flex_box .single_article{border-bottom: 1px solid #00AAE5;padding-bottom: 10px;}
#skuzar_page .flex_box .single_article .btn{display:block;margin: 0}
#skuzar_page .flex_box .single_article .article_tools{display: flex;justify-content: space-between;margin: 15px 0 0;flex-wrap: wrap;align-items: center}
#skuzar_page .flex_box .single_article .article_tools .article_date{text-align: right;font-size: 14px;}
#skuzar_page .main_baner .baner_element .mobile_podium{display: none}
#skuzar_page .news-details .news-details-content .article_date{display: block;margin: 15px 0;font-weight: normal;font-size: 16px}
#skuzar_page .follow.gallery_follow{bottom: 150px;top: auto;left: 20px!important;}



#skuzar_page .news-details .bottom_prev_next{display: flex;align-items: center;justify-content: flex-end;background-color: #fff;padding: 20px;box-shadow: 0px 1px 15px 0px rgb(0 170 229 / 16%);}
#skuzar_page .news-details .bottom_prev_next.no_next{justify-content: flex-start}
#skuzar_page .news-details .bottom_prev_next .bottom_element{text-align: left;flex-basis: 50%}
#skuzar_page .news-details .bottom_prev_next .bottom_element .trigger{text-align: left;    display: flex;align-items: center;;flex-basis: 50%}
#skuzar_page .news-details .bottom_prev_next .bottom_element .trigger:hover{text-decoration: underline}
#skuzar_page .news-details .bottom_prev_next .bottom_element svg{text-align: left;width: 21px;height: 17px;fill: #00AAE5;margin: 0 0 0 10px}
#skuzar_page .news-details .bottom_prev_next .bottom_element.bottom_box_left svg{transform: rotate(180deg);margin: 0 10px 0 0}
#skuzar_page .news-details .bottom_prev_next .bottom_box_right.bottom_element{text-align: right}
#skuzar_page .news-details .bottom_prev_next .bottom_box_right.bottom_element .trigger {justify-content: flex-end}
#skuzar_page .news-details {padding-bottom: 20px;min-height: calc(100vh - 204px);}

#skuzar_page .login_box .login_column.login_form .form_space{position: relative}
#skuzar_page .login_box .login_column.login_form .error-message {font-size: 10px;color: #FF0000;position: absolute;left: 0;bottom: auto;top:-15px}
#skuzar_page .login_box .login_column.login_form .error-message img{display: none}
#skuzar_page .popup-overlay .popup.popup-system .btn{margin: auto;float: none;    font-size: 14px;padding: 10px 5px;line-height: 1}
#skuzar_page .popup-overlay .popup.popup-system .popup-content .error-content.neutral{border-color: #00AAE5;color: #000;padding: 7px;font-size: 16px;line-height: 1.2}
#skuzar_page .popup-overlay .popup.popup-system .popup-content .error-content.neutral img{display: none}

#skuzar_page .product_section .product_flex .product_body .product_gallery .gallery_content .bottom_images.no_slider_thumb{flex-wrap: nowrap;overflow-x: scroll}
#skuzar_page .product_section .product_flex .product_body .product_gallery .gallery_content .bottom_images.no_slider_thumb .small_picture{    flex-basis: 147px;min-width: 147px;margin: 0 10px 0 0;}
#skuzar_page .product_section .product_flex .product_body .product_gallery .gallery_content .big_picture img.main_img{min-width: 1px!important;width: 100%!important;position: relative!important;height: auto!important;}
#skuzar_page .product_section .product_flex .product_body .product_gallery .gallery_content .big_picture{height: auto!important;}

#skuzar_page .listing-content .single_auction .auction_price {height: 100%;min-height: 140px;}
/*#skuzar_page .listing-content .auction_type{margin: 0!important;}*/


#skuzar_page .product_section .product_flex .product_feature .feature_price .auction_counter{margin: 10px 0}
#skuzar_page .product_section .product_flex .product_feature .feature_price .clock{display: flex;align-items: center;justify-content: center}
#skuzar_page .product_section .product_flex .product_feature .feature_price .clock_element{width: 36px;height: 36px;border:1px solid #000;border-radius: 50%;display: flex;justify-content: center;align-items: center;position: relative;}
#skuzar_page .product_section .product_flex .product_feature .feature_price .clock_element .counterD{text-overflow: ellipsis;white-space: nowrap;display: block;overflow: hidden}
#skuzar_page .product_section .product_flex .product_feature .feature_price .clock_element .counter_unit{position: absolute;background-color: #e2e8f0;display: flex;justify-content: center;align-items: center;border-radius: 50%;width: 15px;height: 15px;right: -5px;bottom: -5px;font-size: 9px;}
#skuzar_page .product_section .product_flex .product_feature .feature_price .clock_separator{margin: 0 4px}

#skuzar_page .product_section .product_flex .product_body .product_gallery .gallery_content .top_slider iframe{}
#skuzar_page .product_section .product_flex .product_body .product_gallery .gallery_content .bottom_images .small_picture.yt_small_img img{min-height: 100%;min-width: 195px}
#skuzar_page .product_section .product_flex .product_body .product_gallery .gallery_content .bottom_images .small_picture.yt_small_img{position: relative}
#skuzar_page .product_section .product_flex .product_body .product_gallery .gallery_content .bottom_images .small_picture.yt_small_img:after{width: 43px;height: 31px;background-image: url('../imgs/play.png');content: '';position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin: auto}

#skuzar_page .popup-overlay.image_popup .popup{max-width: 1100px;padding: 35px 25px 25px 25px;overflow: hidden}
#skuzar_page .popup-overlay.image_popup .popup .popup_thumb{opacity: 0;transform: scale(0);position: absolute;}
#skuzar_page .popup-overlay.image_popup .popup .popup-header{position: absolute;right: 10px;top: 10px;}
#skuzar_page .popup-overlay.image_popup .popup .popup-header .popup_hide{cursor: pointer}
#skuzar_page .popup-overlay.image_popup .popup .popup-header .popup_hide:hover{opacity: .5}
#skuzar_page .popup-overlay.image_popup .popup .gallery_content{}
#skuzar_page .popup-overlay.image_popup .popup .gallery_content .big_picture{display: flex;justify-content: center;align-items: center;position: relative}
#skuzar_page .popup-overlay.image_popup .popup .gallery_content .big_picture .gallery_arrow{width: 40px;height: 40px;border-radius: 50%;background-color: rgba(255,255,255,.8);display: flex;align-items: center;justify-content: center;position: absolute;cursor: pointer;z-index: 10;}
#skuzar_page .popup-overlay.image_popup .popup .gallery_content .big_picture .gallery_arrow span {display: block;height: 19px;}
#skuzar_page .popup-overlay.image_popup .popup .gallery_content .big_picture .gallery_arrow.arrow_right{right: 10px}
#skuzar_page .popup-overlay.image_popup .popup .gallery_content .big_picture .gallery_arrow.arrow_left{left: 10px}
#skuzar_page .popup-overlay.image_popup .popup .gallery_content .big_picture .gallery_arrow:hover{opacity: .5}

#skuzar_page .products_categories.dedicate_baner_categories{padding: 0 15px}
#skuzar_page .products_categories.dedicate_baner_categories .dedicate_categories_flex{display: flex;flex-wrap: wrap;justify-content: space-between}
#skuzar_page .products_categories.dedicate_baner_categories .main_categories{flex-basis: 33.33%;border-right: 1px solid #dddddd;padding: 25px 0;}
#skuzar_page .products_categories.dedicate_baner_categories .sub_categories_dedicate{flex-basis: 66%;padding: 25px 0;}
#skuzar_page .products_categories.dedicate_baner_categories .flex_column > p{text-align: left;flex-basis: 100%;padding-left: 10px;}
#skuzar_page .products_categories.dedicate_baner_categories .main_categories .categories_space{display: flex;align-items: center;flex-wrap: wrap;flex-basis: 100%;    margin-top: 40px;}
#skuzar_page .products_categories.dedicate_baner_categories .main_categories .single_category{cursor: pointer;flex-basis: 205px;position: relative}
#skuzar_page .products_categories.dedicate_baner_categories .main_categories .single_category .image_box{position: relative;display: flex;align-items: center;justify-content: center;min-height: 105px}
#skuzar_page .products_categories.dedicate_baner_categories .main_categories .single_category .image_box img{position: relative;z-index: 2;display: block}
#skuzar_page .products_categories.dedicate_baner_categories .main_categories .single_category > p{text-align: center;color: #636363}
#skuzar_page .products_categories.dedicate_baner_categories .main_categories .single_category.active > p{color: #00AAE5}
#skuzar_page .products_categories.dedicate_baner_categories .main_categories .cat_spacer{flex-basis: 40px;height: 165px;display: flex;justify-content: center;}
#skuzar_page .products_categories.dedicate_baner_categories .main_categories .cat_spacer span{display: block;width: 2px;height: 100%;background-color: #9494a5;    transform: skew(15deg);}
#skuzar_page .products_categories.dedicate_baner_categories .main_categories .single_category.active .image_box:after{content: '';display: block;position: absolute;background-image: url('../imgs/small_podium.png');width: 177px;height: 45px;animation: grow .5s forwards;z-index: 1;    left: 0;right: 0;margin: auto;bottom: 4px;}
#skuzar_page .products_categories.dedicate_baner_categories .sub_categories_dedicate .sub_flex{margin-top: 40px}
#skuzar_page .products_categories.dedicate_baner_categories .sub_categories_dedicate .sub_flex .single_subcategory .sub_icon{height: 75px}
#skuzar_page .products_categories.dedicate_baner_categories .sub_categories_dedicate .sub_flex .single_subcategory img{max-height: 55px}
#skuzar_page .products_categories.dedicate_baner_categories .main_categories .single_category:hover p{color: #00AAE5}
#skuzar_page .products_categories.dedicate_baner_categories .main_categories .single_category:before{    display: block;content: '';width: 70px;height: 70px;border-radius: 50%;transform: scale(0);background-color: #fdf2e6;transition: 250ms ease;position: absolute;left: 0;right: 0;margin: auto;z-index: 1;top: 10px;    background-color: #fdf2e6;}
#skuzar_page .products_categories.dedicate_baner_categories .main_categories .single_category:hover:before{transform: scale(1)}
#skuzar_page .regulations .regulations-content span{word-break: break-word}
#skuzar_page .bidding .single-auction.single-conversation .conversation_box .conversation_body{padding: 6px 5px 10px}

#skuzar_page .popup-overlay .popup.popup-system .popup-content .content .bottom-content.flex_box{display: flex;justify-content: space-between;align-items: center;    box-shadow: none;padding: 0;}
#skuzar_page .popup-overlay .popup.popup-system .popup-content .content .bottom-content.flex_box .content_column{float: none;flex-basis: 50%;padding: 0;margin-top: 25px}

#skuzar_page .listing-content .tiles_mode .single_auction .auction-content .vehicle-info .single{text-align: center}
#skuzar_page .listing-content .tiles_mode .single_auction .auction-content .vehicle-info .single img {position: relative;left: -2px;top: 3px;max-height: 18px;}
#skuzar_page .listing-content .tiles_mode .single_auction .auction-content h3{text-align: center}
#skuzar_page .listing-content .tiles_mode .single_auction .auction-content .vehicle-info .vehicle_seller_info p{text-align: center}
#skuzar_page .listing-content .tiles_mode .single_auction .auction-content .vehicle-info .vehicle_seller_info{justify-content: center}


#skuzar_page .contact_section .input_checkbox [type="checkbox"]:not(:checked) + label:before, #skuzar_page .contact_section .input_checkbox [type="checkbox"]:checked + label:before{border: 1px solid #000}
#skuzar_page .contact_section .input_checkbox [type="checkbox"]:not(:checked) + label:after, #skuzar_page .contact_section .input_checkbox [type="checkbox"]:checked + label:after{    top: 6px;left: 6px;}



body.with_sticky{padding-top: 155px;background-color: #f7f8fc;}
body#skuzar_page.with_sticky .above-nav{display: none;}
body#skuzar_page.with_sticky .first-nav{display: none}

@keyframes grow { 0%{transform: scale(0)} 100%{transform: scale(1)} }
@keyframes show { 0%{opacity: 0} 100%{opacity: 1} }
@keyframes stroke { from{stroke-dashoffset: -1130px;} to {stroke-dashoffset: 0px;} }
@media all and (max-height: 900px){
    #skuzar_page .product_section .product_flex .product_feature .button_space {margin: 10px 0 10px;}
    #skuzar_page .product_section .product_flex .product_feature .feature_price .price_space{padding: 10px 5px}
    #skuzar_page .product_section .product_flex .product_feature .padding_section{margin-bottom: 15px}
    #skuzar_page .product_section .product_flex .product_feature .button_space .main_btn {font-size: 34px;padding: 10px 5px;}
    #skuzar_page .product_section .product_flex .product_feature .feature_image{min-height: 95px}
    #skuzar_page .product_section .product_flex .product_feature .highest_bid{margin: 10px 0}
    #skuzar_page .product_section .product_flex .new_bid{margin: 10px 0}
}
@media all and (max-height: 820px){
    #skuzar_page .product_section .product_flex .product_feature .feature_image{display: none}
}
@media all and (max-height: 730px){
    #skuzar_page .listing {min-height: 1px;}
}

@media all and (min-width: 930.1px) {
    #skuzar_page .second-nav .nav_flex .left_side_nav img {display: block; width: auto; min-height: 75px;}
}

@media all and (max-width: 930px) {
    #skuzar_page .second-nav .nav_flex .left_side_nav img {display: block; width: auto; max-height: 50px;}
}

@media all and (max-width: 1700px){
    #skuzar_page .counters_info .counter_img{right: 3%}
    #skuzar_page .main_baner .baner_element .baner_img{max-width: 390px}
    #skuzar_page .main_baner .baner_element .single_podium{transform: scale(.85)}
    #skuzar_page .main_baner .baner_element .baner_img.baner_img_1{top: 55px}
}
@media all and (max-width: 1580px){
    #skuzar_page .special_offerts.last_auctions {padding: 10px 0 60px;}
    #skuzar_page .counters_info .counter_img {right: 20px;max-height: 300px;bottom: -15px;}
    #skuzar_page .main_baner .ab_text {font-size: 45px;width: 300px;height: 125px;}
    #skuzar_page .products_categories{padding: 20px 0}
    #skuzar_page .products_categories.dedicate_baner_categories{padding: 0}
    #skuzar_page .benefits.with_padding_box{padding: 10px 0 60px}
}


@media all and (max-width: 1460px){
    #skuzar_page .product_section .product_flex .product_body .product_gallery .gallery_content .big_picture img.main_img{position: absolute;min-width: 870px;top: 0;left: 0}
    #skuzar_page .products_categories .sub_category .single_subcategory{flex-basis: 240px}
    #skuzar_page .products_categories .sub_category{justify-content: space-between}
    #skuzar_page .products_categories.dedicate_baner_categories .sub_categories_dedicate .sub_flex .sub_category{    justify-content: flex-start;}
    #skuzar_page .products_categories.dedicate_baner_categories .main_categories .single_category{flex-basis: calc(50% - 10px)}
    #skuzar_page .products_categories.dedicate_baner_categories .main_categories .cat_spacer{flex-basis: 20px}

}
@media all and (max-width: 1400px){
    #skuzar_page .special_offerts .special_flex .single_offert .offert_img{width: 100%;position: relative;overflow: hidden;    border-radius: 10px;    height: auto!important;min-height: 1px!important;}
    #skuzar_page .special_offerts .special_flex .single_offert{flex-basis: 31%}
    #skuzar_page .special_offerts .special_flex .single_offert .offert_img img {position: relative!important;min-width: 1px!important;left: auto!important;max-width: 100%!important;height: auto!important;max-height: 100%!important;min-height: 1px!important;}
    #skuzar_page .special_offerts .special_flex .single_offert .offert_info h4{min-height: 55px}
    #skuzar_page .counters_info .counters_box .single_counter .counter_div{margin-bottom: 10px}
    #skuzar_page .counters_info .counters_box .single_counter .counter{font-size: 60px}
    #skuzar_page .counters_info .counters_box{max-width: 800px}
    #skuzar_page .main_baner{height: 300px}
    #skuzar_page .main_baner.main_baner_one{height: 240px}
    #skuzar_page .main_baner .baner_element .baner_img {max-width: 330px;}
    #skuzar_page .main_baner .baner_element .single_podium {transform: scale(.80);}
    #skuzar_page .main_baner .baner_element.active_baner:before{content: none}
    #skuzar_page .main_baner .baner_element .baner_img.baner_img_1 {top: 40px;}
    #skuzar_page .main_baner .baner_element .baner_img.baner_img_2 {    top: 80px;bottom: auto;}
    #skuzar_page .main_baner .baner_element{justify-content: flex-start}
    #skuzar_page .main_baner .baner_element.right_baner_element {justify-content: flex-end}
    #skuzar_page .main_baner .baner_element .single_podium{height: 87px}
    #skuzar_page .main_baner .baner_element .baner_img.baner_img_1 {top: 67px;left: -90px;}
    #skuzar_page .main_baner .baner_element .baner_img.baner_img_2 {top: 100px;bottom: auto;left: 90px;}
    #skuzar_page .product_section .product_flex .product_body .padding_section{padding: 25px 15px}
    #skuzar_page .special_offerts.similar_offerts .special_flex .single_offert .offert_img{width: 100%}
    #skuzar_page .special_offerts.similar_offerts .special_flex .single_offert .offert_img img{min-width: 245px;}
    #skuzar_page .login_box{height: 360px;}
    #skuzar_page .login_box .login_column.login_image img {min-width: 534px;}
    #skuzar_page .login_box .login_column.login_form h1{margin-bottom: 30px}
    #skuzar_page .login_box .login_column.login_form .buttons_flex{margin-top: 20px}
    #skuzar_page .listing-content .tiles_mode .single_auction {margin: 14px 5px 5px 0px;}
    #skuzar_page .main_baner .hover_podium{display: none!important;}
    #skuzar_page .main_baner .hover_podium:after {content: none!important;}
    #skuzar_page .main_baner .baner_element .baner_podium.hover_podium{display: none!important;}
}

@media all and (max-width: 1300px){
    #skuzar_page .main_baner .baner_element .single_podium{display: none}
    #skuzar_page .main_baner {height: 240px;}
    #skuzar_page .main_baner .baner_element .baner_img{top: 0!important;bottom: 0!important;margin: auto}
    #skuzar_page .main_baner .baner_element .baner_podium {position: absolute;bottom: 25px;display: block;width: 100%;}
    #skuzar_page .product_section .product_flex .product_body .product_gallery .gallery_content .big_picture img.main_img{min-width: 740px}
    #skuzar_page .product_section .product_flex .product_body .product_gallery .gallery_content .big_picture{height: 480px}

    #skuzar_page .product_section .product_data_flex .single_data{flex-basis: 50%;background-color: #fff}

    #skuzar_page .product_section .product_data_flex .single_data:nth-child(n+4):nth-child(-n+6){background-color: #fff}
    #skuzar_page .product_section .product_data_flex .single_data:nth-child(n+10):nth-child(-n+12){background-color: #fff}
    #skuzar_page .product_section .product_data_flex .single_data:nth-child(n+15):nth-child(-n+17){background-color: #fff}

    #skuzar_page .product_section .product_data_flex .single_data:nth-child(n+3):nth-child(-n+4){background-color: #f5f7fb}
    #skuzar_page .product_section .product_data_flex .single_data:nth-child(n+7):nth-child(-n+8){background-color: #f5f7fb}
    #skuzar_page .product_section .product_data_flex .single_data:nth-child(n+11):nth-child(-n+12){background-color: #f5f7fb}
    #skuzar_page .product_section .product_data_flex .single_data:nth-child(n+15):nth-child(-n+16){background-color: #f5f7fb}

    #skuzar_page .product_section .product_eq_flex .single_eq{flex-basis: 50%}
    #skuzar_page .product_section .product_eq_flex:nth-child(even) .single_eq:nth-child(-n+2){background-color:#f5f7fb }
    #skuzar_page .product_section .product_eq_flex:nth-child(odd) .single_eq:nth-child(-n+2){background-color:#f5f7fb }
    #skuzar_page .product_section .product_eq_flex:nth-child(odd), #skuzar_page .product_section .product_eq_flex:nth-child(even){background-color: #fff;}
    #skuzar_page .product_section .product_flex .product_body .product_gallery .gallery_content .gallery_arrow.arrow_right{    top: 430px;}
    #skuzar_page .product_section .product_flex .product_body .product_gallery .gallery_content .gallery_arrow.arrow_left{top: 430px;}
}

@media all and (max-width: 1250px){
    #skuzar_page .special_offerts .special_flex .single_offert .offert_img img {position: absolute;min-width: 330px;left: auto;max-width: 330px;min-height: 215px;max-height: 215px;}
    #skuzar_page .follow{top: 185px}
    #skuzar_page .special_offerts .special_flex .single_offert .offert_img{height: 299px}
    #skuzar_page .special_offerts .special_flex .single_offert .offert_img img{max-height: 100%}
    #skuzar_page .benefits .benefits_flex .single_benefit {flex-basis: 49%;margin: 5px 0;}
    #skuzar_page .counters_info .counter_img{display: none;}
    #skuzar_page .counters_info .counters_box{max-width: 100%}
    #skuzar_page .counters_info{padding: 25px 5px}
    #skuzar_page .special_offerts.last_auctions {padding: 10px 0 30px;}
    #skuzar_page .articles .articles_container .single_article .article_image{height: 230px}
    #skuzar_page .articles .articles_container .single_article .article_image img {min-width: 380px;max-width: 380px;min-height: 230px;max-height: 230px;}
    #skuzar_page .listing-content .tiles_mode .single_auction{flex-basis: 32%;    overflow: hidden;}
    #skuzar_page .special_offerts .special_flex .single_offert .offert_img img{    min-height: 105px;}
    #skuzar_page .special_offerts.similar_offerts .special_flex .single_offert .offert_img{height: 105px}
    #skuzar_page .special_offerts.similar_offerts .special_flex .single_offert .offert_img img {min-width: 1px;max-width: 100%;}
    #skuzar_page .special_offerts.similar_offerts .follow {top: 70px;}
    #skuzar_page .product_section .product_extra_info .extra_box.seller_box{flex-wrap: wrap}
    #skuzar_page .product_section .product_extra_info .extra_box .extra_logo {flex-basis: 160px;}
    #skuzar_page .product_section .product_extra_info .extra_box .extra_box_img{flex-basis: 95px;margin-right: 5px}
    #skuzar_page .product_section .product_extra_info .extra_box .extra_text {flex-basis: calc(100% - 260px);}
    #skuzar_page .products_categories .sub_category{justify-content: flex-start}
    #skuzar_page .products_categories .sub_category .single_subcategory {flex-basis: 33.33%;}
    #skuzar_page .login_box {overflow: hidden;}
    #skuzar_page .benefits.with_padding_box{padding: 10px 0 40px}
}

@media all and (max-width: 1200px){
    #skuzar_page .main_baner.main_baner_one {height: 200px;}
    #skuzar_page .main_baner_one .baner_one {height: 200px;}
    #skuzar_page .main_baner_one .baner_one .baner_one_el {height: 200px;}
    #skuzar_page .main_baner_one .baner_one .baner_img{width:350px; left: calc(35% - 300px);}
    #skuzar_page .main_baner_one .baner_one .baner_one_right .mtext_shadow {font-size: 70px;}
    #skuzar_page .main_baner_one .baner_one .baner_one_right .mtext {top: 80px; font-size: 30px;}
    #skuzar_page .main_baner_one .baner_one .baner_one_right .ctext {top: 140px; font-size: 18px;}
}

@media all and (max-width: 1170px){
    #skuzar_page .listing-content .single_auction .auction-content .vehicle-info{display: flex;flex-wrap: wrap;justify-content: space-between;}
    #skuzar_page .listing-content .single_auction .auction-content .vehicle-info .single{flex-basis: auto;padding: 0 0px 0px 27px;margin: 5px 0;min-width: 49%}
    #skuzar_page .product_section .product_flex .product_body .product_gallery .gallery_content .big_picture img.main_img{min-width: 620px}
    #skuzar_page .product_section .product_flex .product_body .product_gallery .gallery_content .big_picture{height: 400px}
    #skuzar_page .reg_box .reg_column.body_column .form_input_box.radio_input_space{    padding-bottom: 15px;}
    #skuzar_page .radio_box_div .single_radio {flex-basis: 49%;margin: 3px 0;}
    #skuzar_page .product_section .product_flex .product_body .product_gallery .gallery_content .gallery_arrow.arrow_right{    top: 350px;}
    #skuzar_page .product_section .product_flex .product_body .product_gallery .gallery_content .gallery_arrow.arrow_left{top: 350px;}
    #skuzar_page .news-list .article-box{}
    #skuzar_page .news-list.news-details .article-img{    border-color: #00AAE5;float: none;border-right: none;margin: 0 auto 15px;display: block;}
    #skuzar_page .news-details .article-img{float: none;border-right: none;margin: 0 auto 15px;display: block;}
    #skuzar_page .news-details-description{text-align: center}
    #skuzar_page .news-list .read-more-btn {margin: 20px auto;}
    #skuzar_page .listing-content .clock_separator{margin: 0 2px}
    #skuzar_page .listing-content .single_auction{padding: 8px 15px 8px 8px}
    #skuzar_page .products_categories.dedicate_baner_categories .main_categories .cat_spacer{display: none}
    #skuzar_page .products_categories.dedicate_baner_categories .main_categories .single_category {flex-basis: 100%;}
}

@media all and (max-width: 1080px){
    #skuzar_page .special_offerts .special_flex .single_offert{flex-basis: 100%;margin-bottom: 25px}
    #skuzar_page .special_offerts .special_flex .single_offert .offert_body{}
    #skuzar_page .special_offerts .special_flex .single_offert .offert_body a{display: flex;justify-content: space-between;align-items: center}
    #skuzar_page .special_offerts .special_flex .single_offert .offert_img{flex-basis: 400px}
    #skuzar_page .special_offerts .special_flex .single_offert .offert_info{flex-basis: calc(100% - 400px);    padding-left: 25px;}
    #skuzar_page .special_offerts .special_flex .single_offert .offert_img img{min-width: 100%;max-width: 100%}
    #skuzar_page .special_offerts .special_flex .single_offert .offert_info h4 {min-height: 1px;font-size: 35px;}
    #skuzar_page .special_offerts .special_flex .single_offert .sash{top: 10px;right: auto;left: 0;padding: 7px 5px;width: 150px}
    #skuzar_page .special_offerts .special_flex .single_offert .offert_info .offert_price_box {text-align: left;}
    #skuzar_page .special_offerts .special_flex .single_offert .offert_info .extra_info_box {margin: 15px 0;}
    #skuzar_page .special_offerts {padding: 10px 0;}
    #skuzar_page .f_12{font-size: 12px}
    #skuzar_page .f_14{font-size: 12px}
    #skuzar_page .f_16{font-size: 14px}
    #skuzar_page .f_18{font-size: 16px}
    #skuzar_page .f_20{font-size: 18px}
    #skuzar_page .f_22{font-size: 20px}
    #skuzar_page .f_24{font-size: 22px}
    #skuzar_page .f_28{font-size: 26px}
    #skuzar_page .f_30{font-size: 28px}
    #skuzar_page .f_32{font-size: 30px}
    #skuzar_page .f_48{font-size: 40px}
    #skuzar_page .special_offerts .special_flex .single_offert:last-child{margin-bottom: 0}
    #skuzar_page .contact_section .contact_flex .contact_column {flex-basis: 49%;}

    #skuzar_page .listing-content .single_auction{padding: 8px}
    #skuzar_page .listing-content .single_auction .auction_price{flex-basis: 160px}
    #skuzar_page .listing-content .single_auction .auction_img{flex-basis: 240px}
    #skuzar_page .listing-content .single_auction .auction_info{flex-basis: calc(100% - 400px)}
    #skuzar_page .listing-content .single_auction .sash{left: 20px}
    #skuzar_page .listing-content .single_auction .auction_info h3{text-align: left}
    #skuzar_page .special_offerts .special_flex .single_offert .sash{font-size: 13px}
    #skuzar_page .product_section .product_flex .product_feature {flex-basis: 400px;}
    #skuzar_page .product_section .product_flex .product_feature .button_space .main_btn {font-size: 28px;padding: 16px 5px;}
    #skuzar_page .product_section .product_flex .product_feature .feature_image{flex-wrap: wrap;flex-basis: 100%;justify-content: center}
    #skuzar_page .product_section .product_flex .product_feature .feature_info{flex-basis: 100%;text-align: center;margin-top: 10px}
    #skuzar_page .product_section .product_flex .product_body {flex-basis: calc(100% - 430px);}
    #skuzar_page .special_offerts.similar_offerts .special_flex .single_offert .offert_info {flex-basis: calc(100% - 230px);padding-left: 10px;}
    #skuzar_page .special_offerts.similar_offerts .special_flex .single_offert .offert_img {height: 165px;flex-basis: 230px;}
    #skuzar_page .special_offerts.similar_offerts .follow {top: 130px;}
    #skuzar_page .special_offerts.similar_offerts .special_flex .single_offert .offert_info h4{font-size: 28px}
    #skuzar_page .regulations .other-cars{display: none}
    #skuzar_page .regulations .regulations-content{flex-basis: 100%;margin: 0;    min-height: calc(100vh - 203px);}
    #skuzar_page .regulations .regulations-top .free-space{display: none}
    #skuzar_page .regulations h2{flex-basis: 100%}
    #skuzar_page .product_section .product_flex .product_feature .feature_image img{right: 0;margin: auto;position: relative}
    #skuzar_page .product_section .product_flex .product_feature .feature_image{height: auto;min-height: 1px;}
    #skuzar_page .flex_box .single_article .article_field .article_description{min-height: 80px}
    #skuzar_page .listing-content .single_auction .auction_price {height: auto;min-height: 130px;}
    #skuzar_page .listing-content .clock_element{width: 25px;height: 25px;}
    #skuzar_page .regulations .cars-gallery{flex-direction: column;}
    #skuzar_page .regulations .regulations-content{padding: 15px}
}

@media all and (max-width: 1000px){
    #skuzar_page .listing-content #listing-desktop{display: flex;justify-content: space-between;flex-wrap: wrap}
    #skuzar_page .listing-content  .single_auction{flex-basis: 49%;flex-wrap: wrap;padding: 8px;align-items: flex-start;    min-width: 1px;margin:0 0 15px 0;}
    #skuzar_page .listing-content .tiles_mode .single_auction{flex-basis: 49%;flex-wrap: wrap;padding: 8px;align-items: flex-start;    min-width: 1px;margin:0 0 15px 0;}
    #skuzar_page .listing-content  .single_auction .auction_img {width: 100%;max-width: 100%;flex-basis: 100%;border-radius: 10px;overflow: hidden;height: 190px;}
    #skuzar_page .listing-content .tiles_mode .single_auction .auction_img {width: 100%;max-width: 100%;flex-basis: 100%;border-radius: 10px;overflow: hidden;height: 190px;}
    #skuzar_page .listing-content  .single_auction .auction_info {margin: auto;flex-basis: 100%;display: flex;flex-direction: column;min-height: 1px;justify-content: space-between;padding: 7px 0;width: 100%;}
    #skuzar_page .listing-content  .single_auction .auction_price {display: flex;flex-direction: column;align-items: center;flex-basis: 100%;justify-content: space-between;padding: 15px 0px 5px;}
    #skuzar_page .listing-content  .single_auction .sash{left: 18px;}
    #skuzar_page .listing-content  .single_auction .auction-content h3,#skuzar_page .listing-content .tiles_mode .single_auction .auction-content h3{    font-size: 20px;min-height: 50px;margin-bottom: 10px;text-align: left}
    #skuzar_page .bidding .listing-content  .single_auction .auction-content h3{    font-size: 20px;min-height: 50px;margin-bottom: 10px;text-align: center}
    #skuzar_page .listing-content  .single_auction .auction-content .vehicle-info{display: flex;flex-wrap: wrap;justify-content: space-between;margin: 0}
    #skuzar_page .listing-content  .single_auction .auction-content .vehicle-info .single{flex-basis: auto;padding: 0 0px 0px 27px;margin: 5px 0;min-width: 49%;text-align: left}
    #skuzar_page .listing-content .single_auction .auction_img img{border-radius: 10px;left: 0;right: 0;margin: auto;    min-width: 300px;    min-height: 190px;}
    #skuzar_page .listing-content .listings_top_flex{padding-bottom: 10px}
    #skuzar_page .listing-content .single_auction .auction_img .follow {top: 140px;    left: 10px!important;right: auto;margin: auto;}
    #skuzar_page .bidding .listing-content .single_auction .auction_img .follow {top: 140px;    left: 0px!important;right: 0;margin: auto;}
    #skuzar_page .listing-content .single_auction .auction-content .vehicle-info .single{flex-basis: auto;padding: 0 5px;margin: 5px 0;min-width: 1px;text-align: center;}
    #skuzar_page .listing-content .tiles_mode .single_auction .auction-content .vehicle-info .single,#skuzar_page .listing-content .single_auction .auction-content .vehicle-info .single{flex-basis: auto;padding: 0;margin: 5px 0;min-width: 100%;text-align: center;}
    #skuzar_page .listing-content .single_auction  .auction-content .vehicle-info .single img {position: relative;left: -2px;top: 3px;max-height: 18px;}
    #skuzar_page .listing-content .tiles_mode .single_auction .auction-content .vehicle-info .single img {position: relative;left: -2px;top: 3px;max-height: 18px;}
    #skuzar_page .login_box .login_column.login_form{flex-basis: 100%;border-radius: 35px}
    #skuzar_page .login_box .login_column.login_image{display: none}
    #skuzar_page .login_page{padding: 30px 15px}
    #skuzar_page .login_box .login_column.login_form .form_space{padding: 0 15px}
    #skuzar_page .reg_box .reg_column.step_column{flex-basis: 120px}
    #skuzar_page .reg_box .reg_column.body_column{flex-basis: calc(100% - 120px);}
    #skuzar_page .reg_box .reg_column.body_column .form_flex .form_column {padding: 0 15px;}
    #skuzar_page .reg_box .reg_column.body_column .form_input_box.terms_box{padding: 15px}
    #skuzar_page .reg_box .reg_column.body_column h1{padding-left: 15px}
    #skuzar_page .reg_box .reg_column.body_column p.with_padding{padding-left: 15px}
    #skuzar_page .listing-content .tiles_mode .single_auction .auction_img img {min-width: 100%;}
    #skuzar_page .listing-content .single_auction .auction-content .vehicle-info .vehicle_seller_info p{flex-basis: 100%;text-align: center}
    #skuzar_page .listing-content .single_auction .auction_info .vehicle-info .vehicle_seller_info{justify-content: center}
    #skuzar_page .product_section .product_extra_info .extra_box .extra_logo {flex-basis: 200px;}
    #skuzar_page .product_section .product_extra_info .extra_box .extra_text {flex-basis: calc(100% - 370px);}
    #skuzar_page .listing-content .single_auction .auction_img{height: auto!important;position: relative}
    #skuzar_page .listing-content .single_auction .auction_img img{position: relative!important;min-width: 1px;height: auto;min-height: 1px;width: 100%;}
    #skuzar_page .listing-content .single_auction .auction_img .follow {top: auto!important;left: 10px!important;right: auto;margin: auto;bottom: 10px;}
    #skuzar_page .bidding .listing-content .single_auction .auction_img{}
    #skuzar_page .bidding .listing-content .single_auction .auction_img .follow {left: 15px!important;right: auto;margin: auto;}
    #skuzar_page .bidding .listing-content{display: flex;justify-content: space-between;flex-wrap: wrap}
    #skuzar_page .bidding .listing-content .single_auction .auction_img{display: flex;}
    #skuzar_page .bidding .listing-content .single_auction{flex-basis: 49%}
    #skuzar_page .bidding .listing-content .single_auction .auction-content .vehicle-info{justify-content: center}
    #skuzar_page .listing-content .single_auction .auction_price {height: auto;min-height: 1px;}
    #skuzar_page .listing-content .single_auction .auction_price .auction_counter{margin-top: 5px}
    #skuzar_page .login_box {overflow: unset;flex-wrap: wrap}
    #skuzar_page .login_box .login_column.login_image{display: flex}
    #skuzar_page .login_box .login_column.login_image{flex-basis: 100%;    height: 220px;    border-top-left-radius: 35px;border-bottom-left-radius: 0;border-top-right-radius: 35px;}
    #skuzar_page .login_box .login_column.login_image img {min-width: 1px;max-height: 220px;}
    #skuzar_page .login_box {height: auto;}
    #skuzar_page .login_box .login_column.login_form {padding: 20px 0;border-top-left-radius: 0;border-top-right-radius: 0}
}

@media all and (max-width: 960px){
    #skuzar_page .listing-content .tiles_mode .single_auction {flex-basis: 49%;}
    #skuzar_page .flex_box .single_article .article_tools .article_date{flex-basis: 100%;text-align: center;margin-top: 10px}
    #skuzar_page .flex_box .single_article .article_tools{justify-content: center}
}

@media all and (max-width: 930px){
    #skuzar_page .mobile-trigger{display: flex;align-items: center;flex-basis: 55px;justify-content: center;}
    #skuzar_page .hamburger{display: block;position: relative;top: 1px;bottom: auto;left: auto;right: auto;line-height: 1;padding: 0;}
    #skuzar_page .cross {display: block;position: relative;top: 1px;line-height: 1;right: auto;left: auto;padding: 0;height: 27px;}
    #skuzar_page .second-nav .nav_flex .right_side_nav{display: none}
    #skuzar_page .special_offerts .special_flex .single_offert .offert_info h4{font-size: 30px}
    #skuzar_page .articles .articles_container .single_article .article_image{height: 170px}
    #skuzar_page .articles .articles_container .single_article .article_image img {min-width: 280px;max-width: 280px;min-height: 170px;max-height: 170px;}
    #skuzar_page .contact_section .contact_flex .contact_column {flex-basis: 100%;margin-bottom: 15px;}
    #skuzar_page .contact_section .contact_flex .contact_column:last-child {margin-bottom: 0px;}
    #skuzar_page .footer_flex{flex-wrap: wrap}
    #skuzar_page .footer_flex .footer_column.copyright_column{flex-basis: 100%;justify-content: center;margin-bottom: 10px;order: 2}
    #skuzar_page .footer_flex .footer_column.links_column{flex-basis: calc(100% - 135px);    justify-content: flex-start;}
    #skuzar_page .main_baner .baner_element .baner_img {top: auto!important;bottom: 50px!important;margin: auto;}
    #skuzar_page .main_baner {height: 350px;}
    #skuzar_page .main_baner .ab_text{top: 30px;bottom: auto}
    #skuzar_page .main_baner .baner_element .baner_img.baner_img_1{left: 0}
    #skuzar_page .main_baner .baner_element .baner_img.baner_img_2{left: 0}
    #skuzar_page .product_section .product_flex .product_body{flex-basis: 100%}
    #skuzar_page .product_section .product_flex .product_feature .feature_inside{z-index: 110;width: 100%;top: auto!important;flex-basis: 100%;margin-bottom: 0;margin-top: auto!important;}
    #skuzar_page .product_section .product_flex .product_feature .feature_image{display: none}
    #skuzar_page .product_section .product_flex .product_feature .feature_price{display: flex;justify-content: space-between;flex-wrap: wrap;margin-bottom: 0}
    #skuzar_page .product_section .product_flex .product_feature .extra_options{display: none}
    #skuzar_page .product_section .product_flex .product_feature .button_space{flex-basis: 49%;display: flex;justify-content: flex-end;margin: 0;align-items: center;}
    #skuzar_page .product_section .product_flex .product_feature .button_space .main_btn{width: 100%;    max-width: 300px;margin: 0;}
    #skuzar_page .product_section .product_flex .product_feature .feature_price .price_space{flex-basis: 49%;padding: 5px}
    #skuzar_page .product_section .product_flex .product_feature .padding_section{padding: 10px}
    #skuzar_page .product_section .product_flex .product_feature{position: fixed;bottom: 0;left: 0;z-index: 110;width: 100%;top: auto!important;flex-basis: 100%;margin-bottom: 0;flex-basis: 100%}
    .prd_body{padding-bottom: 170px;}
    #skuzar_page .special_offerts.similar_offerts {background-color: transparent;padding: 0 0 40px 0;}
    #skuzar_page .product_section .product_flex .product_feature .highest_bid{display: none}
    #skuzar_page .product_section .product_flex .product_feature .feature_inside.auction_feature .price_space{flex-basis: 49%;order: 1}
    #skuzar_page .product_section .product_flex .product_feature .feature_inside.auction_feature .new_bid{flex-basis: 49%;margin: 0;order: 2}
    #skuzar_page .product_section .product_flex .product_feature .feature_inside.auction_feature .new_bid input.bid_input{margin: 0}
    #skuzar_page .product_section .product_flex .product_feature .feature_inside.auction_feature .button_space{flex-basis: 49%;order: 4;    margin-top: 5px;}
    #skuzar_page .product_section .product_flex .product_feature .feature_inside.auction_feature .padding_section .auction_counter_information{flex-basis: 49%;order: 3;    margin-top: 5px;}
    #skuzar_page .product_section .product_flex .product_feature .feature_inside.auction_feature .padding_section{align-items: center}
    #skuzar_page .product_section .product_flex .product_body .product_gallery .gallery_content .big_picture img.main_img {min-width: 100%;}
    #skuzar_page .notfound{height: 200px}
    #skuzar_page .not_found_space{padding: 20px 0}
    #skuzar_page .product_section .product_flex .product_body .product_gallery .gallery_content .big_picture {height: 450px;}
    #skuzar_page .product_section .product_flex .product_body .product_gallery .gallery_content .gallery_arrow.arrow_right,#skuzar_page .product_section .product_flex .product_body .product_gallery .gallery_content .gallery_arrow.arrow_left{top: 400px}
    #skuzar_page .second-nav{height: 70px;z-index: 110;}
    #skuzar_page .product_section .product_flex .new_bid .ab_price{bottom: 12px}
    #skuzar_page .product_section .product_flex .product_feature .feature_price .auction_counter {margin: 1px 0;}
    #skuzar_page .f_24 {font-size: 20px;}
    #skuzar_page .product_section .product_flex .product_feature .feature_price .actual_price{margin-bottom: 2px}
    #skuzar_page .popup-overlay.image_popup{display: none}
    #skuzar_page .product_section .product_flex .product_feature .feature_price .link_space{display: none}
    #skuzar_page .product_section .product_flex .product_body .padding_section.product_price .highest_bid.mobile_view{display: flex}
    #skuzar_page .product_section .product_flex .product_feature .feature_inside.buy_now_feature .padding_section .auction_counter_information {flex-basis: 49%;order: 3;margin-top: 5px;}
}

@media all and (max-width: 870px){
    #skuzar_page .articles .articles_container .single_article{flex-basis: 100%;margin-bottom: 15px;display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center}
    #skuzar_page .articles .articles_container .single_article:last-child{margin-bottom: 0}
    #skuzar_page .articles .articles_container .single_article .article_text{flex-basis: calc(100% - 270px);display: flex;flex-wrap: wrap;padding: 5px 5px 5px 15px;height: 100%;}
    #skuzar_page .articles .articles_container .single_article .article_image{flex-basis: 270px;height: 170px;border-bottom-left-radius: 10px;border-top-right-radius: 0}
    #skuzar_page .articles .articles_container .single_article .article_image img{min-width: 270px;max-width: 270px;min-height: 170px;max-height: 70px;border-bottom-left-radius: 10px;border-top-right-radius: 0}
    #skuzar_page .articles .articles_container .single_article .article_text .article_head{min-height: 1px}
    #skuzar_page .articles .articles_container .single_article .article_text .article_body{min-height: 1px}
    #skuzar_page .reg_box .reg_column.step_column{flex-basis: 100%;border-radius: 0;border-top-left-radius: 35px;border-top-right-radius: 35px;padding: 10px;height: auto}
    #skuzar_page .reg_box .reg_column.body_column{flex-basis: 100%;border-radius: 0;border-bottom-left-radius: 35px;border-bottom-right-radius: 35px;box-shadow: none;border:1px solid #122B65}
    #skuzar_page .reg_box{flex-wrap: wrap}
    #skuzar_page .reg_box .reg_column.step_column .steps_box{flex-direction: row;height: 50px;width: 70%;}
    #skuzar_page .reg_box .reg_column.step_column .steps_box:before {width: calc(100% - 90px);height: 1px;top: 0;bottom: 0;}
    #skuzar_page .reg_box{height: auto}
    #skuzar_page .news-details .bottom_prev_next{flex-wrap: wrap}
    #skuzar_page .news-details .bottom_prev_next .bottom_element{flex-basis: 100%;margin: 10px 0;justify-content: center}
    #skuzar_page .news-details .bottom_prev_next .bottom_element .trigger{justify-content: center!important;}
    #skuzar_page .listing-content .single_auction .auction-content h3, #skuzar_page .listing-content .tiles_mode .single_auction .auction-content h3{min-height: 80px}
}

@media all and (max-width: 850px){
    #skuzar_page .main_baner.main_baner_one {height: 160px;}
    #skuzar_page .main_baner_one .baner_one {height: 160px;}
    #skuzar_page .main_baner_one .baner_one .baner_one_el {height: 160px;}
    #skuzar_page .main_baner_one .baner_one .baner_img{width:260px; left: calc(35% - 210px);}
    #skuzar_page .main_baner_one .baner_one .baner_one_right .mtext_shadow {left: 20px; font-size: 50px;}
    #skuzar_page .main_baner_one .baner_one .baner_one_right .mtext {left: 20px; top: 65px; font-size: 20px;}
    #skuzar_page .main_baner_one .baner_one .baner_one_right .ctext {left: 20px; top: 115px; font-size: 14px;}
}

@media all and (max-width: 830px){
    #skuzar_page .special_offerts .special_flex .single_offert .offert_img img{min-height: 200px;max-height: 200px;}
    #skuzar_page .special_offerts .special_flex .single_offert .offert_img {flex-basis: 300px;   height: 200px;}
    #skuzar_page .special_offerts .special_flex .single_offert .offert_info {flex-basis: calc(100% - 300px);padding-left: 20px;}
    #skuzar_page .follow {top: 170px;}
    #skuzar_page .listing div.advanced-search{width: 260px}
    #skuzar_page .listing-content {width: calc(100% - 260px);padding-left: 20px;}
    #skuzar_page .flex_box .single_article{flex-basis: 48%}
    #skuzar_page .popup-overlay .popup.popup-system .popup-content .left,#skuzar_page .popup-overlay .popup.popup-system .popup-content .right{float: none;width: 100%;max-width: 100%;text-align: center}
    #skuzar_page .dedicate_baner .dedicate_flex h1{max-width: 580px;}
}

@media all and (max-width: 800px){
    #skuzar_page .products_categories.dedicate_baner_categories .main_categories,#skuzar_page .products_categories.dedicate_baner_categories .sub_categories_dedicate{flex-basis: 100%;border-right:none;}
    #skuzar_page .products_categories.dedicate_baner_categories .main_categories .single_category {flex-basis: 50%;}
    #skuzar_page .products_categories.dedicate_baner_categories .main_categories .categories_space,#skuzar_page .products_categories.dedicate_baner_categories .sub_categories_dedicate .sub_flex{margin-top: 10px}
    #skuzar_page .products_categories.dedicate_baner_categories .flex_column > p{text-align: center;padding-left: 0}
}

@media all and (max-width: 750px){
    #skuzar_page .counters_info .counters_box .single_counter .counter_div {margin-bottom: 0;}
    #skuzar_page .counters_info .counters_box .single_counter .counter {font-size: 45px;}
    #skuzar_page .main_baner .middle_baner_element{display: none}
    #skuzar_page .main_baner .baner_element{flex-basis: 50%;}
    /*#skuzar_page .main_baner .baner_element{background: rgba(219,223,231,1)!important;}*/
    /*#skuzar_page .main_baner .baner_element.active_baner{background: rgba(39,53,72,1)!important;}*/
    #skuzar_page .main_baner .baner_element .baner_img {max-width: 280px;}
    #skuzar_page .listing-content .single_auction{flex-basis: 100%}
    #skuzar_page .listing-content .tiles_mode .single_auction{flex-basis: 100%}
    #skuzar_page .listing-content .single_auction .auction-content h3{text-align: center}
    #skuzar_page .product_section .product_flex .product_feature .button_space .main_btn{font-size: 18px}
    /*#skuzar_page .product_section .product_flex .product_feature .feature_inside.auction_feature .button_space {flex-basis: 160px;}*/
    #skuzar_page .listing-content .single_auction .auction_img img{min-width: 400px;min-height: 250px;}
    #skuzar_page .listing-content .tiles_mode .single_auction .auction_img img{min-width: 400px;min-height: 250px;}
    #skuzar_page .listing-content .single_auction .auction_img{height: 250px}
    #skuzar_page .listing-content .tiles_mode .single_auction .auction_img{height: 250px}
    #skuzar_page .listing-content .single_auction .auction_img .follow{top: 205px}
    /*#skuzar_page .product_section .product_flex .product_feature .feature_inside.auction_feature .new_bid,#skuzar_page .product_section .product_flex .product_feature .feature_inside.auction_feature .price_space{flex-basis: calc(50% - 90px)}*/
    #skuzar_page .reg_box .reg_column.body_column .form_flex .form_column{border: none;flex-basis: 100%;margin-bottom: 0px}
    #skuzar_page .reg_box .reg_column.body_column .form_flex{margin-top: 10px}
    #skuzar_page .reg_box .reg_column.body_column .bottom_buttons{margin-top: 30px}
    .bidding .single-auction.single-conversation.flex_conversation .conversation_box{flex-basis: 100%}
    .bidding .single-auction.single-conversation.flex_conversation .answer_field{flex-basis: 100%;margin-top: 10px}
    #skuzar_page .bidding .listing-content .single_auction .auction_img .follow{top: 200px}
    #skuzar_page .listing-content .single_auction .auction_img img{min-width: 1px!important;min-height: 1px!important;}
    #skuzar_page .main_baner .baner_element.active_baner:after{display: block;content: '';width: 140px;height: 140px;border-radius: 50%;transform: scale(0);background-color: #fdf2e6;transition: 250ms ease;position: absolute;left: 0;right: 0;z-index: 1;top: 145px;bottom: auto;animation: grow .3s forwards;margin: auto;}{}
    #skuzar_page .main_baner .baner_element.active_baner:before{content: '';display: block;position: absolute;width: 15px;height: 15px;background-color: #fff;bottom: -7px;left: 0;right: 0;margin: auto;transform: rotate(45deg);top: auto}
    #skuzar_page .listing-content .single_auction .auction_img,#skuzar_page .listing-content .tiles_mode .single_auction .auction_img{flex-basis: auto;width: auto;margin: 0 auto;}
    #skuzar_page .listing-content .tiles_mode .single_auction .auction-content h3{min-height: 1px}
    #skuzar_page .listing-content .single_auction .auction-content h3, #skuzar_page .listing-content .tiles_mode .single_auction .auction-content h3{min-height: 1px}
}

@media all and (max-width: 685px){
    #skuzar_page .listing-content .single_auction {flex-basis: 49%;}
    #skuzar_page .listing-content .tiles_mode .single_auction {flex-basis: 49%;}
    #skuzar_page .listing-content {width: 100%;padding-left: 0;}
    #skuzar_page .listing-content #listing-desktop {margin-top: 25px;}
    #skuzar_page .mobile-search-trigger{color: #00AAE5;padding: 0;margin: 0;text-align: right;    display: flex;align-items: center;border: 1px solid #00AAE5;padding: 10px 10px;}
    #skuzar_page .mobile_search_input{display: block}
    #skuzar_page .mobile_search_flex{display: flex;justify-content: space-between;align-items: center;border-bottom: 1px solid #616263;padding: 20px 0}
    #skuzar_page div.advanced-search.mobile-active{    width: 100%;max-width: 100%;margin-bottom: 20px;}
    #skuzar_page div.advanced-search form .form-inputs .select2-container {max-width: 100% !important;width: 100%!important;}
    #skuzar_page .listing div.advanced-search{display: none}
    #skuzar_page div.advanced-search.mobile-active{display: block}
    #skuzar_page .product_section .product_flex .new_bid input.bid_input,#skuzar_page .product_section .product_flex .product_feature .feature_price .curr_price{font-size: 25px}
    #skuzar_page .product_section .product_flex .product_feature .feature_price .price_currency{font-size: 14px}
    #skuzar_page .product_section .product_flex .product_feature .feature_price .price_kind{font-size: 9px}
    #skuzar_page .product_section .product_flex .new_bid > p {margin-bottom: 2px;}
    #skuzar_page .product_section .product_flex .new_bid .ab_price {right: 10px;bottom: 11px;}
    #skuzar_page .product_section .product_flex .new_bid input.bid_input{padding: 7px 40px 7px 5px}
    #skuzar_page .not_found_space p br{display: none}
    #skuzar_page .mobile_hide{height: 0;overflow: hidden;opacity: 0;transform: scale(0)}
    #skuzar_page .listing-content .tiles_mode .single_auction .auction-content .vehicle-info .single{margin: 5px;flex-basis: auto;text-align: left;min-width: 1px}
    #skuzar_page .popup-overlay .popup.popup-system{padding: 15px 10px}
}

@media all and (max-width: 650px){
    #skuzar_page .special_offerts .special_flex .single_offert .offert_img img{min-height: 135px;max-height: 135px;}
    #skuzar_page .special_offerts .special_flex .single_offert .offert_img {flex-basis: 200px;   height: 135px;}
    #skuzar_page .special_offerts .special_flex .single_offert .offert_info {flex-basis: calc(100% - 200px);}
    #skuzar_page .follow {top: 105px;}
    #skuzar_page .special_offerts .special_flex .single_offert .offert_info h4 {font-size: 20px;margin: 0;min-height: 55px}
    #skuzar_page .special_offerts .special_flex .single_offert .offert_info .offert_price_box p{font-size: 20px}
    #skuzar_page .special_offerts .special_flex .single_offert .offert_info .offert_price_box .price_type{font-size: 14px}
    #skuzar_page .special_offerts .special_flex .single_offert .offert_info .extra_info_box {margin: 0px 0;}
    #skuzar_page .special_offerts .special_flex .single_offert .offert_info .offert_price_box .price_type {margin-top: 0;}
    #skuzar_page .benefits .benefits_flex .single_benefit {flex-basis: 100%;}
    #skuzar_page .counters_info .counters_box .single_counter{flex-basis: 100%;margin: 10px 0;}
    #skuzar_page .counters_info {padding: 10px 5px;}
    #skuzar_page .counters_info .counters_box .single_counter.middle_counter:before,#skuzar_page .counters_info .counters_box .single_counter.middle_counter:after{content: none}
    #skuzar_page .articles .articles_container .single_article .article_text{flex-basis: calc(100% - 200px);display: flex;flex-wrap: wrap;padding: 5px 5px 5px 15px;height: 100%;}
    #skuzar_page .articles .articles_container .single_article .article_image{flex-basis: 200px;height: 170px;border-bottom-left-radius: 10px;border-top-right-radius: 0}
    #skuzar_page .articles .articles_container .single_article .article_image img{min-width: 270px;max-width: 270px;min-height: 170px;max-height: 70px;border-bottom-left-radius: 10px;border-top-right-radius: 0}
    #skuzar_page .f_18{font-size: 14px}
    #skuzar_page .f_20{font-size: 16px}
    #skuzar_page .f_22{font-size: 18px}
    #skuzar_page .f_24{font-size: 20px}
    #skuzar_page .f_28{font-size: 24px}
    #skuzar_page .f_30{font-size: 26px}
    #skuzar_page .f_32{font-size: 28px}
    #skuzar_page .f_48{font-size: 38px}
    #skuzar_page .products_categories .sub_category .single_subcategory{flex-basis: 50%}
    #skuzar_page .products_categories{padding: 10px 0}
    #skuzar_page .main_baner{flex-wrap: wrap}
    #skuzar_page .main_baner .baner_element{flex-basis: 200px}
    #skuzar_page .main_baner .baner_element{order: 1}
    #skuzar_page .main_baner .baner_element.active_baner{order: 2}
    #skuzar_page .main_baner {height: auto;flex-direction: column;}
    #skuzar_page .main_baner .ab_text {top: auto;bottom: auto;background: rgba(219,223,231,1)!important;width: 100%;height: auto;position: relative;flex-basis: 130px;margin: 0;}
    #skuzar_page .footer_flex .footer_column.links_column,#skuzar_page .footer_flex .footer_column.social_column{flex-basis: 100%;justify-content: center;align-items: center}
    #skuzar_page .footer_flex .footer_column.social_column{margin: 18px 0 11px}
    #skuzar_page .main_baner .ab_text{background: rgba(255,255,255,1)!important;color: rgba(39,53,72,1)}
    .prd_body {padding-bottom: 140px;}
    #skuzar_page .product_section .product_extra_info .extra_box .extra_box_img{display: none}
    #skuzar_page .product_section .product_extra_info .extra_box .extra_text{flex-basis: calc(100% - 200px)}
    #skuzar_page .special_offerts.similar_offerts .special_flex .single_offert .offert_img img {max-width: 100%;max-height: 100%;min-width: 100%;}
    #skuzar_page .listing-content .single_auction .auction-content .vehicle-info .single {flex-basis: auto;padding: 0 5px;margin: 9px 0;text-align: center;}
    #skuzar_page .listing-content .single_auction .auction-content .vehicle-info .single img {position: relative;left: -2px;top: 4px;max-height: 18px;}
    #skuzar_page .listing-content .single_auction .auction_price{padding: 5px 0px 5px}
    #skuzar_page .news-list.news-details .news-details-content{padding: 20px 20px 30px}
    #skuzar_page .news-list.news-details .article-img {border-color: #00AAE5;float: none;border-right: none;margin: 0 auto 15px;display: block;}
    #skuzar_page .news-list.news-details .news-details-description{text-align: center}
    #skuzar_page .news-list .read-more-btn{margin: 20px auto}
    #skuzar_page .news-list.news-details .article-img img{padding: 0}
    #skuzar_page .footer_flex .footer_column.links_column{justify-content: space-between}
    #skuzar_page .footer_flex .footer_column.links_column a{margin: 0}
    #skuzar_page .product_section .product_flex .product_body .product_gallery .gallery_content .big_picture img.main_img {min-width: 620px;}
    #skuzar_page .flex_box .single_article .article_field .article_title{font-size: 16px}
    #skuzar_page .flex_box .single_article .article_field .article_description{font-size: 14px}
    #skuzar_page .main_baner .baner_element{flex-basis: 50%;height: 100px;overflow: visible;margin-top: 60px;}
    #skuzar_page .main_baner .baner_element[data-slide="1"]{order: 3}
    #skuzar_page .main_baner .baner_element[data-slide="2"]{order: 2}
    #skuzar_page .main_baner{flex-direction: row;flex-wrap: wrap}
    #skuzar_page .main_baner .ab_text{position: relative;flex-basis: 100%;order: 1;text-shadow: none;font-size: 24px;color: #323232;font-weight: normal;}
    #skuzar_page .main_baner .ab_text br{display: none}
    #skuzar_page .main_baner .baner_element .baner_podium{display: none}
    #skuzar_page .main_baner .baner_element .mobile_podium{display: block;position: absolute;bottom: 25px;width: 100%;color: #323232}
    #skuzar_page .main_baner .baner_element .mobile_podium h3{color: #323232}
    #skuzar_page .main_baner .baner_element.active_baner .mobile_podium h3{color: #fff}
    #skuzar_page .main_baner .baner_element .baner_img {max-width: 210px;}
    #skuzar_page .main_baner .baner_element.active_baner:after{top: -60px;width: 100px;height: 100px;}
    #skuzar_page .main_baner .ab_text{margin-top: 10px}
    #skuzar_page .dedicate_baner .dedicate_flex h1 {max-width: 550px;}
    #skuzar_page .dedicate_baner .dedicate_flex .dedicate_text.with_bg:after{transform: skew(0deg)}
    #skuzar_page .popup-overlay .popup.popup-system .popup-content .content .bottom-content.flex_box{flex-wrap: wrap;justify-content: center}
    #skuzar_page .popup-overlay .popup.popup-system .popup-content .content .bottom-content.flex_box .content_column{flex-basis: 100%;    margin: 10px 0 0;}
}

@media all and (max-width: 630px){
    #skuzar_page .main_baner.main_baner_one {height: 175px; display: block;}
    #skuzar_page .main_baner_one .baner_one {height: 175px; display: block;}
    #skuzar_page .main_baner_one .baner_one .baner_one_el {height: 160px;}
    #skuzar_page .main_baner_one .baner_one .baner_img{width:260px; left: 0; right: 0;}
    #skuzar_page .main_baner_one .baner_one .baner_img.baner_img_1 {top: 10px;}
    #skuzar_page .main_baner_one .baner_one .baner_one_left{height: 130px; width: 100%;}
    #skuzar_page .main_baner_one .baner_one .baner_one_middle{display: none;}
    #skuzar_page .main_baner_one .baner_one .baner_one_right{height: 45px; padding-top: 10px; width: 100%;}
    #skuzar_page .main_baner_one .baner_one .baner_one_right .mtext_shadow {display: none;}
    #skuzar_page .main_baner_one .baner_one .baner_one_right .mtext {position: relative; top: 0; left: 0; bottom: 0; right: 0; margin: auto; border-bottom: none !important;}
    #skuzar_page .main_baner_one .baner_one .baner_one_right .ctext {display: none;}
}

@media all and (max-width: 520px){
    /*#skuzar_page .product_section .product_flex .product_feature .feature_inside.auction_feature .button_space {flex-basis: 100px;}*/
    /*#skuzar_page .product_section .product_flex .product_feature .feature_inside.auction_feature .new_bid,#skuzar_page .product_section .product_flex .product_feature .feature_inside.auction_feature .price_space{flex-basis: calc(50% - 55px)}*/
    #skuzar_page .product_section .history_table td img{display: none}
    #skuzar_page .product_section .history_table .column_icon{display: none}
    #skuzar_page .special_offerts.similar_offerts .special_flex .single_offert .offert_img{flex-basis: 100%}
    #skuzar_page .special_offerts.similar_offerts .special_flex .single_offert .offert_info{padding: 0;flex-basis: 100%}
    #skuzar_page .special_offerts.similar_offerts .special_flex .single_offert .offert_body a{flex-wrap: wrap}
    #skuzar_page .special_offerts.similar_offerts .special_flex .single_offert .offert_img img {max-width: 245px;max-height: 165px;min-width: 1px;min-height: 1px;width: 100%;}
    #skuzar_page .special_offerts.similar_offerts .special_flex .single_offert .offert_img {flex-basis: 100%;height: 165px;display: flex;justify-content: center;}
    #skuzar_page .special_offerts.similar_offerts .special_flex .single_offert .offert_info{text-align: center}
    #skuzar_page .special_offerts.similar_offerts .special_flex .single_offert .offert_info h4{text-align: center!important;}
    #skuzar_page .special_offerts.similar_offerts .special_flex .single_offert .offert_info .offert_price_box p{text-align: center}
    #skuzar_page .product_section .product_flex .product_body .product_gallery .gallery_content .big_picture {height: 300px;}
    #skuzar_page .product_section .product_flex .product_body .product_gallery .gallery_content .big_picture img.main_img {min-width: 500px;}
    #skuzar_page .product_section .product_flex .product_body .product_gallery .gallery_content .bottom_images .small_picture img{position: absolute;left: 0;top: 0;min-width: 147px}
    #skuzar_page .product_section .product_flex .product_body .product_gallery .gallery_content .bottom_images .small_picture {position: relative;overflow: hidden;width: auto;height: 105px;flex-basis: 33%}
    #skuzar_page .product_section .product_flex .product_body .product_gallery .gallery_content .gallery_arrow.arrow_right{top: 250px}
    #skuzar_page .product_section .product_flex .product_body .product_gallery .gallery_content .gallery_arrow.arrow_left{top: 250px}
    #skuzar_page .product_section .product_flex .product_body .product_gallery .gallery_content .bottom_images .small_picture{flex-basis: 148px}
    #skuzar_page .flex_box .single_article{flex-basis: 100%;margin: 0 0 15px 0}
    #skuzar_page .flex_box .single_article .article_field .article_title{min-height: 1px;margin-bottom: 10px}
    #skuzar_page .flex_box .single_article .article_field .article_description{min-height: 1px}
    #skuzar_page .bidding .listing-content .single_auction{flex-basis: 100%}
}

@media all and (max-width: 480px){
    #skuzar_page .special_offerts .special_flex .single_offert .offert_body a{flex-wrap: wrap}
    #skuzar_page .special_offerts .special_flex .single_offert .offert_info{flex-basis: 100%;padding: 0}
    #skuzar_page .special_offerts .special_flex .single_offert .offert_img{flex-basis: 100%}
    #skuzar_page .special_offerts .special_flex .single_offert .offert_img img {position: relative;height: auto;min-height: 1px;max-height: 100%;min-width: 1px;max-width: 100%;width: auto}
    #skuzar_page .special_offerts .special_flex .single_offert .offert_img{height: 270px}
    #skuzar_page .special_offerts .special_flex .single_offert .offert_info h4{min-height: 1px;margin: 15px 0}
    #skuzar_page .follow {top: 240px;}
    #skuzar_page .articles .articles_container .single_article .article_image{flex-basis: 100%}
    #skuzar_page .articles .articles_container .single_article .article_image img {min-width: 450px;max-width: 450px;min-height: 200px;max-height: 200px;border-bottom-left-radius: 0;border-top-right-radius: 10px;}
    #skuzar_page .articles .articles_container .single_article .article_image {flex-basis: 100%;height: 200px;border-bottom-left-radius: 0;border-top-right-radius: 10px;}
    #skuzar_page .articles .articles_container .single_article .article_text {flex-basis: 100%;display: block;flex-wrap: wrap;padding: 10px;height: 100%;}
    #skuzar_page .articles .articles_container .single_article .article_text .article_head {margin-bottom: 10px;text-align: center;}
    #skuzar_page .articles .articles_container .single_article .article_text .read_more {justify-content: center;margin: 13px 0 10px;}
    #skuzar_page .articles .articles_container .single_article .article_text .article_body{text-align: center}
    #skuzar_page .articles .articles_container .single_article{margin-bottom: 20px}
    #skuzar_page .articles .articles_container .single_article:last-child{margin-bottom: 0}
    #skuzar_page .contact_section .contact_flex .contact_column .contact_places .single_address{flex-basis: 100%}
    #skuzar_page .contact_section .form_content .input_box{flex-basis: 100%}
    #skuzar_page .sort_box,#skuzar_page .toggle_view{flex-basis: 100%;margin: 10px 0;    justify-content: center;}
    #skuzar_page .filter-options{flex-wrap: wrap;padding: 0}
    /*#skuzar_page .product_section .product_flex .product_feature .feature_inside.auction_feature .button_space {flex-basis: 80px;}*/
    /*#skuzar_page .product_section .product_flex .product_feature .feature_inside.auction_feature .new_bid,#skuzar_page .product_section .product_flex .product_feature .feature_inside.auction_feature .price_space{flex-basis: calc(50% - 45px)}*/
    #skuzar_page .product_section .product_flex .new_bid input.bid_input, #skuzar_page .product_section .product_flex .product_feature .feature_price .curr_price {font-size: 18px;}
    #skuzar_page .product_section .product_flex .product_feature .padding_section {padding: 10px 5px;}
    #skuzar_page .product_section .product_flex .product_feature .feature_price .price_currency{font-size: 10px}
    #skuzar_page .product_section .product_flex .product_feature .button_space .main_btn {font-size: 14px;padding: 10px 5px;}

    #skuzar_page .product_section .product_data_flex .single_data{flex-basis: 100%;background-color: #fff!important;}
    #skuzar_page .product_section .product_data_flex .single_data:nth-child(even){background-color: #f5f7fb!important;}
    #skuzar_page .product_section .product_data_flex .single_data:nth-child(odd){background-color: #fff!important;}

    #skuzar_page .product_section .product_eq_flex .single_eq{flex-basis: 100%;background-color: #fff!important;}
    #skuzar_page .product_section .product_eq_flex:nth-child(even) .single_eq:nth-child(even){background-color:#fff!important; }
    #skuzar_page .product_section .product_eq_flex:nth-child(even) .single_eq:nth-child(odd){background-color:#f5f7fb!important; }
    #skuzar_page .product_section .product_eq_flex:nth-child(odd) .single_eq:nth-child(odd){background-color:#f5f7fb!important; }
    #skuzar_page .product_section .product_eq_flex:nth-child(odd) .single_eq:nth-child(even){background-color:#fff!important; }
    #skuzar_page .product_section .product_eq_flex:nth-child(odd), #skuzar_page .product_section .product_eq_flex:nth-child(even){background-color: #fff;}
    #skuzar_page .news-list.news-details .article-img{width: 100%}
    #skuzar_page .news-details .news-details-content{padding: 20px}
    #skuzar_page .news-details .article-img{display: block;float: none;margin: 0 auto 10px}
    #skuzar_page .news-details-description{text-align: center}
    #skuzar_page .footer_flex .footer_column.links_column{flex-wrap: wrap}
    #skuzar_page .footer_flex .footer_column.links_column{justify-content: flex-start}
    #skuzar_page .footer_flex .footer_column.links_column a{display: block;flex-basis: 49%;padding-right: 15px;margin: 6px 0}
    #skuzar_page .notfound {height: 140px;}
    #skuzar_page .not_found_space {padding: 10px 0;}
    #skuzar_page .not_found_space .not_found_link{margin: 5px auto}
    #skuzar_page .not_found_space p {margin: 10px 0 15px;}
    #skuzar_page .notfound-second-section h6 {padding: 25px 0 20px;}
    #skuzar_page .listing-content .single_auction .auction_img .follow{left: 10px!important;right: auto}
    #skuzar_page .product_section .product_extra_info .extra_box .extra_logo {flex-basis: 150px;}
    #skuzar_page .product_section .product_extra_info .extra_box .extra_text {flex-basis: calc(100% - 160px);}
    #skuzar_page .product_section .product_flex .product_feature .feature_price .clock .clock_element{width: 25px;height: 25px;}
    #skuzar_page .product_section .product_flex .product_feature .feature_price .clock .clock_separator{margin: 0 2px}
    #skuzar_page .login_box .login_column.login_image img {min-width: 1px;max-height: 170px;}
    #skuzar_page .login_box .login_column.login_image{height: 170px}
}

@media all and (max-width: 450px){
    #skuzar_page .main_baner .baner_element .baner_img {max-width: 160px;}
    #skuzar_page .main_baner .baner_element{height: 80px}
    #skuzar_page .main_baner .baner_element.active_baner:after {top: -55px;width: 80px;height: 80px;}
}

@media all and (max-width: 400px){
    #skuzar_page .products_categories .sub_category .single_subcategory p .sub_arrow svg{display: none}
    #skuzar_page .reg_box .reg_column.body_column .form_flex .form_column .half_input_box .form_input_box{flex-basis: 100%}
    #skuzar_page .reg_box .reg_column.body_column h1{padding: 0;text-align: center}
    #skuzar_page .reg_box .reg_column.body_column .bottom_buttons{justify-content: center}
    #skuzar_page .reg_box .reg_column.body_column p.with_padding{text-align: center;padding: 0 5px}
}

@media all and (max-width: 450px){
    #skuzar_page .listing-content .single_auction {flex-basis: 100%;}
    #skuzar_page .listing-content .tiles_mode .single_auction {flex-basis: 100%;}
    #skuzar_page .toggle_view{display: none}
    #skuzar_page .listing-content #listing-desktop {margin-top: 0;}
    #skuzar_page .login_box .login_column.login_form .buttons_flex p{text-align: center}
    #skuzar_page .login_box .login_column.login_form .form_space p{text-align: center}
    #skuzar_page .first-nav .right-side-nav a.mobile_none{display: none}
    #skuzar_page .first-nav .right-side-nav a.f_14{margin-left: 10px;}
    #skuzar_page .first-nav .right-side-nav a.about_us_mobile{margin-left: 0;}
    #skuzar_page .first-nav .right-side-nav #google_translate_element{margin-left: 10px;}
}

@media all and (max-width: 400px){
    #skuzar_page .product_section .product_flex .product_body .product_gallery .gallery_content .big_picture {height: 250px;}
    #skuzar_page .product_section .product_flex .product_body .product_gallery .gallery_content .big_picture img.main_img {min-width: 430px;}
    #skuzar_page .product_section .product_flex .product_body .product_gallery .gallery_content .gallery_arrow.arrow_left,#skuzar_page .product_section .product_flex .product_body .product_gallery .gallery_content .gallery_arrow.arrow_right{top: 200px}
    #skuzar_page .products_categories .sub_category .single_subcategory .sub_icon{height: 70px}
    #skuzar_page .main_baner .ab_text{margin-top: 10px;font-size: 20px}
    #skuzar_page .main_baner .category_name{font-size: 20px}
}

@media all and (max-width: 360px){
    #skuzar_page .special_offerts .special_flex .single_offert .offert_img img {min-height: 200px;max-height: 200px;min-width: 295px;max-width: 295px}
    #skuzar_page .special_offerts .special_flex .single_offert .offert_img{height: 200px}
    #skuzar_page .follow {top: 195px;}
    #skuzar_page .listing-content .single_auction .auction_img .follow {top: 150px;}
    #skuzar_page .listing-content .single_auction .auction_img .follow {left: 15px!important;}
    #skuzar_page .listing-content .single_auction .auction_img {height: 200px;}
    #skuzar_page .listing-content .single_auction .auction_img img {min-width: 330px;min-height: 230px;}
    #skuzar_page .follow {top: 175px;}
    #skuzar_page .bidding .listing-content .single_auction .auction_img .follow{    top: 155px;left: 8px!important;right: auto;}
}
