body{
    font-family: 'Roboto',sans-serif;
}
body *{
    font-family: inherit;
    color:inherit;
}
.page{
    margin-bottom: 0!important;
}
img{
    max-width: 100%;
}
h1{
    word-spacing: 0;
}
.padded{
    padding: 24px;
    background: linear-gradient(to bottom,  rgba(20,45,108,0) 0%,rgba(20,45,108,1) 19%,rgba(20,45,108,1) 68%,rgba(20,45,108,0) 100%),#2AA7E3;
}
#header{
    position: fixed;
    width: 100%;
    left: 0;
    top: 30px;
    z-index: 9;
}
#header .container {
    padding: 30px 15px;
    transition: all .3s ease;
}
#header.fixed_header .container{
    background: #fff;
    padding: 15px;
    border: 1px solid #eee;
    box-shadow: 0 5px 5px rgba(0,0,0,.2);
    border-radius:8px 8px 20px 20px
}
.burger{
    cursor: pointer;
}
.top_menu{
    position: absolute;
    z-index: 2;
    background: #fff;
    left: 15px;
    top: 0px;
    box-shadow: 0 10px 10px rgba(0,0,0,.15);
    padding: 16px 20px;
    border-radius: 12px;
    display: none;
    border-top: 1px solid rgba(0,0,0,.05);
}
.top_menu a.closeme{
    cursor: pointer;
    display: inline-block;
    margin-bottom: 24px;
}
.top_menu ul{
    margin: 0;
    padding: 0 0 0 15px;
    display: flex;
    flex-direction: column;
}
.top_menu ul li{
    margin-bottom: 27px;
    display: block;
}
.top_menu ul li:last-child{
    margin-bottom: 0;
}
.top_menu ul li a{
    color:#2AA7E3;
    font-size: 24px;
    line-height: 32px;
    padding-left: 15px;
    position: relative;
}
.top_menu ul li a:hover{
    color:#152E6D;
}
.top_menu ul li a:before{
    position: absolute;
    content: '';
    left: 0;
    top: 12px;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #2AA7E3;
}
.content{
    position: relative;
}
.logo{
    text-align: right;
}
#intro{
    background: url('../images/dots.svg'), #fff;
    border-radius: 0 0 48px 48px;
    padding: 115px 0px 0;
    overflow: hidden;
}
#intro .col-lg-7 img{
    max-width:10000%;
    width: 1000px;
}
p:last-child{
    margin-bottom: 0;
}
.search h1,
.page-template-searchpage h1,
#intro h1 {
    margin-bottom: 40px;
    font-weight: bold;
    font-size: 58px;
    line-height: 68px;
    color: #000;
    text-align: left;
}
.search h1,
.page-template-searchpage h1{
    margin-bottom: 0;
}

