.slider{
    width: 100%;
    height:500px;
    color:#162351;
    background-position: bottom;
    background-image:url('../../images/defaults/bgCurveTheme.svg');
}
.item-header-h{
    color:#162351;
}
.launch-vids{
    height: 350px;
    text-align: right;
}
.launch-vids > img{
    height:100%;
}
.content-prices{
    background-color: #F8F8FF;
    border-radius: 20px;
    padding:15px;
    margin-top: 30px;
}
.item-bank-prices{
    display: flex;
    align-items: top;
    justify-content: center;
    gap: 40px;
}
.item-offers{
    display: flex;
    justify-content: space-between;
    align-items: top;
    margin-bottom:30px;
}
.item-offers > .item-box{
    position: relative;
    background: #FFF;
    border-radius: 10px;
    padding:20px 20px 60px 20px;
    color:#162351;
    font-size: 14px;
    width: calc((100% / 3) - (1 * 7.5px));
}
.item-box.green-gradient{
    color:#FFF;
    background: linear-gradient(84.95deg, #4E5E1D -12.13%, #216651 92.28%);
}
.item-box .name{
    text-align: center;
    font-size: 24px;
    font-weight: 700;
}
.item-box .pic-line{
    font-size:11px;
    margin-top:-5px;
    text-align: center;
}
.item-box .name.orange, .table-compare .list-name.orange{
    letter-spacing: 1px;
    color: #CE882B;
    line-height: 20px;
}
.item-box .name.green, .table-compare .list-name.green{
    letter-spacing: 1px;
    color: #72C15C;
}
.item-box .name.blue, .table-compare .list-name.blue{
    letter-spacing: 1px;
    color: #0CAAD2;
    line-height: 20px;
}
.item-offers .button, .item-offers a.button, table.compare a.button{
    border-radius:4px;
    padding:6px 15px;
    cursor:pointer;
    margin-top: 15px;
    text-align: center;
    text-decoration: none;
    color:#FFF;
    font-size: 14px;
    font-weight: normal;
    display: block;
}
.item-offers .button.orange, table.compare a.button.orange{
    color:#FFF;
    background-color: #CE882B;
}
.item-offers .button.green, table.compare a.button.green{
    background-color: #72C15C;
}
.item-offers .button.blue, table.compare a.button.blue{
    color:#FFF;
    background-color: #0CAAD2;
}
.item-offers .button.orange:hover, table.compare a.button.orange:hover{
    background-color: #da902f;
}
.item-offers .button.green:hover, table.compare a.button.green:hover{
    background-color: #79cc62;
}
.item-offers .button.blue:hover, table.compare a.button.blue:hover{
    background-color: #0eb9e4;
}
.item-offers .button.blue, .item-offers .button.orange{
    margin-top: 40px;
}
.item-box > .text{
    margin-top: 15px;
    line-height: 19px;
    text-align: justify;
}
.item-box .button_theme{
    position:absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom:20px;
    font-size:12px;
    box-shadow: none;
}

.item-monthly{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom:20px;
    color: #9E9E9E;
}
.item-monthly > .type{
    letter-spacing: 1px;
    font-size:14px;
    padding:0 15px;
}
.content-monthly > .monthly-input{
    background-color:#FFF;
    border-radius: 30px;
    border: solid 2px #CCC;
    padding:4px;
    width:80px;
}
.monthly-input > .circle-choice{
    background-color: #454545;
    height:30px;
    width:30px;
    border-radius: 50%;
    cursor:pointer;
}

.item-bank-prices .amount{
    font-weight: 700;
    font-size: 26px;
    margin-top:30px;
    line-height: 29px;
    align-items: center;
    text-align: center;
    letter-spacing: 1px;
    color: #0CAAD2;
}
.item-bank-prices .amount-text{
    font-weight: 400;
    font-size: 12px;
    margin-top:15px;
    text-align: center;
    letter-spacing: 1px;
    color: #585858;
}

.item-compare{
    display: flex;
    justify-content: center;
    align-items: center;
}
.item-compare > .table-compare{
    margin-top:30px;
    padding:0px 20px 20px 20px;
    background: #F8F8FF;
    border-radius: 20px;
    text-align: center;
}
table.compare th.list-name{
    text-align: center;
    font-size: 22px;
    padding:0px 8px 15px 8px;
    line-height: 20px;
    width:clamp(140px, 170px, 200px);
}
table.compare .label-fc{
    vertical-align: bottom;
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 1px;
}
table.compare th.list-name > .button{
    float: left;
    width: 100%;
    margin-top: 20px;
}
table.compare th.list-name > .button.blue{
    margin-top: 10px;
}
table.compare td{
    padding:8px 15px;
}
table.compare tbody > tr{
    border-top:solid 1px #efefef;
}
table.compare tbody > tr:first-of-type{
    border-top: none;
}
table.compare td.item-name{
    background: #FFFFFF;
    font-size: 16px;
    text-align: left;
}
table.compare td.item-name.first, table.compare td > .middle.first{
    border-radius: 20px 20px 0px 0px;
}
table.compare td.item-name.end, table.compare td > .middle.end{
    border-radius: 0px 0px 20px 20px;
}
table.compare td .fa-times-circle{
    font-size:16px;
    color:#A84216;
}
table.compare td .fa-check-circle{
    font-size:16px;
    color:#639426;
}
table.compare td .fa-check-circle.mid{
    color:#a3d368;
}
table.compare td .fa-caret-right{
    margin-left:15px;
    font-size: 22px;
    float: right;
    transition: 0.5s;
}
table.compare td.mid{
    padding-bottom: 0;
    padding-top: 0;
}
table.compare td > .middle{
    background: #FFF;
    padding:8px;
}
table.compare td.item-name.item-category{
    cursor:pointer;
    background: linear-gradient(180deg, #FFFFFF 0%, #f1f1f1 100%);
}
table.compare tr.item-child{
    display: none;
}
table.compare tr.item-child > td.item-name{
    padding:8px 15px 8px 45px;
    font-size:14px;
    background: #f1f1f1;
    border-bottom: solid 1px #FFF;
}
table.compare td .text{
    color:#162351;
    width:100%;
    font-size: 12px;
}
.configurator-desk{
    display: block!important;
}
.configurator-desk .item-mob-cg-anim{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top:30px;
}
.configurator-desk  .configurator-question{
    font-size:22px;
    color:#424242;
    letter-spacing: 1px;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 60px;
}
.configurator-desk  .configurator-question > .color{
    color:#72C15C;
}
.configurator-desk > .stepper{
    margin-top:30px;
}
.configurator-desk  .number-choice {
    font-size: 28px;
    text-align: center;
    font-weight: 600;
}
.configurator-desk .item-ask{
    font-size: 30px;
    margin-top: 60px;
    font-weight: 600;
    color: #0ca9d3;
}
.configurator-desk .price-check{
    font-size: 20px;
}
.configurator-desk .text > div:first-of-type{
    font-size: 16px;
    margin-top: 30px;
}
.configurator-desk .text{
    font-size: 16px;
}
.stepper > .circle-step.done, .stepper > .line-step.done{
    background-color:#72C15C;
}
H2.lcH{
    padding: 0 20%;
    margin-top: 80px;
}
.item-box .item-prices{
    font-size:18px;
    text-align:center;
    font-weight:bold;
    margin-top:11px;
}
.choose, .compare-version{
 display: none;
}


@media only screen and (min-width: 768px) and (max-width: 1023px){
    .item-inscription .title {
        font-size: 2vh;
    }
    .launch-vids {
        height: 229px;
    }
}
@media only screen and (max-width: 767px){
    .item-bank-prices{
        display: inline;
    }
    .item-bank-prices .amount{
        width:100%;
        text-align: center;
    }
    .item-offers{
        display:table;
    }
    .item-offers > .item-box{
        width: 100%;
    }
    .slider .item-slider{
        display: table;
    }
    .item-content{
        display:block;
    }
    .slider{
        height:255px;
        min-height:255px;
    }
    .item-vid.curve{
        margin-top:30px;
        position: relative;
        height: 300px;
        text-align: center;
        background-image: url(../../images/defaults/bgCurveGradientLogoSa.svg);
        background-size: cover;
        background-position: left;
        background-repeat: no-repeat;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-right: 15px;
    }
    .item-call-mob{
        display: block;
        text-align: center;
        width: 100%;
        margin-top:50px;
    }
    .item-vid.curve .button_theme{
        position: absolute;
        top:-18px;
        left:50%;
        transform: translateX(-50%);
    }
    .item-compare{
        display: block;
    }
    .item-compare > .table-compare{
        padding: 0px 10px 20px 10px;
    }
    table.compare th.list-name{
        font-size:16px;
    }
    table.compare td{
        padding:8px;
    }
    table.compare td > .middle{
        background:none;
    }
    table.compare .label-fc{
        font-size:14px;
    }
    table.compare td.item-name{
        font-size:14px;
    }
    table.compare tr.item-child > td.item-name{
        padding: 8px 15px 8px 15px;
        font-size: 14px;
    }
    table.compare th.list-name > .button{
        margin-top: 5px;
    }
    H2.lcH{
        padding:0;
        margin-top:20px;
        font-size:18px;
        line-height: 30px;
    }
    .content-prices{
        margin-top: 5px;
    }
    .item-monthly{
        margin-top: 20px;
        margin-bottom: 5px;
    }
    .item-monthly > .type{
        font-size: 12px;
    }
    .content-monthly > .monthly-input{
        width: 70px;
    }
    .monthly-input > .circle-choice{
        height: 20px;
        width: 20px;
    }
    .item-offers > .item-box.green-gradient, .text-xs.green-gradient{
        background: linear-gradient(84.95deg, #4E5E1D -12.13%, #216651 92.28%);
        color: #FFF;
    }
    .item-offers > .item-box.blue-gradient, .text-xs.blue-gradient{
        background: linear-gradient(96.56deg, #005585 47.78%, #0CAAD2 105.77%);
        color: #FFF;
    }
    .item-offers > .item-box{
        margin-top:30px;
        padding: 10px 15px;
        text-align: left;
    }
    .item-box:first-of-type{
        margin:0;
    }
    .item-box .name{
        text-align: left;
    }
    .text-xs{
        background: #FFF;
        border-radius: 10px;
        margin-top: 10px;
        padding: 20px 15px;
        text-align: center;
    }
    .text-xs .text{
        margin-top: 20px;
    }
    .item-box .item-prices{
        font-size:24px;
        text-align:left;
        font-weight:bold;
        margin-top:2px;
    }
    .ordP-mob{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .choose{
        color: #FFFFFF;
        display: flex;
        align-items: center;
        font-size: 20px;
    }
    .item-box .name.blue{
        width: min-content;
    }
    .choose.orange{
        color: #CE882B;
    }
    .compare-version{
        margin-top:30px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }
    .compare-version .form-control{
        color: #ffffff;
        background-color: #152351;
        border: 1px solid #152351;
    }
}