@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');

body { font-family: 'Open Sans', sans-serif; font-size: 16px;}
#navbarSupportedContent { font-weight: 700; }
#navbarSupportedContent .nav-link:hover, #navbarSupportedContent .dropdown-item:hover { color: #193e85}

a {
    color: #193e85;
}

a:hover, a:active, a:focus {
    color: #032e73;
}

a.darkgray {
    color: #a9a9a9;
}

a.darkgray:hover, a.darkgray:active, a.darkgray:focus {
    color: #ffffff;
}

.main-footer a {
    color: #444;
}

.main-footer a:hover, .main-footer a:active, .main-footer a:focus {
    color: #000;
}

.btn-danger {
    background-color: #eb2a23;
    border-color: #ab2a25;
}

.btn-danger:hover, .btn-danger:active, .btn-danger.hover {
    background-color: #da0d05;
}

.btn-success {
    background-color: #009a10;
    border-color: #01880f;
}

.btn-success:hover, .btn-success:active, .btn-success.hover {
    background-color: #01880f;
}

.btn-primary {
    background-color: #193e85;
    border-color: #032e73;
}

.btn-primary:hover, .btn-primary:active, .btn-primary.hover {
    background-color: #032e73;
}

.box.box-primary {
    border-top-color: #193e85;
}

.nav-tabs-custom > .nav-tabs > li.active {
    border-top-color: #193e85;
}

.text-danger {
    color: #eb2a23;
}

.text-success {
    color: #009a10;
}

.text-primary {
    color: #193e85;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #193e85;
    border-color: #032e73;
}

hr {
    border-top: 1px solid #dddddd;
}

a.disabled {
    color: #666666;
}

.container-wide {
    width: 100% !important;
}

.modal {
    backdrop-filter: blur(10px);
}

.bg-primary {
    background-color: #193e85 !important;
    color: #fff !important;
}

.bg-img-center {
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.box-body {
    padding: 20px;
}

.btn {
    margin-bottom: 3px;
}

.navbar > .container {
    width: 100%;
}

.navbar-nav > .user-menu .user-image {
    border-radius: 0;
    height: 32px;
    margin-top: -8px;
    width: auto;
}

.skin-black .main-header .navbar-brand {
    border: none;
    padding: 4px 30px;
}

.skin-black .main-header .navbar .navbar-nav > li > a {
    border: none;
}

.navbar-brand > img {
    display: inline;
}

.navbar-brand > img.header-logo, .navbar-brand > img.header-logo-mobile {
    max-height: none;
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 60vh;
}

.skin-black .wrapper {
    background-color: #ecf0f5;
}

.layout-top-nav .main-header .navbar {
    border-bottom: 1px solid #eee;
}

.layout-top-nav .content-wrapper {
    padding-top: 51px;
}

.grid-view .summary {
    display: none !important;
}

.modal-header {
    border-top: 3px solid #193e85;
}

.bg-parallax {
    background-attachment: fixed;
    background-color: transparent;
    background-position: center center;
    background-size: cover;
    min-height: 100%;
    padding: 60px 0px 5px 0px;
}

.dropdown-menu > li > a {
    padding: 5px 20px;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    background-color: inherit;
    border-color: #ddd;
    font-weight: 600;
}

.table > thead {
    border-bottom: 3px solid #193e85;
}

.table tr td .progress {
    margin-top: 0px !important;
}

.inverse {
    color: #FFFFFF !important;
}

.icheckbox_square-grey, .iradio_square-grey {
    margin: 0 10px 0 0;
}

.img-center-responsive {
    display: inherit;
    height: auto;
    margin: auto;
    max-width: 100%;
}

.img-responsive {
    display: inherit;
    height: auto;
    max-width: 100%;
}

.form-control[disabled], fieldset[disabled] .form-control {
    cursor: default;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    margin-top: 0px;
}

.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single {
    font-size: 13px !important;
    padding: 3px 12px;
}

.select2-container--bootstrap .select2-selection {
    border-radius: 0 !important;
    font-size: 13px !important;
    padding: 8px 24px 6px 12px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0 10px;
}

.select2-search__field::placeholder {
    color: #999;
    font-size: 13px;
}

.ui-sortable-handle:hover {
    cursor: grab;
}

.btn-aside-toggle {
    display: none;
}

.btn-aside-toggle-mobile {
    display: none;
}

.btn-scrolltop {
    background-color: #fff;
    bottom: 70px;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: none;
    font-size: 1.3em;
    padding: 5px 12px;
    position: fixed;
    right: 15px;
    z-index: 1020;
}

#preloader {
    -webkit-transition: all .8s ease;
    height: 100%;
    left: 0;
    opacity: 1;
    position: fixed;
    top: 0;
    transition: all .8s ease;
    visibility: visible;
    width: 100%;
    z-index: 9999999999;
}