#intro .desc{
    padding: 17px 38px 17px 9px;
    border-radius: 11px;
    background: url('../images/intro_grad.png')no-repeat center;
    background-size: cover;
    color:#fff;
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    font-family: 'Comfortaa';
    margin-bottom: 40px;
}
#intro .desc ul{
    margin-left: 0;
}
#intro .desc ul:last-child{
    margin-bottom: 0;
}
.intro_robo{
    margin-bottom: 40px;
}
#about_intro .flexed,
#intro .flexed{
    display: flex;
    align-items: center;
}
#about_intro .flexed .robo_desc,
#intro .flexed .robo_desc{
    margin-left: 24px;
    padding-left: 24px;
    position: relative;
    font-size: 15px;
    line-height: 21px;
    text-transform: uppercase;
    font-weight: 600;
}
#about_intro .flexed .robo_desc:before,
#intro .flexed .robo_desc:before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    background:#000;
    height: 57px;
    width: 1px;
    margin-top: -28px;
}
.links_btns .flex{
    display: flex;
    margin-bottom: 15px;
}
.links_btns .subtext{
    font-size: 12px;
    line-height: 21px;
    text-transform: uppercase;
    letter-spacing: .9px;
}
.links_btns .subtext span{
    color:#152e6d;
}
.links_btns .btns{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.qr img{
    width: 105px;
    height: 105px;
}
.qr{
    margin-right: 36px;
}
section{
    margin-bottom: 30px;
}
#drops{
    padding: 0 100px;
}
#drops .item_outer{
    margin-bottom: 30px;
}
.drops_header{
    margin: 0 auto 30px;
    padding: 35px;
    display: flex;
    align-items: center;
    border-radius: 16px;
    border: 1px solid #2AA7E3;
    text-align: center;
    justify-content: center;
}
.drops_header .heading{
    font-size: 32px;
    line-height: 44px;
    color:#2AA7E3;
    text-transform: uppercase;
    font-weight: 500;
}
.drops_header .drops_logo{
    width: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.drops_header .row{
    width: 100%;
}
.drops_header .drops_logo .rel{
    display: inline-block;
    position: relative;
}
.drops_header .drops_logo .rel:before,
.drops_header .drops_logo .rel:after{
    width:1000px;
    top: 50%;
    height: 1px;
    background: #fff;
    position: absolute;
    content: '';
}
.drops_header .drops_logo .rel:before{
    right: calc(100% + 30px);
}
.drops_header .drops_logo .rel:after{
    left: calc(100% + 30px);
}
#drops .items .item{
    background: #fff;
    background-size: 20px 20px;
    position: relative;
    padding: 6px 35px 6px 12px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all .3s ease;
    height: 48px;
}
#drops .items .item:after{
    position: absolute;
    content: '';
    top: 50%;
    right: 13px;
    transform: translateY(-50%);
    background: url('../images/drop.svg')no-repeat center;
    width: 20px;
    height: 20px;
    background-size: contain!important;
    transition: all .3s ease;
    transform-origin: center center;
}
#drops .items .item.opened:after {
    transform: translateY(-50%) rotate(180deg);
}
#drops .items .item_wrap{
    border-radius: 9px 9px 27px 9px;
    overflow: hidden;
}
#drops .items .item .icon{
    border: 1px solid #152E6D;
    border-radius: 7px;
    margin-right: 14px;
    height: 27px;
    width: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#drops .items .item .icon img{
    width: 15px;
    height: 15px;
}
#drops .items .item .name{
    color:#152E6D;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
}
#drops .items .item_outer .desc{
    top: 100%;
    display: none;
    background: rgba(250, 252, 251,.2);
    color: #fff;
    border: 1px solid #FAFCFB;
    font-size: 12px;
    line-height: 15px;
    padding: 13px 19px;
    border-radius: 0 0 27px 9px;
}
#drops .items .item.opened{
    border-radius: 9px 9px 0 0;
}
#revs,
#pref{
    background: url('../images/dots.svg'),#fff;
    border-radius: 8px 48px 8px 48px;
}
#pref,
#revs{
    padding: 40px 0px;
}
#pref .links_btns{
    display: inline-block;
}
.grad_robo{
    background: url('../images/grad_border.png')no-repeat center;
    background-size: 100% 100%;
    padding: 28px;
    font-size: 25px;
    line-height: 35px;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}
.grad_robo p{
    margin: 0;
}
#pref .grad_bg{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4ea7db+0,d09fee+100 */
    background: linear-gradient(45deg,  rgba(78,167,219,1) 0%,rgba(208,159,238,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background-size: 100% 100%;
    padding: 27px 27px;
    margin-bottom: 27px;
    border-radius: 13px 13px 13px 40px;
}
#pref .grad_bg ul{
    margin: 0;
    padding: 0;
}
#pref .grad_bg ul li{
    display: block;
    font-size: 27px;
    line-height: 37px;
    margin-bottom: 24px;
    font-weight: 500;
    padding-left: 40px;
    background: url('../images/list_arr.svg')no-repeat left top 4px;
}
#pref .grad_bg ul li:last-child{
    margin-bottom: 0;
}
#revs .grad_robo{
    font-size: 54px;
    text-transform: none;
    margin-bottom:20px;
}
#revs .apps,
#revs .nums{
    display: flex;
    justify-content: space-evenly;
    text-align: center;
    margin-bottom: 20px;
}
#revs .nums .sub{
    padding-top: 12px;
    margin-top: 12px;
    border-top: 1px solid #000;
    display: block;
    font-size: 25px;
    line-height: 25px;
    font-weight: 300;
}
#revs .apps .sub{
    font-size: 12px;
}
#revs .nums .num{
    font-size: 41px;
    line-height: 41px;
    font-weight: bold;
    background: linear-gradient(45deg,  rgba(78,167,219,1) 0%,rgba(208,159,238,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#revs .nums .num .big{
    font-size: 96px;
    line-height: 96px;
}
#revs .apps{
    margin-bottom: 0;
}
#revs .apps .rate{
    font-size: 82px;
    line-height: 82px;
    font-weight: 600;
}
#revs .apps a{
    display: block;
    width: 188px;
    margin-top: 22px;
}
#revs .apps a img{
    width: 100%;
}
.owl-carousel .owl-item img{
    width: auto;
}
#revs .items{
    margin-top: 40px;
}
#revs .owl-stage-outer .owl-stage{
    display: flex;
    margin: 0 auto;
}
#revs .item{
    background:#EDEFEE;
    padding: 20px;
    height: 100%;
    border-radius: 10px;
}
#revs .item .flexed{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
#revs .item .info{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
#revs .item .ava img{
    width: 45px;
    margin-right: 10px;
}
#revs .item .flexed .rev{
    margin-bottom: 20px;
}
#revs .item .info .name{
    font-weight: 650;
    font-size: 16px;
}
#revs .item .stars{
    margin-bottom: 10px;
}
#revs .item .desc{
    font-weight: 500;
}
#revs .item .info .date{
    font-size: 12px;
    color:#9C9C9C;
    font-weight: 500;
}
#revs .item .app img{
    width: 111px;
}
#files,
#who .items,
#faq,
#searchpage,
#about_intro,
#page_intro{
    background: url('../images/dots.svg') center top ,#fff;
    padding: 115px 0 30px;
    border-radius: 0 0 36px 36px;
}
#about_intro h1,
#files h1,
#faq h1,
#page_intro h1{
    font-size: 58px;
    line-height: 68px;
    margin-bottom: 0;
}
#charity{
    margin-bottom: 0;
}
#charity .item{
    margin-bottom: 30px;
}
#charity .item .inn{
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
    padding-bottom: 42px;
    position: relative;
}
#charity .item .name{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    color:#152E6D;
    padding: 12px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
}
#charity .item .date{
    color:#929397;
    font-style: italic;
    font-size: 12px;
    font-weight: 500;
}
#charity .item .sum{
    color:#2AA7E3;
    font-style: italic;
}
#files,
#faq{
    padding-bottom: 60px;
}

