﻿.table-striped > tbody > tr:nth-of-type(2n) {
    background-color: #eee;
}
.text-indent
{
  text-indent: 25px;
}
.jumbotron h1, .jumbotron .h1 {
    font-size: 55px;
}

.hideField {
    display: none !important;
}

html {
    position: relative;
}

.ts-info {
    font-size: 16px;
    color: #337ab7;
    /* position: absolute; */
    /* left: 60px; */
}

.tooltip-inner {
    color: black;
    background: #eee;
    max-width: 600px !important;
    text-align: left;
    width: 350px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    padding: 15px;
}

.tooltip {
    opacity: 1 !important;
}

.zayavka .form-group {
    margin-bottom: 0;
}

.clr {
    clear: both;
}

.double-border-line {
    border-bottom: 3px double #000000;
}

.noactive td,
.noactive th {
    background: #eee;
}

.bg-noactive {
    background: #eee;
}


.navbar-brand {
    font-size: 14px;
}

.navbar-brand img {
    width: 24px;
    height: 24px;
    /*padding-right: 15px;*/
}

.panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
    /* color:#013972; */
    font-weight: 600;
}

#main-menu.navbar-inverse .navbar-brand {
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    display: flex;
    gap: 8px;
    align-items: center;
}

#main-menu.navbar-inverse {
    font-size: 14px;
    background-color: rgba(115, 89, 255, 1);
    border-width: 0;
    border-radius: 0;
}

#main-menu.navbar-inverse .navbar-nav > li > a {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(115, 89, 255, 1);
    font-weight: 600;
}

#main-menu.navbar-inverse .navbar-nav > li > a:hover,
#main-menu.navbar-inverse .navbar-nav > li > a:focus {
    color: #F3C258;
    background-color: rgba(115, 89, 255, 1);
}

#main-menu.navbar-inverse .navbar-nav > .active > a,
#main-menu.navbar-inverse .navbar-nav > .active > a:hover,
#main-menu.navbar-inverse .navbar-nav > .active > a:focus {
    color: #F3C258;
    background-color: rgba(115, 89, 255, 1);
}

#main-menu.navbar-inverse .navbar-toggle {
    border-color: #fff;
}

#main-menu.navbar-inverse .navbar-toggle:hover,
#main-menu.navbar-inverse .navbar-toggle:focus {
    background-color: #fff;
}

#main-menu.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}

#main-menu.navbar-inverse .navbar-toggle:hover .icon-bar,
#main-menu.navbar-inverse .navbar-toggle:focus .icon-bar {
    background-color: #7f70e5;
}
#main-menu.navbar-inverse .navbar-toggle .text-bar {
    color: #fff;
}

#main-menu.navbar-inverse .navbar-toggle:hover .text-bar,
#main-menu.navbar-inverse .navbar-toggle:focus .text-bar {
   color: #7f70e5;
}
#main-menu.navbar {
    margin-bottom: 0;
}
.dropdown-header {
    color: #000;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
}
@media (max-width: 768px) {
    .navbar-brand{
        margin-top: 2px;
    }
}
@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        background-color: #fff !important;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #333 !important;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        background-color: #fff;
    }
}

.nav .lg-lang a {
    padding: 15px 5px;

}

.nav .lg-lang:last-child a {
    margin-right: 10px;
}

.panel-primary {
    border-radius: 0;
    border-color: #eee;
}

.panel-primary .panel-heading {
    border-radius: 0;
}

.wrap-level2 {
    background: #fff;
}

.breadcrumb {
    background-color: #fff;
    border-radius: 0;
    padding: 8px 0;
    margin-top: 20px;
    margin-bottom: 38px;
}

.breadcrumb > .active {
    color: #282828;
}

.breadcrumb > li > a {
    color: #d8d8d8;
}

.testtitle {
    font-size: 16px;
    margin-top: 0;
    font-weight: 300;
    text-transform: uppercase;
}

.testtitlechild {
    font-size: 14px;
    margin-top: 0;
    font-weight: 300;
    text-transform: uppercase;
    color: #909090;
}

