.bem-privacy {
    padding-top: 10rem;
    padding-bottom: 10rem;
    background-image: url("/resources/img/pricing-new/bg.jpg");
    background-size: cover;
    background-position: center center !important;
}
.bem-form__label {
    font-weight: 500;
    display: block
}
.bem-form__input{
    width: 100%;
    max-width: 100%;
    max-height: 100px;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 3px;
    border: 1px #888 solid
}
.js-grid-text-3{
    display: none !important;
}
.irs{
    font-family: GothamPro,Helvetica,sans-serif !important;
}
.bem-form__select {
    background: white;
    width: 100%;
    max-width: 100%;
    max-height: 100px;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 3px;
    border: 1px #888 solid
}
.irs-grid-text {
    font-size: 0.8rem !important;
    line-height: 0.5 !important;
    padding: 0 1px !important;
}
.pricing {
    margin-bottom: 10px;
    font-size: 14px;
    color: black
}

@media screen and (min-width: 1200px) {
    .pricing {
        display: flex
    }
}

.pricing-column {
    flex-basis: 30%;
    flex-grow: 0;
    margin-right: 1px;
    position: relative;
    /*width: 30%;*/
}

.pricing-column__label {
    flex-grow: 1
}

.pricing-column__label .pricing-row:not(.pricing-row__footer) {
    justify-content: left;
    text-align: left;
}

.pricing-column_50 {
    flex-basis: 50%
}

.pricing-row {
    padding: 0 1.5rem;
    height: 50px;
    background: #e5e5e5;
    margin-bottom: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.pricing-row__fixed {
    background: red
}

.pricing-row__fixed.floatRow {
    position: fixed;
    top: 0;
    z-index: 1
}

.pricing-row__black {
    background: #000 !important;
    cursor: pointer;
}

.pricing-row__dark {
    background: #cccccc
}

.pricing-row__green {
    background: #ebfbee
}

.pricing-row__greenHeader{
    background: #a2ceff !important;
}
.pricing-row__blueHeader{
    background: #fd8469 !important;
}
.pricing-row__pinkHeader{
    background: #fd8469 !important;
}
.pricing-row__orangeHeader{
    background: #ffc55d !important;
}
.pricing-row__blue {
    background: #e8f3fc
}
.pricing-row__blueDark {
    background: #d3e7f8
}
.pricing-row__pink {
    background: #f5ecf8
}
.pricing-row__pinkDark {
    background: #ebdaf2
}
.pricing-row__orange {
    background: #fff3e5
}
.pricing-row__orangeDark {
    background: #ffe8cc
}

.pricing-row__header {
    color: white;
    font-weight: bold;
    height: 80px;
    font-size: 18px;
    align-items: center;
    justify-content: center;
    box-sizing: border-box
}

.pricing-row__footer {
    color: white;
    margin-top: 15px;
    font-weight: bold;
    justify-content: center
}

.pricing-row__mark {
    padding: 2px;
    text-transform: uppercase;
    font-size: 10px;
    color: #242424;
    border: 1px solid #242424;
    font-weight: bold;
    border-radius: 3px;
    margin-left: 10px
}

.pricing-row__mark_new {
    color: red;
    border-color: red
}

.pricing-row__mark_soon {
    color: green;
    border-color: green
}

.transparent {
    background: none !important;
    border: 0px !important;
}

.color-black {
    /*color: black;*/
    background: #bebebe !important;
}
/*
.switcher {
    font-size: 16px;
    font-weight: normal
}
*/
.perSwitcher {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%
}

.viewDetailed {
    margin: 0 10px
}

.cost {
    font-size: 18px;
    line-height: .8
}

.duration {
    font-size: 16px;
    line-height: .8
}

.separator {
    height: 20px;
    text-align: center
}

.pricing-detailed {
    display: none;
    max-width: 900px;
    margin: auto;
}

.pricing-detailed p {
    margin-bottom: 2rem
}

.perSwitcher .switch {
    vertical-align: middle
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 28px;
}

.switch input {
    display: none
}

.switch-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #d7dbdc;
    -webkit-transition: .4s;
    transition: .4s;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.3) inset
}