#preloader.loaded {
    visibility: hidden;
}

.preloader-content {
    -webkit-transform: translate(-50%, -50%);
    -webkit-transition: all .4s ease;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .4s ease;
}

.preloader-window {
    -webkit-transition: all 1s ease;
    background-color: #ffffff;
    height: 100%;
    position: absolute;
    top: 0;
    transition: all 1s ease;
    width: 100%;
}

.loaded .preloader-content,
.loaded .preloader-window {
    opacity: 0;
    visibility: hidden;
}

.scrollable {
    max-height: 30vh;
    overflow-y: auto;
}

.list-group-item {
    font-size: 13px;
}

.list-group-item > a {
    color: #000000;
    display: block;
}

.list-group-item ul {
    margin-top: 10px;
}

.list-group-item ul a {
    color: #000000;
    display: block;
    font-size: 13px;
}

.list-group-item ul li:not(:first-child) {
    border-top: 1px solid #ddd;
}

.list-group .menu-open > a > .fa-angle-left,
.list-group .menu-open > a > .pull-right-container > .fa-angle-left {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.list-group > li > a > .fa-angle-left,
.list-group > li > a > .pull-right-container > .fa-angle-left {
    -webkit-transition: transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    height: auto;
    margin-right: 10px;
    padding: 0;
    width: auto;
}

.timeline > li > .fa, .timeline > li > .glyphicon, .timeline > li > .ion {
    font-size: 25px;
    font-weight: 600;
    left: 8px;
    line-height: 46px;
    height: 50px;
    width: 50px;
}

.timeline > li > .timeline-item {
    margin-left: 75px;
}

.timeline > li > .timeline-item > .timeline-header {
    color: #193e85;
    font-size: 22px;
    font-weight: 600;
}

.timeline {
    margin: 0 0 50px 0;
}

.fa-site-font {
    font-family: 'Source Sans Pro', sans-serif;
}

.carousel-inner {
    background-color: #ffffff;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    margin: auto;
}

.nav-tabs-custom > .nav-tabs > li.active {
    border-top-color: #193e85;
}

.progress {
    background-color: #fff;
}

.progress-bar {
    background-color: #193e85;
}

.profile-user-image img {
    width: 100%;
}

.profile-update-btn {
    margin-top: 15px;
}

.profile-update-btn a {
    width: 100%;
}

.profile-fullname {
    font-size: 20px;
    margin-bottom: 20px;
}

.profile-params th, .profile-params td {
    border-top: 1px solid #ddd !important;
}

.box-footer {
    border-top: 1px solid #ddd;
}

.box-footer .description-block {
    border-right: 1px solid #ddd;
}

.lgx-counter-area {
    background: rgba(255, 255, 255, 0.2);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    border: 10px solid;
    height: 220px;
    max-width: 220px;
    margin: 0 auto;
    padding: 20px;
}

.lgx-counter-area .lgx-counter {
    font-size: 5.5rem;
    font-weight: 600;
    display: block;
    max-height: 55px;
    line-height: 60px;
}

.lgx-counter-area small {
    font-weight: 400;
    font-size: 16px;
    font-size: 1.5rem;
    line-height: 16px;
}

.lgx-counter-area i {
    font-size: 65px;
    margin-top: 15px;
}

.login-buttons {
    font-size: 13px;
}

.iti {
    width: 100%;
}

.iti__country-list {
    z-index: 999 !important;
}

/* contact */
.block-contact__item {
    display: flex;
    justify-content: space-between;
    font-size: 17px;
    line-height: 24px;
    vertical-align: top;
    border-top: 1px solid #dddfe0;
}

.block-contact__item:last-child {
    border-bottom: 1px solid #dddfe0;
}

.block-contact__link {
    color: #1771e6 !important;
}

.block-contact__link a {
    color: #1771e6 !important;
}

.block-contact__item-column {
    padding: 21px 0;
}

.block-contact h3 {
    margin-bottom: 30px;
    font-size: 32px;
}

.block-contact a {
    color: #333;
}

.block-contact p {
    color: #9299a2;
}

.block-contact__item-name {
    font-size: 22px;
    max-width: 200px;
    line-height: 35px;
}

.block-contact__item-column.block-contact__info a {
    font-size: 22px;
    line-height: 35px;
}

.block-contact__info {
    display: flex;
    flex-direction: column;
    text-align: right;
}

.block-contact__social .fa {
    font-size: 30px;
}

.block-contact__social a {
    margin: 0 10px;
}

.block-contact__list {
    margin: 30px 0 50px 0;
}

/* Payment */

.yoomoney-payment-form {
    margin: inherit !important;
}

@media (max-width: 480px) {
    body.aside-column-active {
        overflow: hidden;
    }

    .breadcrumb {
        display: none;
    }

    .breadcrumb > li {
        display: list-item;
    }

    .content-header > h1 {
        font-size: 20px;
        text-align: center;
    }

    .table > thead > tr > th {
        border-bottom: 2px solid #ddd;
    }

    .skin-black .main-header .navbar .navbar-custom-menu .navbar-nav > li > a, .skin-black .main-header .navbar .navbar-right > li > a {
        border: none;
    }

    .skin-black .main-header .navbar .navbar-nav > li > a {
        border-right: none;
    }

    .navbar-nav > .user-menu .user-image {
        display: none;
    }

    .navbar-toggle {
        padding: 15px 20px;
    }

    .navbar-collapse {
        float: left !important;
        width: 100%;
    }

    .kv-table-wrap tr > td:first-child, .kv-table-wrap tr > td {
        font-size: 1em;
    }

    .kv-table-wrap tr > td:first-child {
        border-top: none;
        margin-top: 3px;
    }

    .aside-column.active {
        right: 0vw;
    }

    .aside-column {
        background-color: #fff;
        height: 100vh;
        overflow-y: auto;
        padding: 0;
        position: fixed;
        right: 100vw;
        top: 0;
        transition: 0.5s;
        width: 100vw;
        z-index: 1040;
    }

    .aside-column > .box {
        box-shadow: none;
        margin-bottom: 0px;
        padding-top: 40px;
    }

    .btn-aside-toggle {
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 4px;
        display: block;
        font-size: 1.3em;
        padding: 5px 12px 5px 22px;
        position: fixed;
        left: -10px;
        top: 60px;
        z-index: 1020;
    }

    .btn-aside-toggle-mobile {
        color: black;
        display: block;
        float: right;
        font-size: 1.3em;
        padding: 10px 14px;
        position: relative;
        z-index: 1040;
    }

    .btn-scrolltop {
        bottom: 65px;
    }

    .bg-img-center {
        margin: 0 auto;
    }

    .info-list {
        text-align: center;
    }

    .info-list h4 {
        margin-top: 10px !important;
    }

    .scrollable {
        max-height: 56vh;
    }

    ._orinationRight_25.wrap_mW {
        bottom: 35px;
        left: 12px;
        right: unset !important;
    }

    .profile-fullname {
        text-align: center;
    }

    .box-footer .col-md-4.col-xs-6:nth-of-type(even) .description-block {
        border-right: none;
    }
}

@media (max-width: 767px) {
    .navbar-nav > .user-menu .user-image {
        display: none;
    }

    .navbar-collapse {
        float: left !important;
        width: 100%;
    }
}

/*margin-bottom 15px*/
.mb-15 {
    margin-bottom: 15px;
}

/*Изменение цвета активных табов Bootstrap*/
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background: #193e85;
    color: #fff;
}