h1 {
    /*text-transform:uppercase;*/
    font-size: 24px;
    padding: 10px 0;
    /*margin-bottom:30px;*/
    /*font-family: 'Roboto', sans-serif;*/
}

.footer {
    height: auto;

    background: #f8f8f8;
    padding-bottom: 40px;

    width: 100%;
    font-size: 14px;


}

.footer,
.push {
    height: 235px;
}

.footer-right {
    text-align: right;
}

.fchild {
    margin-top: 30px;
}

.fchilditems {
    font-weight: 400;
    color: #909090;
}

.fborder {
    border-top: 1px solid #2828281a;
}

.vcenter {
    vertical-align: middle;
    float: none;
}

.clr {
    clear: both;
}

.tsWhite {
    white-space: normal;
}

.ts-right {
    float: right;
}

.beta-text {
    font-family: Arial;
    background-color: #e00c0c;
    color: #fff;
    border-radius: .2em;
    padding: .2em .4em .2em;
    font-weight: 800;
    line-height: 1;
    font-size: 7px;
}

/*#yii-debug-toolbar{
	display:block !important;
}*/

.panel-group .panel {
    border-radius: 0;
}

/*-----------251018------------*/
.list-group .glyphicon {
    float: right;
}

.list-group-item {
    border-radius: 0 !important;
}

.list-sidebar {
    margin-top: 30px;
}

.sidebar-ty li.active a, .sidebar-ty li.active a:hover, .sidebar-ty li.active a:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

.popularblock {
    padding: 25px 0 50px;
    background-color: #fff;
}

.rose-color {
    color: #fc6b74 !important;
}

.wbtn {
    background-color: #fff;
    color: #fc6b74;
    border: 1px solid #fc6b74;
}

.wbtn:hover {
    background-color: #fc6b74;
    color: #fff;
    border: 1px solid #fc6b74;
}

.wbtn:active {
    background-color: #fc6b74;
    color: #fff;
    border: 1px solid #fc6b74;
}

.redbtn {
    background-color: #fc6b74;
    color: #fff;
    border: 1px solid #fc6b74;
}
.testter-red-btn {
    background-color: #f14635;
    color: #fff;
    border: 1px solid #f14635;
    /*display: inline-block;*/
    /*padding: 10px 0px;*/
    /*font-size: 14px;*/
    /*border-radius: 2px;*/
    outline: 0;
    white-space: nowrap;
    transition: .01s;
}

.testter-red-btn:hover {
    background-color: #e04131;
    color: #fff;
    border: 1px solid #f14635;
}
.kaspibtn {
    background-color: #f14635;
    color: #fff;
    border: 1px solid #f14635;
    display: inline-block;
    padding: 10px 0px;
    font-size: 14px;
    border-radius: 2px;
    outline: 0;
    white-space: nowrap;
    transition: .01s;
}

.kaspibtn:hover {
    background-color: #e04131;
    color: #fff;
    border: 1px solid #f14635;
}

.img-kaspi {
    height: auto;
    width: 70%;
}

.redbtn:hover {
    background-color: #fff;
    color: #fc6b74;
    border: 1px solid #fc6b74;
}

.redbtn:disabled,
.redbtn[disabled] {
    border: 1px solid #8B8C8E;
    background-color: #8B8C8E;
    color: #fff;
}

.redbtn:disabled:hover,
.redbtn[disabled]:hover {
    border: 1px solid #8B8C8E;
    background-color: #8B8C8E;
    color: #fff;
}

.redbtn:active {
    background-color: #fff;
    color: #fc6b74;
    border: 1px solid #fc6b74;
}

.rbtn {
    background-color: #fc6b74;
    color: #fff;
    border: 1px solid #fc6b74;
    margin-top: 45px;
}

.rbtn:hover {
    background-color: #fff;
    color: #fc6b74;
    border: 1px solid #fc6b74;
}

.rbtn:active {
    background-color: #fff;
    color: #fc6b74;
    border: 1px solid #fc6b74;
}

.rbtn:focus, .wbtn:focus, .redbtn:focus {
    outline-offset: 0;
    outline: none;
    background-color: #fff;
    color: #fc6b74;
    border: 1px solid #fc6b74;
}