.switch-slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 6px;
    bottom: 4px;
    background-color: black;
    -webkit-transition: .4s;
    transition: .4s
}

.switch-slider.round {
    border-radius: 34px
}

.switch-slider.round:before {
    border-radius: 50%
}
/*
input:checked+.switch-slider {
    background-color: #52A6EC
}
*/
input:focus+.switch-slider {
    box-shadow: 0 0 1px #2196F3
}

input:checked+.switch-slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px)
}

.viewDetailedButton {
    width: 100%
}

.viewDetailedButton img {
    transition: .5s
}

.viewDetailedButton.active img:first-child {
    transform: rotate(180deg)
}

.viewDetailedButton.active img:last-child {
    transform: rotate(-180deg)
}

.faq__item {
    margin-bottom: 2rem;
    padding-left: 45px;
    padding-top: 15px;
    background: url("/resources/img/our-pricing/question.png") no-repeat;
    position: relative;
    z-index: 1
}

.faq__question {
    margin-bottom: 15px;
    cursor: pointer
}

.faq__answer {
    background: #f2f2f2;
    padding: 10px 10px 10px 40px;
    border-radius: 5px;
    position: relative
}

.faq__answer::before {
    position: absolute;
    top: -4px;
    left: -16px;
    content: '';
    display: block;
    height: 30px;
    width: 36px;
    background: url("/resources/img/our-pricing/answer.png")
}

.callingRatesForm {
    margin-bottom: 2rem
}

.callingRatesForm__price {
    background: #fff;
    padding: 20px;
    color: #ffa400;
    font-size: 2rem;
    width: 100%;
    margin: auto;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 100px;
    box-sizing: border-box;
    border: 1px solid #ffd15c;
    font-weight: 500;
}

@media (min-width: 768px) {
    .callingRatesForm__price {
        width: 50%
    }
}

@media (min-width: 1200px) {
    .callingRatesForm__price {
        width: 33%
    }
}
.callingRatesForm__price-amount {
    font-size: 3rem
}
.color-1 .pricing-row{
    border-color: #bebebe;
}
.color-2 .pricing-row{
    border-color: #a2ceff;
}
.color-3 .pricing-row{
    border-color: #3db39e;
}
.color-4 .pricing-row{
    border-color: #fd8469;
}
.color-5 .pricing-row{
    border-color: #ffc55d;
}
.color-6 .pricing-row{
    border-color: #3db39e;
}

.color-1{
    background: #f4f4f4;
}
.color-2{
    background: #f3faff;
}
.color-3{
    background: #e2f4f1;
}
.color-4{
    background: #ffede9;
}
.color-5{
    background: #fff6e7;
}
.color-6{
    background: #e2f4f1;
}