/*landing*/
.main-block--landing {
    background: #ffffff;
    display: block;
    padding: 348px 0 107px 0;

    position: relative;
}

/*.main-block--bg_kpus {*/
/*    background: linear-gradient(to right, #f3f3f3 0%, #f3f3f3 50%, #fafbfd 50%, #fafbfd 100%);*/
/*    border-bottom: 5px solid #193F85;*/
/*    background: #fbfcfe url(/img/kpus/main-photo.jpg);*/
/*    background-size: contain;*/
/*    background-repeat: no-repeat;*/
/*    display: block;*/
/*}*/

.main-block--bg_kpus-bg_img {
    /* background-image: url(/img/kpus/main-photo.jpg); */
    background-position: left top;
    background-repeat: no-repeat;

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.main-block--landing_heading {
    /*font-family: Inter;*/
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;

    text-transform: uppercase;
    color: #000;

    margin-top: 50px;

    z-index: 1;
    display: block;
    position: relative;
}

.main-block--landing_description {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    margin-top: 30px;
    color: #000;
    z-index: 1;
    display: block;
    position: relative;
}

.block-situation {
    display: flex;
    padding: 60px 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #F1F1F1;

}

.block-situation_title {
    font-style: normal;
    font-weight: 800;
    font-size: 35px;
    line-height: 42px;
    text-align: center;
    color: #EE2E24;
    margin-bottom: 50px;
}

.block-situation_subtitle {
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    color: #EE2E24;
}

.block-situation_items {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.block-situation_item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 30px 20px 30px;
}

.block-situation_item-img {
    width: 160px;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 7px;
}
.block-situation_item-img-cherevko {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 7px;
}

.block-situation_item-img img,
.block-situation_item-img-cherevko img
{
    width: 100%;
    height: 100%;
}

.block-situation_item-title {
    margin-bottom: 23px;
    font-style: normal;
    font-weight: 800;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    color: #193F85;
}
.block-situation_item-title-cherevko {
    margin-bottom: 23px;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    color: #193F85;
}

.block-situation_item-subtitle {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #87898F;
}

.block-format {
    /*border-top: 5px solid #193F85;*/
    background: #ffffff;
    padding: 80px 60px 0 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.block-format_heading {
    font-style: normal;
    font-weight: 800;
    font-size: 35px;
    line-height: 42px;
    text-align: center;
    margin-bottom: 28px;
    color: #193F85;
}

.block-format_list {
    font-style: normal;
    font-size: 25px;
    line-height: 30px;
    color: #343434;
    margin-bottom: 30px;
    max-width: 850px;
    /*padding-left: 20px;*/
}

.block-format_cost {
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 30px;
    color: #193F85;
    margin-bottom: 30px;
}

.block-format_cost span {
    color: red;
}

/*.block-format_list-item:before {*/
/*    content: '●';*/
/*    font-weight: bold;*/
/*    font-style: normal;*/
/*    font-size: 25px;*/
/*    line-height: 30px;*/
/*    position: absolute;*/
/*    margin-left: -20px;*/
/*}*/

.block-format_btn {
    padding: 22px 64px;
    background: #EE2E24;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 100px;
    color: #ffffff;
    font-style: normal;
    font-weight: 800;
    font-size: 35px;
    line-height: 42px;
    text-align: center;
    max-width: 924px;
    margin-bottom: 78px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.block-format_btn:hover {
    color: #ffffff;
    font-style: normal;
    text-decoration: none;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.25);
    background: #e20c01;
}

.block-format_features-heading {
    font-style: normal;
    font-weight: 800;
    font-size: 35px;
    line-height: 42px;
    text-align: center;
    margin-bottom: 60px;
    color: red;
}

.block-format_features {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 69px;
}

.block-format_features_item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 30px 0 30px;
}

.block-format_features_item-img {
    width: 160px;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 19px;
}

.block-format_features_item-img img {
    width: 100%;
    height: 100%;
}

.block-format_features_item-text {
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    color: #292a2c;
}

.block-text-grey {
    /*padding: 5.903vw 17.222vw;*/
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 30px;
    color: #2b2c2d;
}

.block-text-grey p {
    margin-bottom: 40px;
}

.list-heading {
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 130.69%;
}

.mb-50 {
    margin-bottom: 50px;
}

.block-last {
    background: #ffffff;
    /*padding: 77px 0 26px 0;*/
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.block-last_heading {
    font-style: normal;
    font-weight: 800;
    font-size: 35px;
    line-height: 42px;
    text-align: center;
    color: #EE2E24;
    max-width: 950px;
}

.block-last_subheading {
    font-style: normal;
    font-weight: 800;
    font-size: 35px;
    line-height: 42px;
    text-align: center;
    color: #193F85;
    max-width: 950px;
    margin-bottom: 29px;
}

.block-format_btn.btn-darkblue {
    background: #193F85;
    max-width: 492px;
    margin-bottom: 29px;
}

.block-format_btn.btn-darkblue:hover {
    background: #2251a7;
}

.block-last_bonus {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 48px;
}

.block-last_bonus img {
    width: auto;
    max-width: 95%;
}

.block-last_footer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.block-last_footer-item {
    margin: 0 85px;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #193F85;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.block-last_footer-item a {
    text-decoration: none;
}

.block-last_footer-item a:hover {
    text-decoration: underline;
    color: #2251a7;
}

@media screen and (max-width: 1440px) {
    .main-block--bg_kpus-bg_img {
        background-size: cover;
    }
}

@media screen and (max-width: 1024px) {
    .main-block--bg_kpus-bg_img {
        background-size: cover;
    }

    .main-block--landing_heading {
        font-size: 28px;
    }
}

@media screen and (max-width: 768px) {

    .top_blue_panel {
        display: none;
    }

    .main-block--bg_kpus-bg_img {
        background-position: 33% top;
    }

    .main-block--landing {
        padding: 336px 0 57px 0;
    }

    .main-block--landing_heading {
        font-size: 18px;
        line-height: 130%;
    }

    .main-block--landing_description {
        font-size: 15px;
        line-height: 18px;
    }

    .block-situation {
        padding: 48px 24px;
        border-top: none;
    }

    .block-situation_title {
        font-style: normal;
        font-weight: bold;
        font-size: 22px;
        line-height: 27px;
        text-align: center;
        color: #EE2E24;
        margin-bottom: 28px;
    }

    .block-situation_subtitle {
        font-style: normal;
        font-weight: bold;
        font-size: 17px;
        line-height: 21px;
        text-align: center;
        color: #EE2E24;
    }

    .block-situation_items {
        flex-direction: column;
        padding: 0;
    }

    .block-situation_item {
        margin: 0 0 24px 0;
    }

    .block-situation_title {
        margin-bottom: 25px;
    }

    .block-situation_item-img {
        width: 96px;
        height: 96px;
        margin-bottom: 8px;
    }

    .block-situation_item-img-cherevko {
        width: 70px;
        height: 70px;
        display: flex;
        margin-bottom: 7px;
    }


    .block-situation_item-title {
        font-style: normal;
        font-weight: bold;
        font-size: 17px;
        line-height: 21px;
        text-align: center;
        color: #193F85;
        margin-bottom: 6px;
    }

    .block-situation_item-subtitle {
        font-style: normal;
        font-weight: 300;
        font-size: 15px;
        line-height: 130%;
        text-align: center;
        color: #87898F;
        margin-bottom: 0;
    }

    .block-format {
        border-top: none;
        padding: 48px 24px 0 24px;
    }

    .block-format_heading {
        font-size: 22px;
        line-height: 27px;
        margin-bottom: 20px;
    }

    .block-format_list {
        list-style: none;
        font-size: 17px;
        line-height: 21px;
        margin-bottom: 32px;
        max-width: 100%;
        /*padding-left: 20px;*/
    }

    /*.block-format_list-item:before {*/
    /*    content: '●';*/
    /*    font-weight: bold;*/
    /*    font-style: normal;*/
    /*    font-size: 17px;*/
    /*    line-height: 21px;*/
    /*    margin-left: -16px;*/
    /*}*/
    .block-format_btn {
        padding: 11px 50px;
        font-size: 17px;
        line-height: 21px;
        max-width: 100%;
        margin-bottom: 55px;
    }

    .block-format_features-heading {
        font-size: 22px;
        line-height: 27px;
        margin-bottom: 27px;
    }

    .block-format_features {
        flex-direction: column;
        margin-bottom: 23px;
    }

    .block-format_features_item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin: 0 0 25px 0;
    }

    .block-format_features_item-img {
        width: 96px;
        height: 96px;
        margin-bottom: 8px;
    }

    .block-format_features_item-text {
        font-weight: 300;
        font-size: 17px;
        line-height: 130%;
    }

    .block-text-grey {
        padding: 28px 24px;
        font-style: normal;
        font-weight: 300;
        font-size: 17px;
        line-height: 130%;
        color: #193F85;
    }

    .block-text-grey p {
        margin-bottom: 30px;
    }

    .block-last {
        padding: 50px 24px 26px 24px;
    }

    .block-last_heading {
        font-style: normal;
        font-weight: bold;
        font-size: 22px;
        line-height: 27px;
        text-align: center;
        color: #EE2E24;
        max-width: 100%;
    }

    .block-last_subheading {
        font-style: normal;
        font-weight: bold;
        font-size: 22px;
        line-height: 27px;
        text-align: center;
        color: #193F85;
        max-width: 100%;
        margin-bottom: 26px;
    }

    .block-format_btn.btn-darkblue {
        max-width: 232px;
        margin-bottom: 45px;
        padding: 13px 33px;
    }

    .block-last_bonus {
        width: calc(100% + 48px);
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin-bottom: 24px;
    }

    .block-last_bonus img {
        width: auto;
        max-width: 98%;
    }

    .block-last_footer {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .block-last_footer-item {
        margin: 3px 0;
    }

    .block-last_footer-item.item-left {
        order: 2;
    }

    .block-last_footer-item.item-right {
        order: 3;
    }

    .block-last_footer-item.item-center {
        order: 1;
        margin-bottom: 28px;
    }
}

.questions-title {
    font-size: 33px;
    font-weight: bold;
    color: red;
}

.questions-item {
    font-size: 25px;
}

.btn-learn {
    display: inline-block;
    background-color: red;
    color: white;
    font-size: 24px;
    border-radius: 20px;
    padding: 5px 35px;

}

.btn-learn:hover {
    background-color: #b20a0a;
    color: white;
}

.btn-program {
    display: inline-block;
    background-color: #193F85;
    color: white;
    font-size: 24px;
    border-radius: 20px;
    padding: 5px 35px;
    width: 358px;
}

.btn-program:hover {
    background-color: #122b57;
    color: white;
}
.more-about {
    font-style: normal;
    font-size: 30px;
    line-height: 130.69%;
    color: #000000;
}
.more-about div {
    margin-bottom: 15px;
}
.mx-2 {
    margin-bottom: 10px;
    margin-top: 10px;
}

.mt-5 {
    margin-top: 25px;
}

.mb-3 {
    margin-bottom: 15px;
}
.heading-wrapper h3 {
  margin: 10px;
}

.prepods {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 130.69%;
    text-align: center;
    color: #000000;
}

@media screen and (min-width: 769px) {

    .banner-row-osnovy {
        height: 570px;
        border-bottom: 5px solid #193F85;
        background: #fbfcfe url(/img/kpus/main-photo.jpg);
        background-size: contain;
        background-repeat: no-repeat;
        display: block;

    }
    .banner-row-cherevko {
        height: 570px;
        border-bottom: 5px solid #193F85;
        background: #fbfcfe url(/img/kpus/banner-cherevko.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        display: block;
    }
    .banner-row-massaj {
        height: 570px;
        border-bottom: 5px solid #193F85;
        background: #fbfcfe url(/img/kpus/banner-massaj.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        display: block;
    }

    .logo-course {
        max-width: 900px;
        margin-bottom: 30px;
    }

    .buttons-row .btn-learn {
        margin-left: 35px;
    }

    .banner-row .btn-learn {
        margin-left: 15px;
        margin-top: 35px;
    }

    .buttons-row {
        margin: 40px 60px;
    }
    .big-heading {
        font-style: normal;
        font-weight: bold;
        font-size: 40px;
        line-height: 130.69%;
        text-align: center;
        color: #26377F;
    }

}

@media screen and (max-width: 768px) {

    .banner-row-osnovy {
        height: 570px;
        background: linear-gradient(to right, #f3f3f3 0%, #f3f3f3 50%, #fafbfd 50%, #fafbfd 100%);
        border-bottom: 5px solid #193F85;
        background-size: cover;
        background-repeat: no-repeat;
        display: block;
        background: #fbfcfe url(/img/kpus/banner-mobile1.jpg);
    }

    .banner-row-cherevko {
        height: 470px;
        background: #fbfcfe url(/img/kpus/banner-cherevko-mobile.jpg);
    }
    .banner-row-massaj {
        height: 470px;
        background: #fbfcfe url(/img/kpus/massaj-mobile.jpg);
    }

    .logo-course {
        max-width: 95%;
        margin-bottom: 30px;
    }

    .banner-wrapper {
        padding: 20px;
    }

    .main-block--landing_heading {
        font-size: 30px;
    }

    .main-block--landing_description {
        font-size: 18px;
        margin-bottom: 35px;
    }

    .buttons-row {
        margin-top: 20px;
    }
    .big-heading {
        font-style: normal;
        font-weight: bold;
        font-size: 30px;
        line-height: 130.69%;
        text-align: center;
        color: #26377F;
    }

}

.custom-four-icons {
    width: 50px;
}


.news_item { margin-bottom: 60px; border: 1px solid #ccc; background: #fff; padding: 20px; box-shadow: 0 0 5px #999; }
.news_item h3 { margin-bottom: 24px;}
.news_item img { box-shadow: 0 0 5px #999; }


@media (min-width: 768px) and (max-width: 1224px) {
    body{
      margin-top:51px;
     }
}

@media (min-width: 1225px) and (max-width: 1425px) {
    body{
      margin-top:50px;
     }
}

@media (max-width: 500px) {
    btn-proposal{
        font-size: 30px; 
        padding: 16px 12px;
     }
} 

@media (min-width: 500px) {
    .btn-proposal{
        font-size: 30px; 
        padding: 16px 12px;
     }
} 

@media (min-width: 646px) {
    .slider_ok_text{
        font-size: 20px; 
        margin-bottom: 10px;
     }
} 

.navbar-nav .user-menu ul {
    right: 0;
    left: auto;
}

/* FORMS */
.form-group.has-error .help-block {color: #f00; font-size: 0.875rem; }
.form-group.has-error input, .form-group.has-error textarea { border-color: #f00;}
.form-group.has-error label {color: #dd4b39!important; }
.form-group.has-success label {color: #00a65a!important;}

/* FRONT */
#mainSlider{ line-height: 1.5; }
#mainSlider .carousel-caption { border-radius: 20px; }
#mainSlider .slider-img {position: relative; width:100%;height:60vh; max-height:768px;
            background-position: 50% 0%; background-size: cover; background-repeat: no-repeat;}
/* #mainSlider .slider-img::after {display: block; content:"";background: rgba(0,0,0,0.35); position:absolute;top:0;left:0;right:0;bottom:0;  }*/

#mainSlider .carousel-caption { color: #032e73;}


@media all and (max-width:600px){
    #mainSlider .carousel-caption { border-radius: 0; left: 0; right: 0; bottom: 0; }
}

.front_blocks_item { height: 200px; padding: 1rem; text-decoration: none; background: #fff;
                    display: flex; position: relative; 
                    justify-content: space-between;
                    align-items: center;
}
.front_blocks_item:hover {box-shadow: 0 5px 5px rgba(25,62,133,0.1)}
.front_blocks_item img { display: block; max-width: 100%; height: auto; }
.front_blocks_item_caption { }
.front_blocks_item_caption p { }
.front_blocks_item_caption p span { font-weight: 600; }

@media all and (max-width:480px){
    .front_blocks_item { flex-direction: column-reverse; text-align: center;}
}

.content-header>.breadcrumb { float: none!important; position: relative!important; }
.breadcrumb>li {display: inline!important; }

.whats-app-action {
    border-radius: 20px;
    z-index: 998;
    cursor: pointer;
    padding: 0;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    width: 56px;
    height: auto;
}

.course_item { background: #fff; min-height: 200px; text-decoration: none;}
.course_item small { color: #555;line-height: 1;}
.course_item:hover { background: rgba(25,62,133,0.1); }

.btn-purple { background-color: rgba(25,62,133,0.1); color:#032e73; }
.btn-purple:hover, .btn-check:checked+.btn-purple:hover, .btn-check:checked+.btn-purple.active,
.btn-purple.active, .btn-check:checked+.btn-purple { color: #fff!important; background-color: #032e73!important;}

.slide_btns .btn { min-width: 150px;}