.registerblock {
    margin-top: 50px;
}

.rtitle {
    /*text-transform:uppercase;*/
    font-size: 46px;
    border-bottom: none;
    margin-bottom: 40px;
    line-height: 60px;
    font-weight: 800;
    /*font-family: 'Roboto', sans-serif;*/
}

/* @import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700,700i,900,900i&subset=cyrillic,cyrillic-ext'); */
/* @import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700&subset=cyrillic'); */
body {
    /*background:url(../images/symphony.jpg) repeat;
    background-size:20%;*/
    background-color: #fff;
    /*font-family: 'Roboto', sans-serif;*/
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: #333;
    line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
    color: #000;
    font-weight: 700;
}

p {
    margin-bottom: 1em;
}

h2 {
    font-size: 1.5em;
}

.title {
    margin-bottom: 30px;
    font-size: 1em;
    color: #909090;
    font-weight: 400;
    line-height: 24px;
    overflow: hidden;
    text-transform: uppercase;
}

.title:before,
.title:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 1px;
    background-color: #ccd0db;
    position: relative;
}

.title:before {
    margin-left: -100%;
    left: -14px;
}

.title:after {
    margin-right: -100%;
    right: -14px;
}

.maintitle {
    margin-bottom: 10px;
    font-size: 16px;
    color: #909090;
    font-weight: 400;
    line-height: 32px;
    overflow: hidden;
}

.maintitle:before,
.maintitle:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 1px;
    background-color: #ccd0db;
    position: relative;
}

.maintitle:before {
    margin-left: -100%;
    left: -14px;
}

.maintitle:after {
    margin-right: -100%;
    right: -14px;
}

/*021118*/
.services-icon {
    font-size: 32px;

}

.services-icon i {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    display: inline-block;
}

.services-title {
    margin-bottom: 12px;
    margin-top: 0;
    color: #000;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
}

.services-title:hover {
    color: #8472e7;
}

.popularblock-item {
    font-size: .9em;
}

.ient:hover {
    background: url(../images/icons/ient.png) no-repeat center center;
}

.icontrol:hover {
    background: url(../images/icons/control.svg) no-repeat center center;
}

.inkt:hover {
    background: url(../images/icons/inkt.svg) no-repeat center center;
}

.idarun:hover {
    background: url(../images/icons/idarun.svg) no-repeat center center;
}

.iprof:hover {
    background: url(../images/icons/iprof.svg) no-repeat center center;
}

.isch:hover {
    background: url(../images/icons/isch.png) no-repeat center center;
}

.inis:hover {
    background: url(../images/icons/inis.png) no-repeat center center;
}

.ibil:hover {
    background: url(../images/icons/ibil.png) no-repeat center center;
}

.irfms:hover {
    background: url(../images/icons/irfms.png) no-repeat center center;
}

.inis {
    background: url(../images/icons/nis.png) no-repeat center center;
}

.ibil {
    background: url(../images/icons/bil.png) no-repeat center center;
}

.irfms {
    background: url(../images/icons/rfms.png) no-repeat center center;
}

.ient {
    background: url(../images/icons/ent.png) no-repeat center center;
}

.icontrol {
    background: url(../images/icons/icontrol.png) no-repeat center center;
}

.inkt {
    background: url(../images/icons/nkt.png) no-repeat center center;
}

.idarun {
    background: url(../images/icons/darun.png) no-repeat center center;
}

.isch {
    background: url(../images/icons/sch.png) no-repeat center center;
}

.iprof {
    background: url(../images/icons/prof.png) no-repeat center center;
}

.cpoint {
    cursor: pointer;
}
.top-12
{
    top:12px;
}
.right-12{
    right:12px;
}
.badret {
    color: #FC6B6B;
    font-weight: 700;

}

.badret2 {
    color: #909090;
    font-weight: 700;
}

.goodret {
    color: #67C887;
    font-weight: 700;
}

.dangerret {
    color: #FFC633;
    font-weight: 700;
}

.normalret {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #B3B3B3;
    text-align: center;
    color: #B3B3B3;
    margin-right: 10px;
    font-size: 18px;
}

