@font-face {
    font-family: 'Roboto Light';
    url('/static/fonts/roboto/Roboto-Light.ttf') format('truetype'),
    font-display: block;
}

:root {
    --color-primary: #009FE3;
}

/* main */

html {
  height: 100%;
}

body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
    min-height: 100vh;
    font-family: FiraSansCondensed, sans-serif;
    font-size: 14px;
    color: #353535;
    /*background-color: #F5F5F5;*/
}

body a, body p, body span{
    /*color: #1D1D1B;*/
}
body a {
    color: #1D1D1B;
}

#main-messageModalCenter a{
    text-decoration: underline;
}

header {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    order: -1;
}

main {
    display: flex;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

footer {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}

*:focus {
    outline: none;
}

.no-transition {
  -webkit-transition: height 0.01s;
  -moz-transition: height 0.01s;
  -ms-transition: height 0.01s;
  -o-transition: height 0.01s;
  transition: height 0.01s;
}


ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.navbar li > ul {
    margin-left: 6px;
}

.navbar .logo {
    width: 100%;
}

.navbar .logo img {
    min-width: 100px;
}

@media all and (min-width: 576px){
    .navbar .logo img {
        min-width: 145px;
    }
}

.bg_cover_image{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.badge-font-size {
    font-size: 14px;
}

.badge:hover {
    cursor: pointer;
}

.navbar-brand {
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-toggler {
    height: 31px;
}

.hide_same .issame {
    display: none !important;
}

.pointer{
    cursor: pointer;
}

@media all and (max-width: 575px) {
    h1, .h1 {
        font-size: 1.7rem;
    }

    h2, .h2 {
        font-size: 1.7rem;
    }
    h3, .h3 {
        font-size: 1.6rem;
    }
}

.fs-20 {
    font-size: 20px;
}
.fs-25 {
    font-size: 25px;
}
.fs-30 {
    font-size: 30px;
}
.fs-50 {
    font-size: 50px;
}

.line-height-normal {
    line-height: normal;
}

.font-roboto-light {
    font-family: 'Roboto Light', Sans-Serif;
}

/**/

.slider-block {
    height: 390px;
}

.compare .slick-track {
    float: left;
}

#sidebar-projectPrevArrow{
    width: 90%;
    text-align: center;
    top: 15px;
}
#sidebar-projectNextArrow{
    width: 90%;
    text-align: center;
    bottom: 0;
}

@media all and (max-width:992px) {
    .slider-inf {
        top: auto;
        left: auto;
        bottom: 0;
        height: auto;
        width: 100%;
        padding-top: 30px;
    }
    .navbar-expand-lg .navbar-collapse {
        justify-content: flex-start;
        align-items: flex-start;
    }

    .tab-slider--nav{
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
}

/* device-list-wrap */

.row.catalog-list {
    margin-left: -15px;
    margin-right: -15px;
}

.catalog-header-block *,
.catalog-header-block a:hover {
    color: #fff;
}

.short-description {
    padding-bottom: 20px;
}

.device-list-wrap {
    margin: 0;
    position: relative;
    border: 1px solid #dcdcdc;
    padding: 15px;
}

.device-list-wrap img {
    height: auto;
}

.cart-wrap .device-list-wrap {
    /*min-height: 150px;*/
    border: none;
    padding: 0;
}

.closer{
    cursor: pointer;
    z-index: 1;
    font-weight: 700;
    line-height: 1.1rem;
}

.device-list-wrap.catalog-top-product {
    border-color: #3a7fc9;
}

.compare-head[prop="ht"]{
    margin-bottom: 0;
}

.text-about {
    margin-bottom: 15px;
}

.balance-block {
    /*margin-bottom: 5px;*/
}

.balance-full, .balance-half, .balance-third {
    width: 12px;
    height: 12px;
    margin-bottom: -2px;
    background-position: 54% 36%;
    background-size: 38px;
}
.balance-half {
    background-position: 57% 46%;
}
.balance-third {
    background-position: 57% 59%;
}

.width-wrap {
    margin: 0 auto 12px;
}

.width-wrap .col-6:first-child {
    padding-left: 0;
}
.width-wrap .col-6:last-child {
    padding-right: 0;
}

.width-wrap input,
.width-wrap .input-group-addon {
    height: 30px;
    font-size: 14px;
    padding-left: 6px;
    padding-right: 6px;
}

.width-wrap input:focus {
    height: 30px;
    border: 1px solid #666;
    outline: -webkit-focus-ring-color auto 0;
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.75);
    box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.75);
}