#files h1{
    margin-bottom: 0;
}
#files .items{
    margin-top: 40px;
}
#faq h1{
    margin-bottom: 40px;
}
#files .item a,
#faq .item{
    border-bottom: 1px solid #152E6D;
}
#files .item a{
    text-decoration: none;
    display: flex;
    text-transform: uppercase;
    height: 100%;
    align-items: center;
    padding: 15px 35px 15px 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color:#152E6D;
    background: url('../images/info_link.svg')no-repeat right;
}
#files .item:nth-child(2) a,
#files .item:first-child a,
#faq .item:first-child{
    border-top: 1px solid #152E6D;
}
#faq .item .answear{
    display: none;
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 24px;
    color:#152E6D;
}
#faq .item .question{
    padding: 15px 35px 15px 0;
    position: relative;
    cursor: pointer;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 24px;
    color:#152E6D;
}
#faq .item .question img{
    position: absolute;
    transition: all .3s ease;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
#faq .item.opened .question img{
    transform: translateY(-50%) rotate(180deg);
}
#files .cats{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#files .cats a{
    height: 42px;
    color:#152E6D;
    text-decoration: none;
    border: 1px solid #152E6D;
    border-radius: 8px;
    font-size: 12px;
    line-height: 13px;
    display: inline-flex;
    align-items: center;
    padding-left: 42px;
    background: url('../images/info_icon.svg')no-repeat left 10px center;
    transition: all .3s ease;
    width: auto;
    padding-right: 15px;
    margin: 0 15px;
}
#files .cats a.active{
    font-weight: 600;
    border: 1px solid #2AA7E3;
    color:#2AA7E3;
    background: url('../images/info_icon_hov.svg')no-repeat left 10px center;
}
#about_intro{
    overflow: hidden;
}
#about_intro .intro_img{
    max-width: 1000%;
    width:810px;
}
#about_intro h1{
    margin-bottom: 40px;
}
#about_intro .list{
    border: 3px solid #2AA7E3;
    margin-bottom: 40px;
    padding:26px;
    border-radius: 10px;
}
#about_intro .list ul{
    margin: 0;
    padding: 0;
}
#about_intro .list ul li{
    display: block;
    margin-bottom: 24px;
    background: url('../images/about_li.svg')no-repeat left top;
    padding-left: 37px;
    font-size: 25px;
    line-height: 27px;
    font-weight: 500;
}
#about_intro .list ul li:last-child{
    margin-bottom: 0;
}
#who .desc_cols{
    color:#fff;
    letter-spacing: .5px;
    position: relative;
    margin-bottom: 30px;
}
#who .desc_cols:after{
    content: '';
    position: absolute;
    width: 1px;
    background: #fff;
    height: 100%;
    left: 50%;
    top: 0;
}
#who .desc_cols .col-lg-6:first-child{
    padding-right: 55px;
}
#who .desc_cols .col-lg-6:last-child{
    padding-left: 55px;
}
#who .items{
    border-radius: 6px;
    padding: 40px 0;
}
#who .items .item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: url('../images/about_grad.png')no-repeat center;
    background-size: 100% 100%;
    padding: 24px;
}
#who .items .item .name{
    padding-right: 16px;
    margin-right: 16px;
    border-right: 1px solid #000;
    text-align: right;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 35px;
}
#who .items .item img{
    width: 78px;
    height: 78px;
    flex:none;
    margin-left: 16px;
}
#who .items .item .desc {
    color:#152E6D;
    line-height: 17px;
}
#about_prefs .col-lg-4{
    margin-bottom: 12px;
}
#about_prefs .item{
    border: 2px solid #d09fee;
    border-radius: 8px;
    height: 100%;
    display: flex;
    font-size: 15px;
    line-height: 17px;
    color:#fff;
    align-items: center;
    padding: 9px 16px;
}
#about_prefs .item .image{
    text-align: center;
    width: 32px;
    height: 32px;
    flex: none;
    margin-right: 16px;
}
.single-services #files h1{
    font-size: 50px;
    line-height: 52px;
}
.calc-bar{
    margin-top: 50px;
}
.calc-bar .tab-item{
    display: none;
}
.calc-bar .tab-item.active{
    display: block;
}
.calc-bar .buttons-list{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}
.calc-bar .buttons-list a{
    padding: 0 16px;
    font-size: 16px;
    line-height: 17px;
    text-decoration: none;
    transition: all .3s ease;
    color:#929397;
}
.calc-bar .buttons-list a.active{
    color:#000;
}
.calc-bar .buttons-list a:first-child{
    text-align: right;
}
.calc-bar .buttons-list .switcher{
    padding: 0 32px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}