.successret {
    color: #fff;
    font-weight: 700;
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #67C887;
    background-color: #67C887;
    text-align: center;
    margin-right: 10px;
    font-size: 18px;
}

.dangersret {
    font-weight: 700;
    color: #fff;
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #FFC633;
    background-color: #FFC633;
    text-align: center;
    margin-right: 10px;
    font-size: 18px;
}

.redret {
    font-weight: 700;
    color: #fff;
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #FC6B6B;
    background-color: #FC6B6B;
    text-align: center;
    margin-right: 10px;
    font-size: 18px;
}

.successinput {
    background-color: #67C887;
    color: #fff;
}

.redinput {
    background-color: #FC6B6B;
    color: #fff;
}

.userformtext a {
    color: #282828;
}

.form-register {
    padding: 20px;
}

.form-register input, .form-register select {
    height: 50px;
    font-size: 18px;
}

.field-register-form-policy input {
    height: auto;
}

.field-register-form-policy span {
    padding-left: 15px;
    color: #909090;
    font-size: 12px;
    font-weight: 400;
}

.form-register .form-group {
    position: relative;
}
.relative{
    position: relative;
}
.absolute{
    position: absolute;
}
.form-inputs {
    height: 50px;
    font-size: 18px;
}

.divregister {
    padding: 0 20px;
}

.divregister h3 {
    font-weight: 800;
    font-size: 36px;
    color: #282828;
}

.divlogin a {
    color: #fff;
}

.divtext h3 {
    color: #282828;
    font-weight: 600;
    font-size: 36px;
    line-height: 50px;
}

.divtext p {
    font-size: 18px;
    line-height: 28px;
    color: #282828;
    margin-top: 20px;
}

.divlogin .has-error .help-block {
    color: #fff;
}

.divlogin input {
    height: 50px;
    border: 1px solid #fff;
    background-color: #7359ff;
    color: #fff;
}

.divlogin {
    padding: 0 70px;
}

.digital-login {
    padding: 0 70px;
}

.digital-login input {
    height: 50px;
}

.divtext {
    padding: 0 120px;
    margin-top: 120px;
}

.divlogo {
    margin: 30px 0;
    padding: 0 30px;
}

.divlogin h3 {
    font-weight: 800;
    font-size: 36px;
    color: #fff;
}

.divregister2 {
    padding: 0 20px;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #282828;
    text-align: right;
    font-size: 20px;
}

.form-register input::-webkit-input-placeholder {
    color: #282828;
}

.form-register select {
    color: #282828;
}

.zayavitel-form input::-webkit-input-placeholder {
    color: #282828;
    padding-left: 10px;
}

.form-register .select2-container--krajee .select2-selection--single .select2-selection__placeholder {
    color: #282828;
    margin-top: 10px;
}

.form-register .select2-container--krajee .select2-selection--single .select2-selection__arrow {
    display: none;
}

.form-register .select2-container--krajee .select2-selection--single .select2-selection__rendered {
    margin-top: 6px;
    padding-left: 10px;
}

.form-register .select2-container--krajee .select2-selection--single .select2-selection__clear {
    margin-top: 6px;
}

.form-register .select2-container--krajee .select2-selection--single {
    height: 50px;
    font-size: 18px;
}

.divlogin input::-webkit-input-placeholder {
    color: #fff;
    padding-left: 10px;
}

.form-control-password {
    position: absolute;
    top: 15px;
    right: 15px;;
    z-index: 2;
    display: block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    pointer-events: none;
    color: #7359FF;
}

.form-control-password-repeat {
    position: absolute;
    top: 15px;
    right: 15px;;
    z-index: 2;
    display: block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    pointer-events: none;
    color: #7359FF;
}

.center-img {
    display: block;
    margin: 0 auto;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #282828;
    cursor: default;
    background-color: #fff;
    border: 2px solid transparent;
    border-bottom-color: #FFC633;
    font-weight: normal;
}

.nav-tabs > li > a {
    /*color:#D8D8D8;*/
    color: #909090;
    font-weight: normal;
}