.dev-img {
    padding-left: 0;
    padding-right: 0;
}

.product_main_props{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.dev-header {
    margin-bottom: 16px;
    font-size: 16px;
}

.dev-text {
    font-size: 12px;
    word-break: break-word;
}

.characteristic-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 160px;
}

.characteristic-list {
    margin-bottom: 10px;
}

.dev-balance {
    font-size: 10px;
}

.dev-balance2 {
    font-size: 12px;
}

.badge-squared {
    border-radius: 0;
    font-size: 100%;
}

.price {
    font-size: 16px;
    color: #575756;
    font-weight: 900;
}

.product-page .device-list-wrap {
    height: auto;
    min-height: initial;
    border: none;
}

.close span {
	font-size: 32px;
}

.modal-content .modal-header .close span {
    font-size: 25px;
}

.buy {
    margin-bottom: 5px;
    padding: 8px 30px 5px;
    font-size: 14px;
    font-family: T-StarPro-Bold, sans-serif;
    text-transform: uppercase;
    background-color: #E1F9FF;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    cursor: pointer;
}

.buy.cart {
    background-color: #ffffff;
}

.buy-elem {
    display: flex;
}

.addbutton.comparison {
    width: auto;
    justify-content: start;
    padding-left: 7%;
    border: none;
}

.addbutton.comparison i {
    margin-right: 10px;
}

.addbutton.comparison:focus,
.addbutton.comparison:hover {
    color: #000;
    text-decoration: none;
}
.place_product-booking-btn-block{
    max-width: 350px;
}

.booking {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding-left: 0;
    padding-right: 0;
    height: initial;
}

.product-page .booking {
    flex-wrap: nowrap;
    justify-content: initial;
}

.product-booking-btn-block .comparison {
    margin-top: 0.5rem;
    cursor: pointer;
}

.pop-prod {
    text-align: center;
}

.title-hiden {
    opacity: 0;
    color: #999;
    font-weight: bold;
    font-size: 14px;
    text-align: left;
    transition: .3s .5s;

}

.pop-prod:hover .title-hiden {
    opacity: 1;
    transition: .1s .01s;
}

.pop-prod .slick-track {
    margin: 0;
}

.pop-prod .arrows-block {
    top: 22%;
}

.arrows-p{
    position: absolute;
    top: 22%;

}
.arrowPrev-p{
    left: -20px;
}
.arrowNext-p{
    right: -20px;
}

.pop-prod a:hover {
    text-decoration: none;
}

.pop-prod img {
    margin: 0 auto;
}

.pop-header {
    margin-bottom: 10px;
    text-align: left;
    font-size: 16px;
}


.product-booking-btn-block {
    min-height: 0px;
}

.product-booking-btn-block div[class^=col] {
    /* padding: 0; */
    /*margin-bottom: .5rem;*/
}

.sku-price span.user-price {
    font-size: 16px;
}

.font-size-big{font-size: 1.2em!important;}
.font-size-bigger{font-size: 1.5em!important;}
.font-size-biggest{font-size: 2em!important;}
.font-size-small{font-size: .9em!important;}
.font-size-smaller{font-size: .7em!important;}
.font-size-smallest{font-size: .5em!important;}

@media all and (max-width: 1096px) {
    .dev-description {
min-height: initial;
    }
}

@media all and (min-width: 1096px) and (max-width: 1356px) {
    .dev-img {
        padding: 0 4px;
    }
}

@media all and (min-width: 1920px) {
    .booking-btn-block {
min-height: initial;
    }
}

@media all and (min-width: 1200px) and (max-width: 1649px) {
    .booking-btn-block {
        min-height: initial;
    }
    .dev-description {
        /*padding: 0 15px;*/
    }
}

@media all and (min-width: 768px) and (max-width: 991px) {
    .booking-btn-block {
        min-height: initial;
    }
}

@media all and (max-width: 575px) {
    .dev-img, .booking {
        padding-left: 15px;
        padding-right: 15px;
    }
    .booking-btn-block {
        min-height: initial;
    }
    .dev-description {
        margin-bottom: 5px;
        /*padding: 0;*/
    }
}

@media all and (max-width: 476px) {
    .dev-header {
        margin: 30px 0;
    }
    .dev-text {
        min-height: auto;
    }
    .characteristic-list {
        margin: 20px 0;
    }
}



/* side user icon */