.pricing-row, .pricing-row__orange, .pricing-row__pink, .pricing-row__green, .pricing-row__blue{
    background: transparent;
}
.pricing-column{
    padding-top: 10px;
    border-radius: 30px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: 0px;
}
.pricing-detailed .pricing-column {
    border-radius: 10px;
}
.pricing-row{
    padding-bottom: 0px;
    padding-top: 0px;
    border-bottom: 1px solid;
}
.border-bold{
    border-bottom: 6px solid;
    font-size: 18px;
    line-height: .8;
    text-align: center;
    line-height: 2;
    padding-top: 10px;
    padding-bottom: 10px;
}
.border-bold b {
    margin: auto;
}
.pricing-row__footer{
    border-radius: 200px;
    border: 0px;
}
#call_rates, .callingRatesForm__select, .callingRatesForm__price, .callRatesForm__detailed{
    display: inline-block;
    vertical-align: center;
}
.callingRatesForm__price, .callRatesForm__detailed{
    vertical-align: top;
}
#call_rates, .callingRatesForm__price{
    width: 25%;
    margin-right: 10%;
}
.callingRatesForm__select, .callRatesForm__detailed{
    width: 60%;
}
#leading-team{
    background-image: url("/resources/img/pricing-new/bg-1.jpg");
    background-size: auto 100%;
    background-position: center center !important;
    padding-top: 10rem;
    padding-bottom: 7rem;
}
a.pricing-row{
    text-transform: uppercase;
    text-decoration: none;
    font-size: 16px;
}
.bem-btn-shadow{
    -webkit-box-shadow: 0px 10px 29px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 10px 29px -10px rgba(0,0,0,0.75);
    box-shadow: 0px 10px 29px -10px rgba(0,0,0,0.75);
}
.pricing-detailed .transparent{
    background: transparent !important;
}
.bem-pg1 .pricing-column .pricing-row:last-child{
    border: 0px !important;
}
.bem-pg2 .pricing-column .pricing-row:last-child{
    border: 0px !important;
}
.color-1-row{
    background: #f4f4f4 !important;
    border-radius: 10px;
}
.pricing-group .bem-h5{
    text-align: center;
    margin: 0px;
    margin-bottom: 10px;
}
.bem-orange-box {
    background: #fff3d6;
}
.callingRatesForm__select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 5px;
    border: 1px solid #ffd15c;
    border-radius: 5px;
    height: 41px;
    cursor: pointer;
}
.callingRatesForm__select{
    position:relative;
}
.callingRatesForm__select:after{
    display: block;
    height: 40px;
    width: 40px;
    content: "";
    position: absolute;
    right: 0px;
    bottom: 0px;
    background-image: url("/resources/img/pricing-new/arrow.png");
    background-size: cover;
    background-position: center center !important;
    transform: rotate(90deg);
}
#call_rates {
    font-weight: 500;
    vertical-align: middle;
    text-align: center;
}
.callingRatesForm .callingRatesForm__price{
    height: 230px;
    padding-top: 50px;
}
.pricing-column_50 .pricing-row:first-child{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.g_visible-xl{
    border-radius: 10px;
    margin-right: 1px;
}
.pricing-column_50 .pricing-row{
    background: #ffe299;
    margin-top:1px;
    border: 0px;
}
.callingRatesForm .bem-h4{
    color: #000;
}
#leading-team .bem-h3{
    margin: 10px;
}
#leading-team button{
    margin-top: 40px;
}
#leading-team .bem-h3{
    font-weight: 400;
    font-size: 2rem;
}
#leading-team .bem-h2 {
    font-weight: 500;
    font-size: 3rem;
}
#pricingtable .bem-cell-content{
    border-radius: 10px;
    height: auto;
    padding: 0px;
    font-size: 14px;
    position: relative;
    padding-top: 240px;
    padding-bottom: 10px;
    box-sizing: border-box;
}
#pricingtable .bem-cell-content ul{
    padding: 0px;
    margin-left: -20px;
    width: 100%;
}
#pricingtable .bem-cell-content ul li{
    list-style-type: none;
    text-align: left;
    width: 100%;
    position: relative;
    padding-left: 40px;
    font-size: 14px;
    background-position: 20px 15px;
    background-repeat: no-repeat;
    background-size: 10px auto;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 300;
    transition: 0.3s linear;
}
#pricingtable .bdcolor-1 ul li{
    background-image: url("/resources/img/price-json/plan-icon-1.png");
}
#pricingtable .bdcolor-2 ul li {
    background-image: url("/resources/img/price-json/plan-icon-2.png");
}
#pricingtable .bdcolor-3 ul li{
    background-image: url("/resources/img/price-json/plan-icon-1.png");
}
#pricingtable .bdcolor-1 ul li:hover{
    background-color: #ffede9;
}
#pricingtable .bdcolor-2 ul li:hover{
    background-color: #fff6e7;
}
#pricingtable .bdcolor-3 ul li:hover{
    background-color: #ffede9;
}
#pricingtable .bem-cell-content ul li img{
    width: 15px;
    height: auto;
    position: absolute;
    left: 20px;
    top: 7px;
}
.priceheader{
    height: 200px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-top: -19px;
    color: #fff;
    position: absolute;
    top: 19px;
    width: 100%;
    text-shadow: 0px 0px 1px rgba(0,0,0,0.1);
}
.priceheader p {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}
.bgcolor-1 .pricesblock:before{
    -webkit-text-stroke: 2px #fd8469;
}
.bgcolor-2 .pricesblock:before{
    -webkit-text-stroke: 2px #ffc55d;
}
.bgcolor-3 .pricesblock:before{
    -webkit-text-stroke: 2px #3db39e;
}
a.pricing-row{
    position: absolute;
    bottom: 0px;
    margin-bottom: -25px;
    width: 100%;
    left: 0px;
    box-sizing: border-box;
}
.bgcolor-1:after, .bgcolor-2:after, .bgcolor-3:after{
    content: '';
    border: 225px solid transparent;
    position: absolute;
    left: 0px;
    top: 200px;
}
.bgcolor-1:after{
    border-top: 20px solid #fd8469;
}
.bgcolor-2:after{
    border-top: 20px solid #ffc55d;
}
.bgcolor-3:after{
    border-top: 20px solid #fd8469;
}
.faq{
    position:relative;
}
.pricesblock{
    width: 120px;
    position: absolute;
    bottom: 20px;
    left: 60px;
    font-size: 20px;
    border-radius: 5px;
    padding: 20px;
    color: #fff;
    padding-right: 0px;
}
.pricesblock p{
    font-size: 14px;
    line-height: 1;
    padding: 0px;
    padding-top: 10px;
    margin: 0px;
}
.pricesblock del, .pricesblock strong{
    display: block;
    padding-left: 15px;
    line-height: 1;
    font-size: 50px;
}
.pricesblock del{
    font-size: 24px;
    font-weight: 300;
    padding-left: 25px;
}
.pricesblock strong {
    font-weight: 500;
}
.priceheader h3{
    padding-top: 20px;
    text-transform: uppercase;
    font-size: 30px;
    text-align: center;
    margin: 0px;
    line-height:1;
}
.pricesblock:before{
    content: "\f155";
    font-family: 'FontAwesome';
    width: 30px;
    height: 60px;
    font-size: 40px;
    position: absolute;
    left: 0px;
    line-height: 1;
}
.userpediod{
    width: 40%;
    position: absolute;
    bottom: 40px;
    right: 20px;
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    text-align: right;
}
.pcall{
    text-transform: uppercase;
    color: #fff;
    font-size: 40px;
    text-align: center;
}
.pricecontent{
    padding: 20px;
    padding-top: 0px;
    margin-top: -5px;
}
.bgcolor-1{
     background-color: #fd8469;
 }