.countdown {
    color: #67C887;
    font-size: 36px;
    display: block;
    padding: 10px 30px;
    font-weight: 600;
}
.countdown-timer {
    color: #67C887;
    font-size: 22px;
    display: block;
    font-weight: 600;
}
.glyphicon {
    top: 2px;
}

.dbtn {
    background-color: transparent;
    color: #282828;
    font-size: 18px;
    font-weight: 700;
}

.purplebtn {
    background-color: transparent;
    color: #7359ff;
    font-size: 18px;
    text-decoration: underline;
    text-decoration-color: #7359ff;
    font-weight: 700;
}

.prevnext {
    color: #C5CCD9;
    text-decoration-line: underline;
    text-decoration-color: #C5CCD9;
    cursor: pointer;
    font-weight: 700;
}

.prevnext:hover {
    color: #7359ff;
    text-decoration-color: #7359ff;
}

.defaultLink, .defaultLink:hover {
    color: #282828;
    text-decoration: none;
}

.greylink {
    color: #C5CCD9;
    cursor: pointer;
    font-weight: 700;
}

.greylink:hover {
    color: #7359ff;
    text-decoration: none;
}

.greytext {
    color: #909090;
}

.defbtext {
    color: #282828;
    font-weight: 700;
    font-size: 24px;
}

.red-link {
    color: #FC6B6B;
    text-decoration: underline;
    text-decoration-color: #FC6B6B;
}

.red-text {
    color: #FC6B6B;
}

.voprostitle {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    color: #909090;
    margin-top: 40px;
    margin-bottom: 15px;
}

.otvetyBukvy p {
    font-size: 22px;
    line-height: 50px;
}

.bl-title {
    font-weight: 700;
    font-size: 36px;
    border-bottom: none;
}

.bright {
    border-right: 1px solid #DBDEE7;
}

.tablety {
    color: #B6B6B6;
}

.green-badge {
    color: #fff;
    background-color: #67C887;
    max-width: 50px;
}

.danger-badge {
    color: #fff;
    background-color: #FC6B6B;
    max-width: 50px;
}

.warning-badge {
    color: #fff;
    background-color: #FFC633;
    max-width: 50px;
}

.glyphicon-trash, .glyphicon-folder-open {
    color: #B6B6B6;
}

.otvetClass {
    display: none;
}

.checkbox {
    margin-bottom: 25px;
}

.checkbox label {
    padding-left: 10px;
}

.checkbox label::before {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #B3B3B3;
    text-align: center;
    color: #B3B3B3;
    margin-left: -10px;
    margin-right: 10px;
    font-size: 18px;
}

.checkboxA label::before {
    content: 'A';
}

.checkboxSym label::before {
    content: '-';
}

.otvetClass:checked + label::before {
    color: #fff;
    background-color: #7359ff;
    border-color: #7359ff;
}

.checkboxB label::before {
    content: 'B';
}

.checkboxC label::before {
    content: 'C';
}

.checkboxD label::before {
    content: 'D';
}

.checkboxE label::before {
    content: 'E';
}

.btnPodrobnee {
    color: #333;
    border: none;
    font-size: 16px;
    background-color: transparent;
    padding: 0;
}

.btnPodrobnee:hover {
    color: #FC6B6B;
    background-color: transparent;
}

.btnPodrobnee:focus {
    color: #FC6B6B;
    background-color: transparent;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none;
}

.glyphicon-plus {
    color: #67C887;
}

.btn-green {
    background-color: #fff;
    color: #67C887;
    font-weight: 700;
    border-color: #67C887;
}

.btn-green:hover, .btn-green:active, .btn-green:focus {
    background-color: #67C887;
    color: #fff;
    font-weight: 700;
    border-color: #67C887;
}

.btn-purple {
    background-color: #fff;
    color: #7359ff;
    font-weight: 700;
    border-color: #7359ff;
}

.btn-purple:hover, .btn-purple:active, .btn-purple:focus {
    background-color: #7359ff;
    color: #fff;
    font-weight: 700;
    border-color: #7359ff;
}

.light-text {
    font-size: 18px;
    font-weight: 400;
}

.st-text {
    font-size: 32px;
    font-weight: 900;
}