.calc-bar .buttons-list .switcher .inn{
    width: 250px;
    height: 57px;
    border: 1px solid #000;
    border-radius: 30px;
    background: #fff;
    position: relative;
    cursor: pointer;
}
.calc-bar .buttons-list .switcher .inn span.line{
    position: absolute;
    width: 190px;
    height: 2px;
    display: block;
    left: 30px;
    top:50%;
    margin-top: -1px;
    background: #000;
}
.calc-bar .buttons-list .switcher .inn span.line:before,
.calc-bar .buttons-list .switcher .inn span.line:after{
    width: 8px;
    height: 8px;
    content: '';
    position: absolute;
    top: -3px;
    border-radius: 100%;
    background: #000;
}
.calc-bar .buttons-list .switcher .inn span.line:before{
    left: -4px;
}
.calc-bar .buttons-list .switcher .inn span.line:after{
    right: -4px;
}
.calc-bar .buttons-list .switcher .inn .round{
    width: 32px;
    height: 32px;
    position: absolute;
    border-radius: 100%;
    border: 1px solid #000;
    background: #fff;
    top: 50%;
    margin-top: -16px;
    right:13px;
    transition: all .3s ease;
}
.calc-bar .buttons-list a.active+.switcher .inn .round{
    right:204px;
}
.calc-bar{
    font-size: 17px;
    color:#152E6D;
}
.calc-bar .range-term,
.calc-bar .result-main{
    margin-bottom: 24px;
}
#calc-form-intro{
    margin-bottom: 48px;
}
#calc-form-two .inp_wrap,
#calc-form-intro .inp_wrap,
.calc-bar .result-main .inner-value{
    font-size: 42px;
    line-height: 42px;
    padding: 24px 12px;
    color:#000;
    background: rgba(208, 159, 238, .4);
    border: 1px solid #000;
    text-align: center;
    border-radius: 8px;
    overflow: hidden;
}
#calc-form-two .inp_wrap,
#calc-form-intro .inp_wrap{
    display: flex;
    padding: 0;
}
#calc-form-two .inp_wrap .inner-value,
#calc-form-intro .inp_wrap .inner-value{
    padding: 24px 12px;
    min-width: 142px;
    flex: none;
    color:#fff;
    font-weight: 300;
    letter-spacing: -1px;
    background: #000;
}
#calc-form-two .inp_wrap input[type="range"],
#calc-form-intro .inp_wrap input[type="range"]{
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    outline: none;
    overflow: hidden;
    height: 92px;
    background: none;
    border: 0;
    border-radius: 0;
}
#calc-form-two .inp_wrap input[type="range"]::-webkit-slider-runnable-track,
#calc-form-intro .inp_wrap input[type="range"]::-webkit-slider-runnable-track {
    height: 100%;
    background: transparent;
}
#calc-form-two .inp_wrap input[type="range"]::-moz-range-track,
#calc-form-intro .inp_wrap input[type="range"]::-moz-range-track {
    height: 100%;
    background: transparent;
}
#calc-form-two .inp_wrap input[type="range"]::-webkit-slider-thumb,
#calc-form-intro .inp_wrap input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    height: 92px;
    width: 50px;
    background: url('../images/drag.svg')no-repeat center,#000;
    border: 2px solid #000;
    border-radius: 0 8px 8px 0;
    box-shadow: -407px 0 0 400px #000;
    top: -4px;
    right: -4px;
    position: relative;
}
#calc-form-two .inp_wrap input[type="range"]::-moz-range-thumb,
#calc-form-intro .inp_wrap input[type="range"]::-moz-range-thumb {
    height: 92px;
    width: 50px;
    background: url('../images/drag.svg')no-repeat center,#000;
    border: 2px solid #000;
    border-radius: 0 8px 8px 0;
    box-shadow: -407px 0 0 400px #000;
    top: -4px;
    right: -4px;
    position: relative;
}

