/*!
 *  mod_starlink_calculator_outsourcing
 *
 *
 */
body.modal-open {
    overflow: visible;
}
.calcItOutsource {
    background: -webkit-linear-gradient(bottom, #f8f9fa 0, #ffffff 7rem);
    background: linear-gradient(to top, #f8f9fa 0, #ffffff 7rem);
    font-size: 16px;
    margin: 30px 0 0px;
}
.calcItOutsource h2.outsourcingMainH2{
    font-size: 42px;
    line-height: 52px;
    font-weight: 300;
    font-family: 'Roboto', Calibri, Arial, sans-serif;
    margin-bottom: 50px;
    color: #111;
}
.calcItOutsource .mb35{
    margin-bottom: 35px;
}
.calcItOutsource .mt25{
    margin-top: 25px;
}
.calcItOutsource .p2{
    padding: 18px;
}

.digitContainer {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    position: relative;
    margin: 7px -0.85em 0;
    text-align: justify;
    color: #818A91;
    font-size: 0.75em;
}

.digitContainer::after {
    display: inline-block;
    width: 100%;
    content: '';
}

.digit {
    -webkit-box-flex: 1;
    flex: 1 0 1%;
    margin: 0;
    padding: 0;
    display: block;
    vertical-align: top;
    text-align: center;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
}

.digit--active {
    color: #3FA2F7;
    font-weight: 900;
}

.digit--pc {
    flex-basis: 3.33333%;
}

.digit--virtualServer {
    flex-basis: 6.25%;
}

.digit--server {
    flex-basis: 12.5%;
}

.sliderContainer {
    height: 1.5rem;
    padding-top: 0.5rem;
}
.sliderContainerPcCount{
    margin-top: 10px;
}

.Slider {
    height: 10px;
    border-radius: 28px;
    position: relative;
    box-sizing: content-box;
}

.Slider--pc {
    background-color: #EDC054;
    background-image: -webkit-linear-gradient(left, rgb(177, 62, 68) 0%, #EDC054 85%, rgba(202,207,211,1) 85%, rgba(202,207,211,1) 100%);
    background-image: linear-gradient(to right, rgb(177, 62, 68) 0%, #EDC054 85%, rgba(202,207,211,1) 85%, rgba(202,207,211,1) 100%);
    border-left-color: rgb(177, 62, 68);
}

.Slider--virtual {
    background-color: #78379D;
    background-image: -webkit-linear-gradient(left, rgb(28, 34, 79) 0%, #78379D 67%, rgba(202,207,211,1) 67%, rgba(202,207,211,1) 100%);
    background-image: linear-gradient(to right, rgb(28, 34, 79) 0%, #78379D 67%, rgba(202,207,211,1) 67%, rgba(202,207,211,1) 100%);
    border-left-color: rgb(28, 34, 79);
}

.Slider--server {
    background-color: #40BE65;
    background-image: -webkit-linear-gradient(left, rgb(32, 92, 96) 0%, #40BE65 68%,  rgba(202,207,211,1) 69%, rgba(202,207,211,1) 100%);
    background-image: linear-gradient(to right, rgb(32, 92, 96) 0%, #40BE65 68%,  rgba(202,207,211,1) 69%, rgba(202,207,211,1) 100%);
    border-left-color: rgb(32, 92, 96);
}

[id='slider-pc-count'] {
}

[id='slider-server-count'] {
}

[id='slider-virtual-count'] {
}

.ui-slider-handle {
    border: 8px solid rgba(202,207,211,1);
    background: #fff;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    position: absolute;
    margin-top: -7px;
    margin-left: -13px;
}

.ui-slider-handle:focus {
    outline: none;
}

.Slider--pc .ui-slider-handle {
    border-color: #EDC054;
}

.Slider--virtual .ui-slider-handle {
    border-color: #78379D;
}

.Slider--server .ui-slider-handle {
    border-color: #40BE65;
}

.SlidersTable {
    table-layout: fixed;
}

.SlidersTable__col1 {
    width: 9em;
}

.SlidersTable__col3 {
    width: 9em;
}

.SLAtable {
    table-layout: fixed;
    margin-top: 0.5rem;
    margin-bottom: 2rem;
    width: 100%;
    font-weight: 500;
}

.SLAtable td {
    padding: 1rem;
    vertical-align: middle;
    text-align: center;
}

.SLAtable__row {
    border-bottom: 2px solid rgba(230, 230, 230, 0.3);
    -webkit-transition: background 0.5s ease-in-out;
    transition: background 0.5s ease-in-out;
}

.SLAtable__row--active {
    background: #F2F8FC;
}

.SLAtable__th {
    color: #818A91;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    vertical-align: top;
}

.SLAtable__th--left {
    text-align: left;
}

.SLAtable__label {
    width: 38px;
    height: 38px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    background: none no-repeat scroll 0 0;
    font-weight: 700;
}

input + .SLAtable__label {
    background-image: url(/media/mod_starlink_calculator_outsourcing/images/calcUncheckedIcon.png);
}

input:checked + .SLAtable__label {
    background-image: url(/media/mod_starlink_calculator_outsourcing/images/calcCheckedIcon.png);
}

.SLAtable__summary {
    margin-bottom: 20rem;
}

.visits {
    width: 40px;
    height: 30px;
    line-height: 30px;
    border: none;
    background: transparent;
    text-align: center;
    margin: 2px;
    vertical-align: top;
}

.visits:hover {
    cursor: default;
}

.sign {
    width: 35px;
    height: 30px;
    line-height: 30px;
    margin: 2px;
    padding: 3px 5px;
    cursor: pointer;
    display: inline-block;
}

.sign--minus {
    background: url('/media/mod_starlink_calculator_outsourcing/images/calcMinus.png') no-repeat center;
}

.sign--plus {
    background: url('/media/mod_starlink_calculator_outsourcing/images/calcPlus.png') no-repeat center;
}

.calcItOutsource .calcResult {
    background-color: transparent;
    width: 170px;
    height: 56px;
    font-size: 48px;
    margin-left: 0rem;
    line-height: 1;
    color: #333;
    border: none;
    box-shadow: none;
    font-weight: 500;
    text-align: center;
}

.calcResult:hover {
    cursor: default;
}

.calcResult + span {
    margin-left: 0;
}

.calcItOutsource .btnOutsourcingOrder {
    display: block;
    margin: 0 auto;
    color: #fff !important;
    background: #3fa2f7 !important;
    border: 1px solid #fff !important;
    border-radius: 30px !important;
    outline: none;
    text-align: center;
    text-shadow: none !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
    padding: 20px;
    width: 90%;
}
.calcItOutsource .btnOutsourcingOrder:hover {
    outline: none;
    color: #3fa2f7 !important;
    background: #fff !important;
    border: 1px solid #3fa2f7 !important;
}

.pcCountInputBl{
    width: 122px;
    margin-top: 5px;
    text-align: center;
    border: 1px solid #b9c4cc;
    border-radius: 3px;
    font-size: 11px;
    font-weight: 500;
    color: #333;
}
.pcCountInputBl .pcCountInput{
    width: 25px;
    border: none;
    outline: none;
    text-align: center;
    font-size: 14px;
}

.nonTextUppercase{
    text-transform: none;
}

.tooltip-own {
    position: relative;
    cursor: default;
}

.tooltip-own em {
    display: none;
}

.tooltip-own:hover em {
    font-style: normal;
    display: block;
    position: absolute;
    background: #fff;
    padding: 5px 8px;
    bottom: 50px;
    right: -45px;
    box-shadow: 0 0 3px #5e5e5e;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-box-shadow: 0 0 3px #5e5e5e;
    -moz-box-shadow: 0 0 3px #5e5e5e;
    text-transform: none;
    font-size: 13px;
    width: 180px;
}

.tooltip-own:hover em i.left {
    position: absolute;
    bottom: -7px;
    right: 93px;
    border-top: 7px solid #ccc;
    border-left: 7px solid transparent;
    display: block;
}

.tooltip-own:hover em i.right {
    position: absolute;
    bottom: -7px;
    right: 87px;
    border-top: 7px solid #ccc;
    border-right: 7px solid transparent;
    display: block;
}

.tooltip-own-img {
    position: relative;
    cursor: default;
}

.tooltip-own-img em {
    display: none;
}

.tooltip-own-img:hover em {
    font-style: normal;
    display: block;
    position: absolute;
    background: #fff;
    padding: 5px 8px;
    bottom: 85px;
    right: -53px;
    box-shadow: 0 0 3px #5e5e5e;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-box-shadow: 0 0 3px #5e5e5e;
    -moz-box-shadow: 0 0 3px #5e5e5e;
    text-transform: none;
    font-size: 13px;
    width: 180px;
    z-index: 20;
}

.tooltip-own-img:hover em i.left {
    position: absolute;
    bottom: -7px;
    right: 93px;
    border-top: 7px solid #ccc;
    border-left: 7px solid transparent;
    display: block;
}

.tooltip-own-img:hover em i.right {
    position: absolute;
    bottom: -7px;
    right: 87px;
    border-top: 7px solid #ccc;
    border-right: 7px solid transparent;
    display: block;
}

/******* Modal ********/
#outsourcingModal form {
    padding: 0 15px;
}
#outsourcingModal .modalContactFormH2 {
    font-weight: 300;
    font-size: 32px;
    line-height: 40px;
    color: #000;
    float: none;
    margin-top: 15px;
}
.outsourcingFormTitleBl{
    margin-bottom: 30px;
}
#outsourcingModal form .controls input[type="text"],
#outsourcingModal form .controls input[type="email"]{
    padding: 12px 15px;
    font-size: 14px;
    height: auto;
    line-height: 14px;
    margin-bottom: 20px;
    width: 100%;
    border-radius: 4px;
    color: #555555;
    background-color: #ffffff;
    border: 1px solid #aaaaaa;
    transition: border linear .2s, box-shadow linear .2s;
    outline: none;
}
#outsourcingModal form .controls input[type="text"]:focus,
#outsourcingModal form .controls input[type="email"]:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
#outsourcingModal .sendLetterButton button.btn {
    text-align: center !important;
    width: 80% !important;
    margin: 0 auto 15px !important;
    padding: 15px !important;
    background: #3FA2F7 !important;
    border-radius: 30px !important;
    outline: none !important;
    text-shadow: none !important;
    border: 1px solid #3FA2F7 !important;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
#outsourcingModal .sendLetterButton button.btn:hover {
    background         : #fff !important;
    -webkit-transition : 0.3s;
    transition         : 0.3s;
}
#outsourcingModal .sendLetterButton button.btn span{
    color: #fff !important;
    font-weight: 400 !important;
    font-size: 20px !important;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
#outsourcingModal .sendLetterButton button.btn:hover span {
    color: #3FA2F7 !important;
}

#outsourcingModal .modalContactFormH2Success{
    display: none;
}
#outsourcingModal .successFormBlText{
    display: none;
    text-align: center;
    font-size: 18px;
    padding: 80px 30px 100px;
}

#outsourcingModal .modalContactFormH2Success{
    display: none;
}
#outsourcingModal .successFormBlText{
    display: none;
    text-align: center;
    font-size: 18px;
    padding: 80px 30px 100px;
}