.black-text {
    color: #282828;
}

.green-text {
    color: #217822;
}

.gbottomline {
    border-bottom: 1px solid #C5CCD9;
}

.ybottomline {
    border-bottom: 3px solid #FFC633;
}

.hideclass {
    display: none;
}

.hidediv .form-group, .hidediv .help-block {
    margin-bottom: 2px;
}

.wrap {
    min-height: 100%;
    margin-bottom: -154px;
}

.wrapper {
    min-height: 100%;
    margin-bottom: -154px;
}

.znormal {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
}

.zsixh {
    font-weight: 600;
    font-size: 36px;
    line-height: 50px;
}

.textnormal {
    font-size: 18px;
    line-height: 28px;
}

/*whitetbtn with arrow*/
.white-btn {
    background-color: transparent;
    color: #fff;
    padding: 10px 25px;
}

.white-btn:hover, .white-btn:focus {
    background-color: transparent;
    color: #fff;
}

.white-btn-arrow {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    padding: 10px 0;
    border-bottom: 2px solid #fff;
    border-radius: 0;
    position: relative;
}

.white-btn-arrow:hover, .white-btn-arrow:focus {
    color: #fff;
    border-bottom: 2px solid #fff;
    text-decoration: none;
}

.white-btn-arrow:hover i, .white-btn-arrow:focus i {
    border-color: #fff;
}

.white-btn-arrow i {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    position: absolute;
    bottom: -5px;
    right: 0;
}

.white-btn-arrow-right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

/*whitebtn with arrow end*/
/*defaultbtn with arrow*/

.defaultbtn {
    font-size: 18px;
    line-height: 24px;
    color: #282828;
    padding: 5px 0;
    border-bottom: 2px solid #282828;
    border-radius: 0;
    position: relative;
}

.defaultbtn:hover, .defaultbtn:focus {
    color: #FC6B6B;
    border-bottom: 2px solid #FC6B6B;
}

.defaultbtn:hover i, .defaultbtn:focus i {
    border-color: #FC6B6B;
}

.arrowbtn i {
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    position: absolute;
    bottom: -5px;
    right: 0;
}

.arrowbtn-right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

/*defaultbtn with arrow end*/
/*grey btn with arrow*/

.greyBtn {
    color: #C5CCD9;
    cursor: pointer;
    font-weight: 700;
    padding: 5px 0;
    border-bottom: 2px solid #C5CCD9;
    border-radius: 0;
    position: relative;
}

.greyBtn:hover, .greyBtn:focus {
    color: #7359ff;
    border-bottom: 2px solid #7359ff;
    text-decoration: none;
}

.greyBtn:hover i, .greyBtn:focus i {
    border-color: #7359ff;
}

.arrowGreyBtn i {
    border: solid #C5CCD9;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    position: absolute;
    bottom: -5px;
    right: 0;
}

.arrowGreyBtnLeft i {
    border: solid #C5CCD9;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    position: absolute;
    bottom: -5px;
    left: 0;
}

.arrowGreyBtn-right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.arrowGreyBtn-left {
    transform: rotate(138deg);
    -webkit-transform: rotate(138deg);
}

/*grey btn with arrow end*/
/*default-grey-btn*/
.default-grey-btn {
    color: #C5CCD9;
}

.default-grey-btn:hover, .default-grey-btn:focus {
    color: #7359ff;
    background-color: transparent;
    border-color: #7359ff;
    text-decoration: none;
}

/*default-grey-btn end*/
.droplist {
    list-style-type: none;
}

.droplist .caret {
    margin-left: 10px;
    color: #7359ff;
}

.droplist a {
    color: #282828;
    font-weight: bold;
}

.droplist a:hover {
    text-decoration: none;
}

.rotate90 {
    rotate: 90deg;
}

.top-p15 {
    padding-top: 15px;
}

.topots {
    margin-top: 38px;
}

.topots15 {
    margin-top: 15px;
}

.topots60 {
    margin-top: 60px;
}

.top-p60 {
    padding-top: 60px;
}

.topots100 {
    margin-top: 100px;
}