.side-user-icon {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.side-user-icon-block,
.side-user-icon-block-auth {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    padding: 5px 5px 0 0;
    color: #fff;
    -moz-border-radius-bottomleft: 100%;
    border-bottom-left-radius: 100%;
    background: #ccc;
}


.side-admin-icon.side-user-icon{
    right: inherit;
    left: 0;
}

.side-admin-icon>.side-user-icon-block, .side-admin-icon>.side-user-icon-block-auth{
    width: 50px;
    height: 50px;
    border-radius: 0;
    border-bottom-right-radius: 100%;
    padding: 3px;
}

.side-admin-icon .side-user-icon-block-auth {
    background-color: #c93a3a;
}




/**/

.indescription {
    overflow: hidden;
}

.indescription a {
    color: #1D1D1B;
    text-decoration: underline;
}

.indescription a:hover {
    color: #3a7fc9;
}

.indescription ol,
.indescription ul {
    margin-bottom: 16px;
    padding: 0 0 0 17px;
}

.indescription ol:last-child,
.indescription ul:last-child,
.indescription blockquote p:last-child {
    margin-bottom: 0;
}

.indescription ol > li {
    list-style-type: decimal;
}

.indescription ul > li {
    list-style-type: circle;
}

.indescription blockquote {
    position: relative;
    padding: 10px 10px 10px 50px;
    border-left: 4px solid #007bff;
    background-color: #ededed;
}

.indescription blockquote:before {
    content: "\f10d";
    position: absolute;
    left: 18px;
    display: inline-block;
    color: #007bff;
    font-family: "Font Awesome\ 5 Free";
    font-weight: 900;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.indescription iframe {
    max-width: 640px;
    width: 100% !important;
}

.indescription img {
    max-width: 100%;
    height: auto !important;
}

/* history */

.history-block {
    background: #f1f4f6;
}

.history-block .history-year {
    text-align: center;
    font-weight: bold;
    font-size: 1.5rem;
}

.history-block .history-year::before, .history-year::after {
    display: inline-block;
    content: "";
    border-top: 1px solid black;
    width: 35px;
    margin: 0 1rem;
    transform: translateY(-0.3rem);
}

/* side menu */

#sidebar-about .new-clear-block {
    margin: -1px 0 !important;
    border:1px solid #dcdcdc;
}

#sidebar-about .new-clear-block.active {
    background-color: #eee;
}

#mainPrevArrow {
    left: 40px;
}

#comparePrevArrow {
    left: 6px;
}

#mainNextArrow {
    right: 40px;
}

#compareNextArrow {
    right: 6px;
}

#mainNextArrow, #mainPrevArrow,
#compareNextArrow, #comparePrevArrow,
#comparecompetitorPrevArrow, #comparecompetitorNextArrow,
#main-imgesNextArrow, #main-imgesPrevArrow,
.arrowNext-p, .arrowPrev-p{
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 1;
    width: 3em;
    height: 3em;
}

#mainNextArrow, #mainPrevArrow,
#compareNextArrow, #comparePrevArrow,
#comparecompetitorPrevArrow, #comparecompetitorNextArrow,
#main-imgesNextArrow, #main-imgesPrevArrow,
.arrowNext-p, .arrowPrev-p,
#postheaderPrevArrow, #postheaderNextArrow,
#sidebar-projectPrevArrow, #sidebar-projectNextArrow,
#sidebarleft-projectPrevArrow, #sidebarleft-projectNextArrow {
    opacity:0.5;
}

#mainNextArrow, #mainPrevArrow {
    top: 42%;
}

#compareNextArrow, #comparePrevArrow,
#comparecompetitorPrevArrow, #comparecompetitorNextArrow {
    top: 120px;
}
.product-compare-slider #compareNextArrow, .product-compare-slider #comparePrevArrow {
    top: 0;
}

#sidebarleft-projectPrevArrow {
    top: -36px;
    left: 46%;
}

#sidebarleft-projectNextArrow {
    left: 46%;
    bottom: -13px;
}

#main-imgesNextArrow,
#postheaderNextArrow,
#comparecompetitorNextArrow {
    right: 0;
    left: auto;
}
#postheaderPrevArrow {
    left: 0;
}

#main-imgesPrevArrow {
    left: -8px;
}

#main-imgesNextArrow {
    right: -29px;
}

#main-imgesNextArrow,
#main-imgesPrevArrow{
    top:50%;
    margin-top:-1.5em;;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.hidden-block {
    display: none;
    z-index: 6;
}