.calc-bar .controls-row .checkbox-container{
    display: flex;
    align-items: center;
    border-top: 1px solid #152E6D;
    border-bottom: 1px solid #152E6D;
    margin-bottom: 32px;
    padding: 8px 0;
    justify-content: space-between;
}
.calc-bar .controls-row .checkbox-container input{
    display: none;
}
.calc-bar .controls-row .checkbox-container input+.checkmark{
    width: 24px;
    height: 24px;
    border: 1px solid #152E6D;
    display: block;
    border-radius: 8px;
    cursor: pointer;
    position: relative;
	margin-bottom:0;
}
.calc-bar .controls-row .checkbox-container input:checked ~ .checkmark{
    background: #152E6D;
}
.calc-bar .controls-row .checkbox-container input:checked ~ .checkmark:after {
    content: "";
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%) rotate(45deg);
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    pointer-events: none;
    touch-action: none;
}
.calc-bar .discount-slider-wrapper{
    width: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.calc-bar .discount-slider-wrapper button{
    background: none;
    border: 0;
    padding: 0;
}
.calc-bar .discount-slider-wrapper .discount-data-slider{
    width: 33px;
}
button:focus{
    outline: none;
}
.calc-bar .ro-item{
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    line-height: 24px;
    padding: 15px 0 15px 15px;
    border-bottom: 1px solid #152E6D;
}
.calc-bar .ro-item.head-item{
    font-weight: 600;
    padding-left: 0;
}
.calc-bar .ro-item .value-part{
    font-weight: 600;
    white-space: nowrap;
    padding-left: 15px;
    flex:none;
}
.calc-bar .graph{
    margin-top: 50px;
}
.calc-bar .graph .ro-item.head-item{
    justify-content: center;
    border-bottom: 0;
    position: relative;
    padding: 0;
}
.calc-bar .graph .ro-item.head-item:before{
    height: 1px;
    content: '';
    width: 100%;
    background: #152E6D;
    position: absolute;
    top: 50%;
    left: 0;
}
.calc-bar .graph .ro-item.head-item .name-part{
    background: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 0 16px;
    z-index: 1;
    text-transform: uppercase;
}
.calc-bar .graph .ro-item.intro-table{
    border-bottom: 0;
    flex-direction: column;
}
.table-row{
    display: flex;
}
.table-row .table-col{
    width: 16.666%;
}
.table-row .table-col .col-cell{
    border: 1px solid #152E6D;
    border-collapse: collapse;
    text-align: center;
    padding: 23px 10px;
    font-weight: 500;
    font-size: 16px;
}
.table-row.table-head .table-col .col-cell,
.table-row .table-col.col-percent .col-cell{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.intro-table{
    border: 1px solid #152E6D;
    padding: 0!important;
    margin-top: 50px;
}
.example-inner{
    margin-top: 50px;
    text-align: right;
}
.example-content{
    display: none;
    text-align: left;
}
.show-exmaple .example-content{
    display: block;
}
a.show-exmaple-btn img.drop_arrow{
	margin-left:30px;
	transition:all .3s ease;
}
.rnd{
	border-radius:13px;
}
a.show-exmaple-btn{
    padding: 12px 0 12px 0;
    border-top: 1px solid #152E6D;
    border-bottom: 1px solid #152E6D;
    text-decoration: none;
    color:#152E6D;
    display: inline-flex;
	align-items:center;
    margin-bottom: 30px;
    font-weight: 500;
}
.calc-item.show-exmaple a.show-exmaple-btn img.drop_arrow{
	transform:rotate(180deg);
}
.hint-exmaple{
    display: none;
}
.part-inner.payment-slider .list-item{
    font-size: 19px;
    line-height: 26px;
    padding: 24px 12px;
    color: #000;
    background: rgba(208, 159, 238, .4);
    border: 1px solid #000;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}
.part-inner.payment-slider .list-item span.item-name{
    text-transform: uppercase;
}
.part-inner.payment-slider .list-item>div{
    white-space: nowrap;
    flex:none;
    padding-left: 15px;
}
.mobonly{
    display: none!important;
    visibility: hidden!important;
}
#intro .col-lg-5{
    padding-bottom: 40px;
}
#datafetch{
    padding:15px;
    margin-top: 30px;
    border: 1px solid #000;
    border-radius: 8px;
}
#datafetch article h2 a{
    color:#2AA7E3;
    font-size: 18px;
}
.search_subtext{
    font-size: 16px;
    line-height: 25px;
    color:#152E6D;
    text-transform: uppercase;
    overflow: hidden;
    margin: 48px 0;
}
.search_subtext span{
    position: relative;
}
.search_subtext span:before{
    content: '';
    background: #152E6D;
    height: 1px;
    width: 10000%;
    left: calc(100% + 15px);
    position: absolute;
    top: 50%;
}
.searchform form{
    background: #d2d4f5;
    border: 1px solid #000;
    display: flex;
    border-radius: 8px;
}
.searchform form input[type="search"]{
    border: 0;
    width: 100%;
    padding: 15px 20px 15px 60px;
    background: url('../images/search.svg')no-repeat left 20px center;
}
.searchform form input[type="submit"]{
    background: #000;
    color:#fff;
    border-radius: 8px;
    border: 0;
    letter-spacing: 1px;
}
input:focus{
    outline: none;
}
.tables .item{
    color:#fff;
}
.tables .item h3{
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    position: relative;
    padding: 30px 0;
    overflow: hidden;
}
.tables .item h3 span{
    position: relative;
    max-width: 80%;
    display: inline-block;
}
.tables .item h3 span:before,
.tables .item h3 span:after{
    height: 1px;
    width: 10000%;
    background: #fff;
    position: absolute;
    top: 50%;
    content: '';
}
.tables .item h3 span:before{
    right: calc(100% + 15px);
}
.tables .item h3 span:after{
    left: calc(100% + 15px);
}
.tables{
    margin-bottom: 30px;
}
.tables .item .inn{
    background: rgba(255,255,255,.2);
    border: 1px solid #fff;
    padding: 15px 23px;

}
.tables .item.warning .inn{
    padding: 0;
}
.tables .item.warning .inn .bl{
    padding: 15px 23px;
    border-bottom: 1px solid #fff;
}
.tables .item.warning .inn .bl:last-child{
    border-bottom: 0;
}
.tables .item.table .inn{
    padding: 0;
}
.tables .item.table table{
    width: 100%!important;
    margin-bottom: 0!important;
}
.tables .item.table table td{
    border: 1px solid #fff;
    text-align: center;
    padding: 5px;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
}
.tables a{
    color:#fff;
}