.row-full {
    clip-path: inset(0 -100vmax);
    box-shadow: 0 0 0 100vmax #7359ff;
}

.row-full-inner {
    background-color: #7359ff;
    color: #fff;
}

.rightots100 {
    margin-right: 100px;
}

.fw400 {
    font-weight: 400 !important;
}

.fw600 {
    font-weight: 600 !important;
}

.fw700 {
    font-weight: 700 !important;
}

.fs12 {
    font-size: 12px;
}

.fs16 {
    font-size: 16px;
}

.fs18 {
    font-size: 18px;
}

.fs20 {
    font-size: 20px;
}

.fs36 {
    font-size: 36px;
}
.fs32 {
    font-size: 32px;
}
.text-transform-uppercase {
    text-transform: uppercase !important;
}

.plancard {
    padding: 32px 36px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 6px;
}

.logo-footer {
    width: 50%;
    height: auto;
}

.m56-32 {
    margin-top: 56px;
}

.mtitle {
    color: #fc6b74;
    font-size: 36px;
    line-height: 50px;
    font-weight: 600;
}

.ctitle {
    color: #282828;
    font-size: 22px;
    line-height: 34px;
    font-weight: 700;
    margin-top: 10px;
}

.ttitle {
    color: #282828;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    margin-top: 30px;
    padding-right: 62px;
}

input#zFioId::placeholder {
    color: #282828;
}

.wrs_editor .wrs_tickContainer {
    display: none !important;
}
figure.image {
    box-sizing: border-box;
    display: block;
    max-width: 100%;
    margin:0 auto;
}
figure.image-style-align-left{
    margin: unset;
}
figure.image-style-align-right{
    float: right;
    clear: none;
}
figure.image img {
    width: 100%;
}

thead tr th div, .vertical {
    writing-mode: vertical-rl;
}

.black-table-link a {
    color: #282828 !important;
}

.black-table-link {
    color: #282828 !important;
}

@media screen and (max-width: 600px) {
    table .table-striped {
        width: 100%;
    }

    .table-striped thead {
        display: none;
    }

    .table-striped tr:nth-of-type(2n) {
        background-color: inherit;
    }

    .table-striped tr td:first-child {
        background: #f0f0f0;
        font-weight: bold;
        font-size: 1.3em;
    }

    .table-striped tbody td {
        display: block;
        text-align: center;
    }

    .table-striped tbody td:before {
        content: attr(data-th);
        display: block;
        text-align: center;
    }

    .divlogin {
        padding: 0 40px;
    }
    .digital-login {
        padding: 0 40px;
    }

    .vopros {
        font-size: 16px;
    }

    .otvetyBukvy p {
        font-size: 16px;
    }

    .green-badge, .danger-badge, .warning-badge {
        margin: 5px auto;
    }

    .m56-32 {
        margin-top: 32px;
    }

    .sm-text-center {
        text-align: center;
    }
}

/*explain*/
.explain img {
    height: auto;
    max-width: 100%;
}

figure.image img {
    margin: 0 auto;
}

figure {
    max-width: 100%;
}

figure.image.image-style-align-left img {
    margin: unset;
}

.explain .image-style-align-right {
    float: right;
}

.explain .image-style-align-center {
    margin-left: auto;
    margin-right: auto;
}

.explain .image-style-block-align-left {
    margin-left: 0;
    margin-right: auto;
}

/*offers*/
.offers-img-block {
    padding: 0 70px;
}

.svgshow {
    box-shadow: 0 0 10px rgb(123, 97, 255, 100%); /* Параметры тени */
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #7359ff;
    border-color: #7359ff;
}

.pagination > li > a, .pagination > li > span {
    color: #7359ff;
}

.justify-text {
    text-align: justify;
}

.borderShadowNone {
    border: none !important;
    box-shadow: none !important;
}

.form-control-input-label {
    font-weight: normal;
    display: block;
    white-space: nowrap;
    min-height: 1.2em;
    font-size: 14px;
    padding: 0 28px 1px;
}

.text-right-xs-center {
    text-align: right;
}

#dopInfoPanel .panel-default > .panel-heading {
    background-color: transparent;
    border-color: transparent;
}