.bgcolor-2{
    background-color: #ffc55d;
}
.bgcolor-3{
    background-color: #fd8469;
}
.bdcolor-1{
    border: 1px solid #ffede9;
}
.bdcolor-1:hover, .pricing-row__pinkHeader:hover{
    -webkit-box-shadow: 0px 0px 2px 1px rgba(253,132,105,0.5);
    -moz-box-shadow: 0px 0px 2px 1px rgba(253,132,105,0.5);
    box-shadow: 0px 0px 2px 1px rgba(253,132,105,0.5);
}
.bdcolor-2{
    border: 1px solid #fff6e7;
}
.bdcolor-2:hover, .pricing-row__orangeHeader:hover{
    -webkit-box-shadow: 0px 0px 2px 1px rgba(255,197,93,0.5);
    -moz-box-shadow: 0px 0px 2px 1px rgba(255,197,93,0.5);
    box-shadow: 0px 0px 2px 1px rgba(255,197,93,0.5);
}
.bdcolor-3{
    border: 1px solid #ffede9;
}
.bdcolor-3:hover, .pricing-row__blueHeader:hover{
    -webkit-box-shadow: 0px 0px 2px 1px rgba(253,132,105,0.5);
    -moz-box-shadow: 0px 0px 2px 1px rgba(253,132,105,0.5);
    box-shadow: 0px 0px 2px 1px rgba(253,132,105,0.5);
}