/**/

.badgewrap {
    top: 0;
    right: 20px;
    width: 30px;
    height: 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: #ff6100;
    border-radius: 0 0 4px 4px;
    z-index: 1;
}

.badgewrap.badge-increased {
    width: 45px;
    height: 60px;
    border-radius: 0 0 8px 8px;
}

.badgewrap.left {
    left: 15px;
}

.badgewrap i {
    align-self: flex-end;
    margin-bottom: 14px;
    color: #fff;
}

/* cart */
.order-progress {
    padding: 20px 0;
}

.icon {
	padding: 0.5em;
    color: #fff;
    background-color: #dadada;
    font-size: 30px;
}

.order-progress .icon,
.product-form .icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.product-form .card {
    border: none;
}

.dash {
	background: #dadada;
	height: 2px;
    width: 100%;
}

.icon-2nd {
    background-color: #fff;
    color: #009FE3;
    border: 2px solid #009FE3;
}

.icon-active {
    background-color: #89C7E9;
}

.icon-active-accent {
  background-color: #0082CB;
}

.drop-text-size {
    font-family: Roboto-Light, sans-serif;
	font-size: 14px;
}

.inner-header a {
	color: #fff;
}

small.text-muted {
    font-size: medium;
}

.recycle {
  padding: 10px;
  border-radius: 50%;
  border: 1px solid;
  margin-right: 10px;
}

.notcart-header {
  color: black;
  background-color: #dadada;
  padding: 15px 15px;
}

.cart-devider {
  border-top: 2px solid #dadada;
  margin: 40px 10px 20px;
}

.dashed-bottom-border {
    border-bottom: 1px dashed;
}

@media all and (max-width: 991px) {
    .order-progress .icon,
    .product-form .icon {
        width: 50px;
        height: 50px;
        font-size: 25px;
    }
}

/* brands */
.brand-menu{
    margin-bottom: 15px;
    padding: 5px;
}
.brand-menu:hover {
    background-color: #f8f9fa;
}

.brand-menu img{
    max-height: 30px;
    max-width: 100%;
}

.brand-menu:not(:hover) img:not(.active){
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    opacity: 0.8;
}

.brand-title h4 {
    font-size: 2rem;
}

.price-rrp{
    font-size: 13px;
    color: #999;
    display: block;
}

.price-rrp-compare{
    font-size: 12px;
    color: #999;
    display: block;
}

/**/

.wrap-list-nap {
    margin-bottom: 20px !important;
}

.block-list-nap {
    border: 1px solid #dcdcdc;
}

.block-list-nap .header {
    font-size: 20px;
}
.block-list-nap .date {
    color: #888;
}

.block-list-nap .description * {
    display: inline !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 0 !important;
}

@media all and (max-width: 576px) {
    .wrap-list-nap {
        margin-bottom: 15px !important;
    }
}


/* nextpreview-newsarticle */

.nextpreview-newsarticle-block {
    padding: 0;
    max-width: 320px;
    border: 4px solid #fff;
}

.padding-right-null {
    padding-right: 0;
}

.nextpreview-newsarticle-block:hover {
    color: #353535;
    text-decoration: none;
    border: 4px solid #ccc;
}

.nextpreview-newsarticle-block:hover .text-newxtprev,
.nextpreview-newsarticle-block:hover .text-newxtprev-wrap {
    text-decoration: underline;
}

.nextpreview-newsarticle-block .fa {
    font-size: 30px;
}

.nextpreview-newsarticle-block .fa-angle-right {
    margin: 0 10px;
}

.nextpreview-newsarticle-block .text-newxtprev {
    font-size: 12px;
    color: grey;
}

.nextpreview-newsarticle-block .text-newxtprev-wrap {
    overflow: hidden;
    word-break: normal;
}

.nextpreview-newsarticle-block img {
    margin-right: 6px;
}

.nextpreview-newsarticle-block:nth-child(2) img {
    margin-left: 10px;
}

@media all and (max-width: 576px) {
    .nextpreview-newsarticle-block {
        max-width: 290px;
    }
}

@media all and (min-width: 577px) {
    .nextpreview-newsarticle-block {
        max-width: 320px;
    }
}

/* tabs search */

.border {
    border: 2px solid #3a7fc9 !important;
}