#dopInfoPanel .panel-default {
    border-color: transparent;
}

.pc-text-right {
    text-align: right;
}

.h-regular {
    font-weight: normal;
    font-size: 20px;
    line-height: 34px;
    border-bottom: 1px solid #ccd0db;
    padding: 0;
}

.yellow-border {
    border-bottom: 2px solid #FFC633;
    padding: 5px 0;
}

.greyLabel {
    font-weight: normal;
    color: #979797;
    text-transform: uppercase;
}

.pl-60 {
    padding-left: 60px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pl-30 {
    padding-left: 30px;
}

.pr-30 {
    padding-right: 30px;
}

.display-none {
    display: none !important;
}

.d-flex {
    display: flex !important;
}

.d-grid{
    display: grid;
}
.ml-0{
    margin-left: 0 !important;
}
.grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-justify-items-center{
    justify-items: center;
}
.gap-\[25px\]{
    gap:25px;
}
.p-0 {
    padding: 0 !important;
}

.flex-column {
    flex-direction: column !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.gap-1 {
    gap: 1em;
}

.gap-2 {
    gap: 2em;
}
.gap-3 {
    gap: 3em;
}
.gap-4 {
    gap: 4em;
}
.gap-5 {
    gap: 5em;
}
.gap-6 {
    gap: 6em;
}

.border-bottom-yellow {
    border: 2px solid transparent;
    border-bottom-color: #FFC633;
}
.text-white{
    color: #fff;
}
.testter-test-content img{
    max-width: 100%;
}

/*Форматирование таблицы под мобильные устройства*/
@media screen and (max-width: 768px) {
    .text-right-xs-center {
        text-align: center !important;
    }

    .text-xs-center {
        text-align: center !important;
    }
	figure {
		width: 100% !important;
	}
    table.ts-table {
        width: 100%;
    }

    .ts-table thead {
        display: none;
    }

    .ts-table tr:nth-of-type(2n) {
        background-color: inherit;
    }

    .ts-table tr td:first-child {
        font-size: 1.3em;
    }

    .ts-table tr td:nth-child(2) {
        font-weight: bold;
    }

    .ts-table tbody td {
        display: block;
        text-align: center;
    }

    .ts-table tbody td:before {
        content: attr(data-th);
        display: block;
        text-align: center;
    }
    .xs-gap-1 {
        gap: 1em;
    }
    .xs-w70 {
        width: 70%;
    }

    .xs-fs9 {
        font-size: 9px;
    }

    .xs-img-center {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .xs-text-center {
        text-align: center !important;
    }

    .xs-fs15 {
        font-size: 15px;
    }

    .xs-fs14 {
        font-size: 14px !important;
    }

    .xs-fs12 {
        font-size: 12px !important;
    }

    .xs-fs18 {
        font-size: 18px;
    }

    .xs-fs16 {
        font-size: 16px !important;
    }

    .xs-fs24 {
        font-size: 24px !important;
    }

    .xs-pl-15 {
        padding-left: 15px;
    }

    .xs-pr-20 {
        padding-right: 20px;
    }

    .xs-topots30 {
        margin-top: 30px;
    }

    .topots100 {
        margin-top: 100px;
    }

    .pc-text-right {
        text-align: left;
    }

    .mobile-topots15 {
        margin-top: 15px;
    }

    .tal {
        text-align: left;
    }

    .xs-flex-column {
        flex-direction: column !important;
    }
}

@media screen and (max-width: 992px) {
    .push {
        height: 120px;
    }

    .footer {
        height: auto;
    }

    .pc-text-right {
        text-align: left;
    }

    .sm-flex-column {
        flex-direction: column !important;
    }
    .sm-fs15 {
        font-size: 15px;
    }

    .sm-fs14 {
        font-size: 14px;
    }
    .sm-fs24 {
        font-size: 24px;
    }
    .sm-fs12 {
        font-size: 12px;
    }
    .sm-fs10{
        font-size: 10px;
    }
    .mobile-topots15 {
        margin-top: 15px;
    }
}

table thead tr:first-child {
    /*color:#000;
    background-color:#eee;*/
}