.pricing-row__black{
    border: 1px solid #f3faff;
    background: #ccc !important;
    border-radius: 25px;
    padding: 13px 25px;
    cursor: pointer;
    font-size: 1em;
    transition: 0.5s;
    text-transform: uppercase;
    font-weight: 500;
    max-width: 400px;
    width: 100%;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 20px;
    font-family: GothamPro,Helvetica,sans-serif;
}
.pricing-row__black:hover{
    background: #bebebe !important;
    -webkit-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.2);
}

.toggle-bg{
    background: #f6f8f9;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjhmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2U1ZWJlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2Q3ZGVlMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY3ZjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f8f9), color-stop(50%,#e5ebee), color-stop(51%,#d7dee3), color-stop(100%,#f5f7f9));
    background: -webkit-linear-gradient(top, #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%);
    background: -o-linear-gradient(top, #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%);
    background: -ms-linear-gradient(top, #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%);
    background: linear-gradient(to bottom, #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 );

    -khtml-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;

    -khtml-box-shadow: 0 1px 0 #fff, inset 0 0 2px #3f4c6b, inset 0 1px 0 #d7dee3, inset 0 1px 5px #d7dee3;
    -moz-box-shadow: 0 1px 0 #fff, inset 0 0 2px #3f4c6b, inset 0 1px 0 #d7dee3, inset 0 1px 5px #d7dee3;
    -ms-box-shadow: 0 1px 0 #fff, inset 0 0 2px #3f4c6b, inset 0 1px 0 #d7dee3, inset 0 1px 5px #d7dee3;
    -o-box-shadow: 0 1px 0 #fff, inset 0 0 2px #3f4c6b, inset 0 1px 0 #d7dee3, inset 0 1px 5px #d7dee3;
    -webkit-box-shadow: 0 1px 0 #fff, inset 0 0 2px #d7dee3, inset 0 1px 0 #d7dee3, inset 0 1px 5px #d7dee3;
    box-shadow: 0 1px 0 #fff, inset 0 0 2px #d7dee3, inset 0 1px 0 #d7dee3, inset 0 1px 5px #d7dee3;

    display: block; /* ...So that we can set a height and width */
    float: left; /* ...So that it doesn't take up the full width of the page */
    height: 20px; /* You can change this later if you want */
    position: relative; /* Required to allow the switch to move around */
    width: 50px; /* This can be changed later as well */
    text-align: left;
}

.toggle-bg input{
    height: 20px;
    left: 0;
    margin: 0; /* Reset the margins and padding */
    opacity: 0; /* Invisible! */
    padding: 0;
    position: absolute;
    top: 0;
    width: 50px;
    z-index: 2; /* We want the input to be over the span.switch, which we'll give a z-index of 1 */
    /*IE*/
    zoom: 1;
    filter: alpha(opacity=0);
}

.switch{
    background: #ffffff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZWZlZmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiNmZGZkZmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #fefefe 50%, #fdfdfd 51%, #ffffff 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#ffffff), color-stop(50%,#fefefe), color-stop(51%,#fdfdfd), color-stop(100%,#ffffff));
    background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%,#fefefe 50%,#fdfdfd 51%,#ffffff 100%);
    background: -o-radial-gradient(center, ellipse cover, #ffffff 0%,#fefefe 50%,#fdfdfd 51%,#ffffff 100%);
    background: -ms-radial-gradient(center, ellipse cover, #ffffff 0%,#fefefe 50%,#fdfdfd 51%,#ffffff 100%);
    background: radial-gradient(ellipse at center, #ffffff 0%,#fefefe 50%,#fdfdfd 51%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );
    /* gradient generated by http://www.colorzilla.com/gradient-editor/ */

    -khtml-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;


    -khtml-box-shadow: 0 1px 1px #65727b, 0 0 1px #b6bdc2;
    -moz-box-shadow: 0 1px 1px #65727b, 0 0 1px #b6bdc2;
    -ms-box-shadow: 0 1px 1px #65727b, 0 0 1px #b6bdc2;
    -o-box-shadow: 0 1px 1px #65727b, 0 0 1px #b6bdc2;
    -webkit-box-shadow: 0 1px 1px #65727b, 0 0 1px #b6bdc2;
    box-shadow: 0 1px 1px #65727b, 0 0 1px #b6bdc2;

    display: block;
    float: left;
    height: 20px;
    left: -1px; /* This is the starting point. When adding a border radius, a small bit of the background is shown if we use left: 0;, so -1px is best.*/
    position: relative;
    top: 0; /* ...To keep it centered vertically */

    -khtml-transition: left .2s ease;
    -moz-transition: left .2s ease;
    -ms-transition: left .2s ease;
    -o-transition: left .2s ease;
    -webkit-transition: left .2s ease;
    transition: left .2s ease;

    width: 20px;
    z-index: 1; /* Remember, it must be below the invisible inputs */
}

.toggle-bg input:checked~.switch{left: -1px;} /* initial toggle position */

.toggle-bg input~:checked~.switch{left: 30px;} /* final relative toggle position */

.toggle-bg input:checked{z-index: 0;}

.pricetoggle{
    display: block;
    margin: auto;
    margin-bottom: 20px;
    height: 25px;
    width: 250px;
    line-height: 1;
    margin-top: 20px;
}
.pricetoggle span{
    display: inline-table;
    float: none !important;
    line-height: 1;
    vertical-align: middle;
    font-size: 18px;
}
.pricetoggle .pricemonth{
    margin-left: 5px;
    margin-right: 5px;
    line-height: 20px;
    font-weight: 500;
    text-shadow: 0px 0px 1px rgba(0,0,0,0.3);
}
#pricingtable .bem-grid-md-12 .bem-grid__cell-md-4-12:first-child, #pricingtable .bem-grid-md-12 .bem-grid__cell-md-4-12:nth-child(3){
    transform: translateY(25px);
}
.bem-tooltip{
    position: absolute;
    padding: 10px;
    font-size: 14px;
    z-index: 999;
    transition: 0.3s;
    border-radius: 3px;
    display: none;
}
#pricingtable .bem-common__panel {
    width: 450px;
    margin: auto;
}
#pricingtable .bem-common {
    align-items: flex-start;
    justify-content: center;
}
.faq a.pricing-row{
    position: relative;
    margin: 0px;
    display: inline-block;
    width: 250px;
    box-sizing: border-box;
    line-height: 3;
    margin-left: 10px;
    margin-right: 10px;
    transition: 0.3s;
}
.faq a.pricing-row__orangeHeader{
    border: 2px solid #ffc55d;
}
.faq a.pricing-row__blueHeader{
    border: 2px solid #fd8469;
}
.faq a.active, .faq a.pricing-row:hover{
    background: transparent !important;
    color: #000;
}
#pricingtable{
    position:relative;
}
#bem-calculator{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    top: 0px;
    left: 0px;
    z-index:999;
}
#bem-calc-close{
    width: 20px;
    height: 20px;
    border-radius: 200px;
    border: 1px solid #fd8469;
    background: #fd8469;
    color: #fff;
    text-align: center;
    line-height: 1;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    transition: 0.3s;
}
#bem-calc-close:hover{
    background: #fff;
    color: #fd8469;
}
#bem-calculator .bem-form{
    width: 900px;
    height: auto;
    margin:auto;
    border: 1px solid #ccc;
    background: #f3faff;
    border-radius: 10px;
    margin-top: 100px;
    padding: 20px;
    text-align: center;
    position: relative;
}
#bem-calculator .bem-form h5{
    font-size: 20px;
}
.bem-form-1 h5{
    margin-bottom: 0px;
}
#bem-calculator .bem-form .input-half {
    width: 45%;
    display: inline-block;
    vertical-align: top;
}
#bem-calculator .bem-form .input-half p, #bem-calculator .bem-form .input-full p {
    margin-bottom: 5px;
    margin-top: 15px !important;
}
#bem-calculator .bem-form .input-half input, #bem-calculator .bem-form .input-full input, #bem-calculator .bem-form .input-full select, #bem-calculator .bem-form .input-full select option {
    height: 45px;
    border: 1px solid #a2ceff;
    border-radius: 10px;
}
#bem-calculator .bem-form .input-half input, #bem-calculator .bem-form .input-full input, #bem-calculator .bem-form .input-full textarea, #bem-calculator .bem-form option {
    width: 100%;
    padding-left: 10px;
    box-sizing: border-box;
}
.ml10 {
    margin-left: 10%;
}
#bem-calculator select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: right 10px center;
    background-image: url("/resources/img/started/arrow.png");
    background-repeat: no-repeat;
    color: #a2ceff;
    width: 100%;
    padding-left: 10px;
}
#bem-calculator option:disabled {
    color: #a2ceff;
}
#bem-calculator{
    display:none;
}
#bem-calculator .bem-button{
    margin-top: 20px;
    max-width: 200px;
}
.bem-form-2{
    display: none;
}
.faq .enterprise{
    display: none;
}
.plantype{
    display: inline-block;
    width: 160px;
    height: 20px;
    position: relative;
    cursor: pointer;
    padding: 10px;
    border-radius: 5px;
    text-align: left;
    border: 1px solid #a2ceff;
    text-transform: uppercase;
    color: #000;
    margin-top: 20px;
    font-weight: 600;
}
.plantype input{
    display: none;
}
.plantype .check{
    width: 10px;
    height: 10px;
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 5px;
    background: #fff;
    border-radius: 100px;
    border: 1px solid #a2ceff;
}
.plantype .check i{
    font-size: 80%;
    position: absolute;
    top: 5px;
    left: 4px;
    transition: 0.3s;
    opacity: 0.2;
    color: #ffc55d;
}
.plantype:hover, .plantype-active{
    background: #ffc55d;
}
.plantype-active .check i{
    opacity: 1;
}
.bem-common_reverse {
    flex-direction: inherit;
}
#bem-calculator .bem-form input.bem-button{
    padding-left: 25px;
}
#bem-calculator h4{
    display: none;
}
@media screen and (max-width: 1600px) {
    .bem-privacy {
        padding-top: 8rem;
        padding-bottom: 10rem;
    }
}
@media screen and (max-width: 1000px){
    .bem-common {
        display: block;
    }
    .bem-common_reverse .bem-common__panel_left, .bem-common_reverse .bem-common__panel_right {
        display: block;
        float: none;
        text-align: right;
    }
    .bem-common_reverse .bem-common__panel_right {
        margin-top: 80px !important;
    }

    #call_rates, .callingRatesForm__price {
        width: 240px;
        display: block;
        margin:auto;
        margin-bottom: 20px;
    }
    .callingRatesForm__select, .callRatesForm__detailed{
        width: 100%;
        margin:auto;
        display: block;
        margin-bottom: 20px;
    }
    .bem-privacy {
        padding-top: 5rem;
        padding-bottom: 8rem;
    }

    #pricingtable .bem-grid__cell-md-4-12{
        margin-top: 50px;
    }
    #bem-calculator .bem-form .input-half-block {
        width: 100%;
        display: block;
    }
    #bem-calculator .bem-form {
        width: 80%;
    }
    #bem-calculator #calc-price-month, #bem-calculator #calc-price-year{
        width: 100%;
        display: block;
        max-width: 200px;
        margin: auto;
    }
}
@media screen and (max-width: 440px) {
    .bgcolor-1::after, .bgcolor-2::after, .bgcolor-3::after{
        display: none;
    }
    #pricingtable .bem-common__panel {
        width: 100%;
    }
}