@media screen and (max-width:767px) {
    .desktopCalcView{
        display: none;
    }
}

@media screen and (max-width:767px), screen and (-webkit-min-device-pixel-ratio:1.5), screen and (min--moz-device-pixel-ratio:1.5) {
    .calcItOutsource h2.outsourcingMainH2{
        font-size: 25px;
        line-height: 26px;
        margin-bottom: 15px;
        padding: 0 15px;
    }
    .SLAmobCompCountBl, .SLAmobFizServersCountBl, .SLAmobVirtServersCountBl{
        margin-bottom: 28px;
    }
    .SLAmobCompCountBl>div, .SLAmobFizServersCountBl>div, .SLAmobVirtServersCountBl>div{
        text-align: center;
    }
    .SLAmobCountText{
        font-size: 18px;
        line-height: 18px;
        font-weight: bold;
        text-align: center;
        color: #fff;
        text-transform: uppercase;
        border-radius: 8px;
        margin-bottom: 8px;
    }
    .SLAmobCompCountText{
        background: #edbf54;
        padding: 15px 0 13px;
    }
    .SLAmobFizServersCountText{
        background: #79319f;
        padding: 6px 0 5px;
        line-height: 18px;
    }
    .SLAmobVirtServersCountText{
        background: #38bf63;
        padding: 6px 0 5px;
        line-height: 18px;
    }
    #pcCount, #serverCount, #virtualCount{
        font-weight: 500;
        font-size: 20px;
    }
    .SLAmobCompCountBl .sign--plus {
        background: url('/media/mod_starlink_calculator_outsourcing/images/calcPlusMobComp.png') no-repeat center;
    }
    .SLAmobCompCountBl .sign--minus {
        background: url('/media/mod_starlink_calculator_outsourcing/images/calcMinusMobComp.png') no-repeat center;
    }
    .SLAmobFizServersCountBl .sign--plus {
        background: url('/media/mod_starlink_calculator_outsourcing/images/calcPlusMobFizServ.png') no-repeat center;
    }
    .SLAmobFizServersCountBl .sign--minus {
        background: url('/media/mod_starlink_calculator_outsourcing/images/calcMinusMobFizServ.png') no-repeat center;
    }
    .SLAmobVirtServersCountBl .sign--plus {
        background: url('/media/mod_starlink_calculator_outsourcing/images/calcPlusMobVrtServ.png') no-repeat center;
    }
    .SLAmobVirtServersCountBl .sign--minus {
        background: url('/media/mod_starlink_calculator_outsourcing/images/calcMinusMobVrtServ.png') no-repeat center;
    }
    .SLAmobServiceLevelBl{
        margin: 20px 0;
        font-weight: 500;
    }
    .SLAmobServiceLevelText{
        text-transform: uppercase;
        font-size: 18px;
        line-height: 18px;
        color: #fff;
        font-weight: bold;
        padding: 6px 0 5px 95px;
        border-radius: 8px;
        margin-bottom: 8px;
        background: #9cafc1 url('/media/mod_starlink_calculator_outsourcing/images/mobServLevel.png') no-repeat left 15px center;
    }
    .SLAmobServiceLevelBl .SLA2Bl{
        text-align: center;
    }
    .SLAmobServiceLevelBl .SLA3Bl{
        text-align: right;
    }
    .SLAmobInfoBl{
        margin-bottom: 15px;
    }
    .SLAmobInfoBl .bgBlock{
        background: #F2F8FC;
    }
    .SLAmobInfoBl .mobTextsBl>div{
        height: 110px;
        text-align: center;
        font-size: 15px;
        line-height: 18px;
        font-weight: 500;
        color: #818A91;
        padding-top: 10px;
    }
    .SLAmobInfoBl .mobTextsBl>div img{
        display: block;
        margin: 0 auto 5px;
    }
    .SLAmobInfoBl .bgBlock>div{
        height: 110px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 15px;
        line-height: 18px;
        font-weight: 500;
        color: #111;
    }
    .mobSummary .SLAtable__th--left{
        font-size: 19px;
    }
    .mobSummary .calcResult{
        text-align: center;
        color: #515151;
        font-size: 56px;
    }
    .mobSummary .mobResCurrency{
        display: flex;
        align-items: center;
        height: 56px;
        color: #515151;
        font-weight: 500;
    }
    .mobSummary .btnStarlink{
        padding: 15px;
        width: 100%;
        border-radius: 15px !important;
        font-weight: bold !important;
        background: #21B133 !important;
        border: 1px solid #21B133 !important;
        margin-top: 15px;
    }
    .mobSummary .btnStarlink:hover,
    .mobSummary .btnStarlink:active,
    .mobSummary .btnStarlink:focus{
        background: #fff !important;
        color: #21B133 !important;
    }
    #modalContactFormBlock .header {
        font-size: 30px;
    }

    .calcItOutsource .btnOutsourcingOrder{
        margin: 20px auto 10px;
    }
    #outsourcingModal .sendLetterButton button.btn {
        width: 100% !important;
        margin: 0 auto 15px !important;
        padding: 10px !important;
        border-radius: 20px !important;
    }
    #outsourcingModal .sendLetterButton button.btn span{
        font-size: 18px !important;
    }
    .s-ServicesBlock h2{
        font-size: 25px;
    }
    #fox-container-m95  .btn.submit-button.btn.submit-button{
        margin: 0 0 16px;
        padding: 15px 14px 18px;
    }
}