.tab-slider--nav {
    width: 100%;
    /*margin-bottom: 20px;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

.tab-slider--tabs {
    display: inline-block;
    padding: 0;
    list-style: none;
    position: relative;
    border-radius: 32px;
    overflow: hidden;
    height: initial;
    -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
    user-select: none;
    -webkit-box-shadow: inset 0 0 2px 2px rgba(58,127,201,0.9);
    -moz-box-shadow: inset 0 0 2px 2px rgba(58,127,201,0.9);
    box-shadow: inset 0 0 2px 2px rgba(58,127,201,0.9);
}

.tab-slider--tabs:after {
    content: "";
    width: 214px;
    background: #3a7fc9;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    border-radius: 30px;
}
.tab-slider--tabs.slide-one:after {
    left: 0;
}
.tab-slider--tabs.slide-two:after {
    left: 218px;
}
.tab-slider--tabs.slide-three:after {
    left: 438px;
}

.tab-slider--trigger {
    width: 214px;
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
    color: #1e1e1e;
    text-transform: uppercase;
    text-align: center;
    padding: 12px 20px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: color 250ms ease-in-out;
    transition: color 250ms ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.tab-slider--trigger.active {
    color: #fff;
    pointer-events: none;
}

.tab-slider--body {
  margin-bottom: 20px;
}

.alert-success {
    background: #c3e6cb;
}

.contact-title span {
    font-size: 16px;
    font-weight: 300;
    color: #777;
    line-height: 20px;
}

@media all and (max-width: 767px) {
    .nav-first .search-form {
        margin: 6px 0 7px;
    }
    .product-page div.booking {
        max-width: 100%;
    }
    .tab-slider--nav .tab-slider--trigger {
        width: initial;
        border-radius: 10px;
        margin-bottom: 1em;
        z-index: 1000;
    }
    .tab-slider--nav .tab-slider--tabs{
        box-shadow: none;
        border: none !important;
        display: flex;
        transition: initial;
        flex-direction: column;
        width: 100%;
        border-radius: 0;
        margin-top: 2em;
    }
    .tab-slider--nav .tab-slider--tabs:after{
        content: none;
    }
    .tab-slider--nav .tab-slider--trigger.active{
        color: #FFF;
    }
}

.tooltip-inner {
    color: #353535;
}

.not-found {
    font-size: 1.6rem;
}

/* callback form */

@media all and (max-width: 576px) {
    .img-responsive {
        display: none;
    }
    #pbx-form-container {
        width: 280px !important;
        height: auto !important;
        margin-left: 20px !important;
    }
    #pbx-form-container .form-fields {
        position: relative !important;
        padding-left: 15px;
        margin: 26px auto 34px;
        top: auto !important;
        width: auto !important;
    }
    .info-pbx-message {
        position: relative !important;
        width: 225px !important;
        bottom: -5px !important;
        /*height: initial !important;*/
        right: 25px !important;
        margin: 0 auto;
        word-break: break-word;

    }
}

/**/

.free_goods_web {
    border-radius: .25rem;
}

.free_goods_web img {
    margin-bottom: 5px;
}

.free_goods_web .text {
    font-size: 12px;
}

.free_goods_web h5 {
    margin-bottom: 5px;
}

.free_goods_web:hover * {
    color: #353535;
}

/* password reset */

ul.errorlist {
    color: red;
    padding-bottom: 12px;
}

/**/

.modal-body .custom-radio .custom-control-label::before {
    border-radius: 50%;
}
.modal-body .custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: .82rem;
    height: .82rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    border: 1px solid #767676;
}
.modal-body .custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: .45rem;
    height: .45rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    border-radius: 50%;
}
.modal-body .custom-radio .custom-control-label::before {
    border-radius: 50%;
}

.modal-body .custom-radio .custom-control-input:checked~.custom-control-label::after {
    margin: 3px;
    background-color: #014dd6;
}
.modal-body .custom-radio .custom-control-input:checked~.custom-control-label::before {
    border-color: #014dd6;
}

/**/

.quiz-img {
    display: inline-block;
    max-width: 150px;
    max-height: 150px;
    width: 100%;
    height: auto;
}

@media all and (max-width: 575px) {
    .quiz-img {
        max-width: 45px;
    }
}

.final .description p {
    margin-bottom: 0;
}

/* banner */