@media (max-width: 1200px) {
    #drops{
        padding: 0;
    }
    #intro .col-lg-5{
        padding-bottom: 40px;
    }
    #intro h1{
        font-size: 46px;
        line-height: 56px;
    }
    #revs .grad_robo{
        font-size: 36px;
    }
    #files .cats{
        flex-wrap: wrap;
        justify-content: flex-end;
    }
    #files .cats a{
        margin-top: 15px;
    }
    .calc-bar .ro-item .value-part{
        white-space: normal;
        text-align: right;
        flex: auto;
    }
}
@media (max-width: 992px) {
    #files .item:nth-child(2) a{
        border-top: 0;
    }
    .tables .item h3 span{
        max-width: 90%;
    }
    .mobonly {
        display: block!important;
        visibility: visible!important;
    }
    .mobnone {
        display: none!important;
        visibility: hidden!important;
    }
    .padded{
        padding: 8px;
    }
    #intro .col-lg-7 img{
        width: 100%;
    }
    #intro .col-lg-7{
        padding: 0;
    }
    #revs .row{
        flex-direction: column-reverse;
    }
    #revs .grad_robo{
        font-size: 32px;
        padding: 15px;
    }
    #revs .grad_robo img{
        width: 47px;
    }
    #pref,
    #revs {
        border-radius: 8px 24px;
        padding: 15px 0;
    }
    #revs .apps .rate{
        font-size: 40px;
        line-height: 40px;
    }
    #revs .apps .sub{
        font-size: 10px;
    }
    #revs .stars{
        width: 70px;
    }
    #revs .apps{
        margin-top: 25px;
    }
    #revs .apps a{
        width: 100%;
        margin-top: 20px;
    }
    #revs .apps .row{
        flex-direction: row;
    }
    #revs .item{
        padding: 15px;
    }
    #revs .item .app img{
        width: 62px;
    }
    #revs .item .desc{
        font-size: 12px;
    }
    #revs .item .info .name{
        font-size: 12px;
    }
    #revs .item .info .date{
        font-size: 9px;
    }
    #revs .item .ava img{
        font-size: 32px;
    }
    #revs .items{
        margin-top: 24px;
    }
    #revs .nums .num .big{
        font-size: 62px;
        line-height: 62px;
    }
    #revs .nums .num{
        font-size: 26px;
        line-height: 26px;
    }
    #revs .nums .sub{
        font-size: 16px;
        padding-top: 8px;
        margin-top: 8px;
    }
    #pref .links_btns{
        display: none;
    }
    #pref .grad_bg{
        margin-bottom: 0;
        border-radius: 8px 8px 8px 24px;
    }
    #pref .grad_bg ul li{
        font-size: 20px;
        line-height: 22px;
        background-size: 16px auto;
        background-position: left top 2px;
        padding-left: 24px;
        margin-bottom: 15px;
    }
    #pref .grad_bg{
        padding: 24px;
    }
    #pref .grad_robo{
        padding: 15px;
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 15px;
    }
    #pref .grad_robo+img.mobonly{
        margin-bottom:15px;
    }
    #pref .grad_robo img{
        width: 47px;
    }
    #drops .items .item .name{
        font-size: 14px;
    }
    #drops .items .item_outer{
        margin-bottom: 15px;
    }
    #drops{
        margin: 0;
    }
    .drops_header .row{
        flex-direction: column-reverse;
    }
    .drops_header{
        padding: 0;
        margin: 24px 0;
        border: 0;
        display: block;
    }
    .drops_header .heading{
        border: 1px solid #2AA7E3;
        padding: 24px 0;
        text-align: center;
        font-size: 18px;
        line-height: 26px;
        border-radius: 8px;
        margin-bottom: 30px;
    }
    .drops_logo img{
        width: 153px;
    }
    .drops_header .row{
        width: auto;
    }
    #intro{
        border-radius: 48px 48px 176px 176px;
        padding-top: 90px;
    }
    #intro img.mobonly{
        width: 100%;
    }
    #header{
        padding: 15px 21px;
        top: 15px;

    }
    #header.fixed_header .container,
    #header .container{
        border: 1px solid #b3b4b3;
        border-radius: 24px;
        background: #fff;
        padding:10px 15px;
        box-shadow: none;
    }
    .burger{
        font-size: 10px;
        text-transform: uppercase;
        color:#2AA7E3;
        display: flex;
        font-weight: 500;
        letter-spacing: 3px;
        align-items: center;
    }
    .burger img{
        margin-right: 10px;
    }
    .top_menu{
        left: -2px;
        top: -15px;
        border-radius: 24px 8px 8px;
    }
    .top_menu ul li a{
        font-size: 20px;
        line-height: 24px;
    }
    .top_menu ul li a:before{
        top: 9px;
    }
    .top_menu ul li{
        margin-bottom: 20px;
        position: relative;
        padding-left: 15px;
    }
    .top_menu ul li a{
        position: static;
        padding-left: 0;
    }
    #intro h1{
        font-size: 40px;
        line-height: 42px;
    }
    #intro .desc{
        padding: 16px 8px;
        font-size: 16px;
    }
    #intro .desc ul{
        padding-left: 25px;
    }
    #intro .flexed .robo_desc{
        padding-left: 0;
        margin-left: 0;
    }
    #intro .flexed .robo_desc:before{
        display: none;
    }
    #intro .flexed{
        flex-direction: row-reverse;
        border-bottom: 1px solid #000;
        padding-bottom: 8px;
        justify-content: space-between;
    }
    .links_btns .subtext,
    .links_btns .qr{
        display: none;
    }
    .links_btns .flex{
        margin-bottom: 0;
    }
    .links_btns .btns{
        flex-direction: row;
        justify-content: space-around;
        width: 100%;
    }
	.links_btns .btns>div{
		width:49%
	}
	.links_btns .btns>div img{
		width:100%;
	}
    #files, #faq, #searchpage, #about_intro, #page_intro{
        padding: 90px 0 30px;
        border-radius: 48px 48px 8px 8px;
    }
    .page-template-searchpage h1,
    #about_intro h1, #files h1, #faq h1, #page_intro h1{
        font-size: 40px;
        line-height: 42px;
        font-weight: bold;
    }
    #about_intro .intro_img{
        display: none;
    }
    #about_intro .list{
        padding: 24px;
        margin-bottom: 0;
    }
    .page-template-searchpage h1{
        margin-bottom: 48px;
    }
    #about_intro .list ul li{
        font-size: 20px;
        line-height: 22px;
        font-weight: 500;
        padding-left: 24px;
        background-size: 16px auto;
        background-position: left top 2px;
        margin-bottom: 16px;
    }
    #who .desc_cols:after,
    #who .drops_logo,
    #about_prefs .drops_logo,
    #about_intro .links_btns,
    #about_intro .intro_robo{
        display: none;
    }
    #who .drops_header .heading{
        margin-bottom: 15px;
    }
    #who .desc_cols .col-lg-6:last-child,
    #who .desc_cols .col-lg-6:first-child{
        text-align: left!important;
        padding-right: 15px;
        padding-left: 15px;
    }
    #who .desc_cols{
        border: 1px solid #2AA7E3;
        border-radius: 8px;
        padding: 24px;
        letter-spacing: 1px;
    }
    #who .desc_cols .col-lg-6:first-child{
        padding-bottom: 30px;
        border-bottom: 1px solid #2AA7E3;
        margin-bottom: 30px;
    }
    #who .items{
        padding: 15px 0;
    }
    #who .items .item .name{
        text-align: left;
        border: 0;
        padding: 0;
        margin: 0;
        font-size: 17px;
        line-height: 21px;
        font-weight: 600;
    }
    #who .items .item {
        padding: 20px 15px;
        margin-bottom: 8px;
    }
    #who .items .desc{
        padding: 15px;
        font-size: 17px;
        color:#152E6D;
        margin-bottom: 8px;
    }
    #who .items .item img{
        width: 48px;
        height: 48px;
    }
    #about_prefs .drops_header .heading{
        margin-bottom: 0;
    }
    #about_prefs .item{
        font-size: 14px;
        border: 1px solid #d09fee;
    }
    #files .cats{
        justify-content: flex-start;
    }
    #files .cats a{
        margin: 15px 15px 0 0 ;
        max-width: 60%;
    }
    .single-services #files h1{
        font-size: 32px;
        line-height: 36px;
    }
    .calc-bar .buttons-list .switcher {
        display: none;
    }
    .calc-bar .buttons-list{
        flex-direction: column;
    }
    .calc-bar .buttons-list a:first-child,
    .calc-bar .buttons-list a{
        display: block;
        width: 100%;
        text-align: center;
        border: 1px solid #152E6D;
        color:#152E6D;
        border-radius: 24px;
        margin-bottom: 12px;
        padding:5px 0;
    }
    .calc-bar .buttons-list a.active{
        background: #152E6D;
        color:#fff;
    }
    .calc-bar .ro-item{
        font-size: 16px;
        line-height: 22px;
    }
    .calc-bar .graph .ro-item.head-item .value-part{
        display: none;
    }
    .calc-bar .graph{
        overflow: auto;
    }
    .calc-bar .graph .ro-item.intro-table{
        min-width: 900px;
    }
    .calc-bar .graph .table-row .table-col{
        width: 150px;
        flex: none;
    }
    a.show-exmaple-btn{
        text-align: left;
        width: 100%;
    }
    #charity .drops_header .drops_logo{
        display: none;
    }
    #charity .drops_header{
        margin: 0 0 15px;
        overflow: hidden;
    }
    #charity .drops_header .heading{
        color:#fff;
        border: 0;
        margin: 0;
        padding: 0;
        position: relative;
        display: inline-block;
    }
    #charity .drops_header .heading:after,
    #charity .drops_header .heading:before{
        content: '';
        height: 1px;
        width: 1000px;
        background: #fff;
        top: 50%;
        position: absolute;
    }
    #charity .drops_header .heading:after{
        left: calc(100% + 15px);
    }
    #charity .drops_header .heading:before{
        right: calc(100% + 15px);
    }
    #charity .item .name{
        font-size: 18px;
    }

    .tables .item h3 span:before, .tables .item h3 span:after{
        display: none;
    }
    .tables .item{
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        padding: 0;
        margin-bottom: 15px;
    }
    .tables .item h3{
        text-align: left;
        display: flex!important;
        justify-content: space-between;
        padding:8px 0;
        margin: 0;
        text-transform: none;
        font-size: 16px;
        font-weight: 500;
    }
    .tables .item .inn{
        display: none;
        overflow: auto;
    }
    .tables .item.table table{
        min-width: 800px;
    }


}