.search-banner-block {
    border-radius: 16px;
}
.search-banner-block.calc {
    background: linear-gradient(180deg, #005BFF 0%, #003AA3 100%);
}.search-banner-block.equipment {
    background: linear-gradient(180deg, #FF9415 0%, #FFC709 100%);
}

/* Modal overlay for balance_block request form */
.modal-overlay {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    background-color: rgba(0, 0, 0, 0.5) !important;
    backdrop-filter: blur(4px);
    z-index: 9999 !important;
    inset: 0;
    display: none;
}

.request-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    z-index: 9999;
    padding: 25px;
    max-height: 85vh;
    max-width: 400px;
    width: calc(100% - 32px);
    display: none;
    border-radius: 10px;
}

.request-container .row.gap-2 {
    margin-left: 0;
    margin-right: 0;
}

.request-container .request-form {
    width: 100%;
}

.request-container .request-form .col-12 {
    padding-left: 0;
    padding-right: 0;
}

.request-container .form-group {
    margin-bottom: 12px;
    width: 100%;
}

.request-container .form-group input,
.request-container input[type="text"],
.request-container input[type="email"],
.request-container input[type="tel"] {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    box-sizing: border-box;
    outline: none;
}

.request-container .form-group input:focus,
.request-container input[type="text"]:focus,
.request-container input[type="email"]:focus,
.request-container input[type="tel"]:focus {
    border-color: var(--color-primary);
}

.request-container input[type="checkbox"] {
    width: 16px !important;
    height: 16px;
    min-width: 16px;
    cursor: pointer;
    vertical-align: middle;
    margin: 0;
    flex-shrink: 0;
}

.request-container .form-check-label {
    font-size: 13px;
    line-height: 1.3;
    cursor: pointer;
    margin: 0;
}

.request-container .request-form > .d-flex,
.request-container .d-flex.align-items-center.gap-2 {
    display: flex !important;
    align-items: center !important;
    gap: 8px;
    margin: 15px 0 10px;
}

.request-container .request-btn {
    font-size: 16px;
    width: 100%;
    color: var(--color-primary);
    background-color: transparent;
    padding: 10px;
    border: 1px solid var(--color-primary);
    border-radius: 5px;
    transition: 0.3s ease;
    cursor: pointer;
}

.request-container .request-btn:hover {
    background-color: var(--color-primary);
    color: #fff;
}

.request-container .request-container-title {
    font-size: 18px;
    font-weight: 600;
}

.request-container .close-btn {
    cursor: pointer;
    font-size: 18px;
    color: #000;
    transition: color 0.3s;
}

.request-container .request-feedback-message {
    position: static;
    width: auto;
    height: auto;
    padding: 10px 15px;
    margin-top: 10px;
    border-radius: 10px;
    font-size: 16px;
    text-align: center;
}

.request-container .request-feedback-message.success-pbx {
    color: #28a745;
    background-color: rgba(40, 167, 69, 0.2);
}

.request-container .request-feedback-message.alert-pbx {
    color: #dc3545;
    background-color: rgba(220, 53, 69, 0.2);
}

.btn-block {
    display: block;
    width: 100%;
}

/* Filter buttons */
.filter-buttons-block {
    margin-top: 10px;
}

.main-big-button {
    padding: .25rem .5rem;
    transition: 0.3s ease;
    font-size: .875rem;
}

.border-gray-color {
    border: 1px solid #B3B3B3;
}

.hover-gray-fill:hover {
    background-color: #B3B3B3 !important;
    color: #fff !important;
}

/* Balance block button */
.main-small-button {
    padding: .25rem .5rem;
    margin-bottom: 5px;
    transition: 0.3s ease;
}

.border-primary-color {
    border: 1px solid #B3B3B3;
}

.border-primary-color:hover {
    background-color: #B3B3B3;
    color: #fff;
}

.cursor-pointer {
    cursor: pointer;
}

/* Order form checkboxes (BS4 fix) */
.form-group-checkbox .form-check-input {
    position: static;
    margin-left: 0;
    margin-top: 0;
    width: 14px;
    height: 14px;
    min-width: 14px;
}

.form-group-checkbox .d-flex {
    justify-content: flex-start;
    text-align: left;
}

.form-group-checkbox .form-check-label {
    text-align: left;
    padding-left: 1rem;
}

.form-group-checkbox .me-2 {
    margin-right: 0.5rem;
}

.gap-2 {
    gap: 0.5rem;
}

#modal-cart .modal-content {
    border-radius: 10px;
}

.grand-childs-title {
    color: #fff;
}

.grand-childs-description {
    color: #fff;
}

.grand-childs-description p {
    margin: 0;
}
