html {
    min-height: 100%;
    position: relative;
}

body {
    background: #EBEBEB;
    font-size: 17px;
    font-family: 'PT Sans', sans-serif;

}

a {
    color: #23527c;
}

a:hover {
    color: #337ab7;
}

.container {
    width: 100%;
    max-width: 1300px;
}

.breadcrumb {
    font-size: 80%;
    margin-bottom: 5px;
    margin-top: 5px;
}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #A62236;
}

.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #A62236;
}

.btn-default_white {
    padding: 12px 20px;
    font-size: 16px;
    background-color: white;
    border: 1px solid white;
    background-image: none;
    border-radius: 8px;
    transition: all 0.2s;
}

.btn-default_white:hover,
.btn-default_white:active {
    background-color: white;
    border: 1px solid white;
    box-shadow: 0 0 8px rgb(255 255 255 / 70%);
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    margin-left: 0;
}

.wide {
    padding-top: 30px;
    padding-bottom: 30px;
}

.landing .wide {
    padding-top: 10px;
    padding-bottom: 10px;
}

.landing > nav > div > #abiuslogo {
    padding: 0 15px;
}

.list-wide li {
    margin-bottom: 20px;
}

.mt-2 {
    margin-top: 2rem;
}

.mt-3 {
    margin-top: 3rem;
}

.mt-4 {
    margin-top: 4rem;
}

.mb-2 {
    margin-bottom: 2rem;
}

.mb-3 {
    margin-bottom: 3rem;
}

.mb-4 {
    margin-bottom: 4rem;
}

.mb-5 {
    margin-bottom: 5rem;
}

.mb-7 {
    margin-bottom: 7rem;
}

@media (max-width: 768px) {
    .h1, h1 {
        font-size: 25px;
    }

    .wide {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}


.white {
    background: #fff;
}

.grey {
    background: #F8F8F8;
}

.navbar-abius {
    background: #fff;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    margin-bottom: 0px;
}

.breadcrumb {
    background: transparent;
    padding: 0;
}

.breadcrumb a {
    color: #8f8f8f;
}

.nav-menu a {
    color: #565555;
}

.nav-menu li.active a {
    background: #f9f9f9;
    color: #A62236;
}

.nav-menu li:hover a {
    background: #A62236;
    color: #ffffff;
}

#abiuslogo {
    width: 50%;
    float: left;
    padding: 35px 15px;
}

#contacts {
    width: 50%;
    text-align: right;
    float: right;
    padding: 15px;
    padding-bottom: 5px;
    color: #A62236;
}

.abiusname {
    color: #A62236;
    font-size: 17px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
}

#callme_modal .form, #obuchenie_modal .form {
    padding: 15px;
}

#callme_modal .form .row, #obuchenie_modal .form .row {
    margin-right: 0;
}

#callme_modal .form span {
    position: absolute;
    bottom: 30px;
    font-size: 80%;
}

#callme_modal .form .buttons {
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    #abiuslogo {
        width: 75%;
    }

    .navbar-abius {
        font-size: 17px;
    }

    .abiusname {
        font-size: 10px;
        letter-spacing: 1px;
        line-height: 12px;
    }

    #contacts {
        width: 75%;
        float: left;
        font-size: 12px;
        text-align: left;
        line-height: 14px;
    }
}

@media (max-width: 992px) {
    .navbar-abius {
        font-size: 15px;
    }

    .nav > li > a {
        padding: 10px 1px;
    }
}


.navbar-brand {
    height: auto;
}

.course-type {
    color: #9f9f9f;
    font-size: 20px;
    line-height: 150%;
    text-transform: uppercase;
    letter-spacing: 3px;
    display: block;
}

.capit {
    color: #9f9f9f;
    font-size: 60%;
    line-height: 150%;
    text-transform: uppercase;
    letter-spacing: 3px;
    display: block;
}

h4 .capit {
    color: #818181;
    font-size: 70%;
    line-height: 200%;
    letter-spacing: 2px;
}

@media (max-width: 768px) {
    .course-type {
        font-size: 15px;
    }
}

ul.paragraph {
    list-style: none;
    margin-left: 0;
    padding-left: 0.7em;
    text-indent: -0.7em;
}

ul.paragraph li:before {
    content: "§";
    display: block;
    float: left;
    width: 0.7em;
    color: #999;
}

ul.list-works .fa {
    color: #757575;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    background-color: #818181;
}

.nav-pills > li > a {
    border-radius: 0;
    color: #23527c;
}

.nav > li > a:focus, .nav > li > a:hover {
    background: #A62236;
    color: #ffffff;
}

.nav-scroll{
    overflow: auto;
    height: 560px;
}

@media (max-width: 768px) {
    .nav-scroll{
        overflow: hidden;
        height: 450px;
    }
}

div.text {
    line-height: 1.7;
}

div.text p {
    max-width: 700px;
}

ul li .note {
    font-size: 10pt;
    line-height: 12pt;
    color: #444;
    text-decoration: none;
    display: inline-block;
    vertical-align: bottom;
    margin-top: -5px;
}

ul li.active .note {
    color: #ddd;
}


ul li .badge {
    color: #fff;
}

.nodecont {
    padding-left: 20px;
    padding-right: 20px;
}

.form {
    background: #f9f9f9;
    padding: 30px;
    padding-top: 5px;
}

.form h1, .form h2, .form h3, .form h4 {
    color: #000;
}

input.error {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

label.error, .errorMessage, .errorSummary {
    color: #a94442;
}

.errorSummary {
    background-color: #f2dede;
    padding: 20px;
}

.roww .checkbox input[type=checkbox], .roww .checkbox-inline input[type=checkbox], .roww .radio input[type=radio], .roww .radio-inline input[type=radio] {
    margin-left: 0;
}

div.category_children {
    background: #fefcec;
}

div.category_tree div.category_children {
    display: none;
    padding-top: 5px;
    padding-bottom: 10px;
    padding-left: 30px;
}

div.category_tree {
    background: #fefcec;
    padding: 15px;
}

div.category_tree div.category_tree {
    padding: 0;
}

div.category_tree + div.category_tree {
    padding-top: 5px;
}


div.category_children ul li {
    padding-left: 10px;
    padding-right: 10px;
    list-style: none;
}

div.category_children ul li:hover {
    background: #fefadb;
}

div.category_children ul li {
    border-left: 3px solid #d6d6d6;
    /*
        border-top: 1px solid #d6d6d6;
        border-bottom: 1px solid #d6d6d6;
    */
}

div.category_children ul li + li {
    border-top: 0;
}

div.category_children ul li .note {
    font-size: 10pt;
    color: #444;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    line-height: 15pt;
}

div.category_children ul li a {
    display: inline-block;
}

div.category_children ul li i.icon {
    color: #333;
    text-decoration: none;
    margin-right: 5px;
}



.goldendiv:hover {
    background: #FBF9EA;
    background: #eacda3;
    background: -webkit-linear-gradient(to bottom, #f0eab6, #f0e1c9);
    background: linear-gradient(to bottom, #f0eab6, #f0e1c9);
}

.goldendiv:hover a {
    color: #A62236;
}

.form .row {
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 15px;
}

.form .row label {
    display: block;
}


.nocontainer .nodecont {
    padding: 0;
}

.nocontainer .form {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 40px;
}

.nocontainer div.text p {
    max-width: none;
}

.nocontainer .form fieldset legend {
    padding-top: 20px;
    font-size: 160%;
}

.text-carrot {
    color: #c64431;
}

.text-yellow {
    color: #f5d551;
}

tr.done {
    color: #3c763d;
}


.carousel-indicators {
    bottom: -35px;
}


.col-xs-2p4, .col-sm-2p4, .col-md-2p4, .col-lg-2p4 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-2p4 {
    float: left;
}

.col-xs-2p4 {
    width: 20%;
}

.col-xs-pull-2p4 {
    right: 20%;
}

.col-xs-push-2p4 {
    left: 20%;
}

.col-xs-offset-2p4 {
    margin-left: 20%;
}

@media (min-width: 768px) {
    .col-sm-2p4 {
        float: left;
    }

    .col-sm-2p4 {
        width: 20%;
    }

    .col-sm-push-2p4 {
        left: 20%;
    }

    .col-sm-offset-2p4 {
        margin-left: 20%;
    }
}

@media (min-width: 992px) {
    .col-md-2p4 {
        float: left;
    }

    .col-md-2p4 {
        width: 20%;
    }

    .col-md-pull-2p4 {
        right: 20%;
    }

    .col-md-push-2p4 {
        left: 20%;
    }

    .col-md-offset-2p4 {
        margin-left: 20%;
    }
}

@media (min-width: 1200px) {
    .col-lg-2p4 {
        float: left;
    }

    .col-lg-2p4 {
        width: 20%;
    }

    .col-lg-pull-2p4 {
        right: 20%;
    }

    .col-lg-push-2p4 {
        left: 20%;
    }

    .col-lg-offset-2p4 {
        margin-left: 20%;
    }
}

.dashed {
    border-bottom: 1px dashed #23527c;
    color: #23527c;
    cursor: pointer;
}


.co-worker {

}

.co-worker .img {

}

.co-worker .bg {
    width: 440px;
}

.co-worker .bg .text-center {
    height: 32px;
}

.co-worker .bg .text-center span {
    vertical-align: sub;
}

.co-worker .bg .block {

}

.co-worker .bg .block h3 {
    padding: 0;
    margin: 0;
    font-size: 18px;

}

.newmodalform .modal-content {
    padding: 30px;
    border-radius: 25px;
    border: 0;
    background: #fff url(//www.akbiz.ru/abius/newformbg.jpg) no-repeat right top;

}

.newmodalform .modal-content h1, .newmodalform .modal-content h2, .newmodalform .modal-content h3, .newmodalform .modal-content h4 {
    color: #000;
}

.newmodalform .modal-content h1 {
    color: #000;
    font-weight: bold;
}

.newmodalform .tick {
    padding-left: 30px;
    background: transparent url(//www.akbiz.ru/abius/tick.png) no-repeat left top;
}

.newmodalform .modal-content legend {
    text-transform: uppercase;
    color: #222;
    font-size: 17px;
    border: 0px;
    letter-spacing: 1px;
}

.newmodalform .modal-content .form-control {
    border-radius: 25px;
    font-size: 16px;
}

.newmodalform .modal-content .btn {
    border-radius: 25px;
    font-size: 16px;
    border: 0;
    padding-left: 30px;
    padding-right: 30px;
}

.newmodalform .modal-content .btn-primary {
    background: linear-gradient(90deg, #2885be 0%, #243264 100%);
}

.newmodalform .row {
    padding: 0;
    margin: 0;
}

#promo_kadr_otpusk_modal .field_contacts1 {
    width: 70%;
    float: left;
    padding: 10px;
}

#promo_kadr_otpusk_modal .buttons {
    width: 30%;
    float: left;
    padding: 10px;
    text-align: center;
}

#promo_kadr_otpusk_modal label[for=DForm_contacts1] {
    display: none;
}

#DForm_text_message {
    display: none;
    height: 10px;
    margin-top: -10px;
    border: 0;
    font-size: 0;
    opacity: 0;
}

.interesting-content span {
    display: block;
    margin-top: 5px;
}

.blood span {
    color: #A62236;
}

.blood-sub-head {
    margin: 20px 0 0 25px;
}

/*
    Package offers styles
*/

.package-wrapper {
    max-width: 1015px;
    margin: 0 auto 30px;
    background-color: #F8F8F8;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.package-wrapper ul {
    padding: 20px 105px 40px;
    margin: 0;
    list-style: none;
}

.package-wrapper li {
    padding: 20px 80px;
    border-bottom: 1px solid #48494C;
    display: flex;
    align-items: center;
}

.package-item-name {
    font-size: 18px;
    flex: 1 1
}

.package-item-price .package-price {
    font-size: 18px;
    text-decoration: line-through;
    color: #828282;
}

.package-item-price .package-sale-price {
    font-size: 21px;
    color: #A62236;
}

.package-item-price {
    width: 150px;
    text-align: right;
}

.package-form-wrapper {
    background: #48494C;
    border-radius: 10px;
    padding: 25px 105px 25px;
    display: flex;
    align-items: center;
}

.package-form-text {
    flex: 1 1;
    color: #fff;
    font-size: 18px;
    padding: 0 80px 0 0;
}

.package-form {
    width: 220px;
}

.package-wrapper label {
    display: none;
}

.package-wrapper .errorMessage {
    text-align: center;
}

.package-wrapper legend {
    display: none;
}

.package-form input {
    font-size: 18px;
    text-align: center;
    padding: 20px 0;
}

.package-form .btn {
    font-size: 18px;
    width: 100%;
    padding: 8px 0;
    margin-top: 15px;
}

.package-label {
    position: absolute;
    top: 40px;
    left: -100px;
    font-size: 18px;
    font-weight: 700;
    background-color: #27AE60;
    display: inline-block;
    color: #fff;
    text-align: center;
    padding: 6px 100px;
    transform: rotate(-45deg);
}

#package_offers_form_abius {
    text-align: center;
    margin: 10px auto;
    color: #fff
}

.b-widget {
    margin: 0 !important;
}

.b-widget .b-widget_addition .img {
    padding-top: 0 !important;
}


@media (max-width: 768px) {
    .package-wrapper ul {
        padding: 40px 0 30px;
        margin: 0;
        list-style: none;
    }

    .package-wrapper li {
        padding: 16px 8px;
        border-bottom: 1px solid #48494C;
        display: flex;
        align-items: center;
    }

    .package-item-name {
        font-size: 16px;
    }

    .package-item-price {
        width: 100px;
    }

    .package-item-price .package-price {
        font-size: 16px;
    }

    .package-item-price .package-sale-price {
        font-size: 18px;
    }

    .package-form-wrapper {
        padding: 18px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .package-form-text {
        padding: 0 0 15px 0;
        font-size: 16px;
    }

    .package-form input {
        font-size: 16px;
        padding: 18px 0;
    }

    .package-form .btn {
        font-size: 16px;
        padding: 8px 0;
    }

    .package-label {
        position: absolute;
        top: 0;
        left: 20px;
        font-size: 18px;
        padding: 6px 30px;
        transform: none;
    }
}

.type-programs-header {
    font-weight: bold;
    cursor: pointer;
    margin-top: 20px;
}

.type-programs-header .glyphicon {
    font-size: 1.4rem;
    color: #A62236;
    margin-right: 3px;
    transition: all 0.3s;
}

.programs-body {
    max-height: 0;
    overflow-y: hidden;
    transition: all 0.3s;
}

.show-type-programs-header-icon {
    transform: rotate(90deg);
}

.show-programs-body {
    max-height: 3000px;
}

.programs-list {
    max-height: 0;
    overflow-y: hidden;
    transition: all 0.3s;
}

.programs-list label span {
    display: block;
    font-size: 1.4rem;
    color: #A62236;
    margin-left: 5px;
}

.programs-header {
    cursor: pointer;
}

.show-programs-list {
    max-height: 3000px;
}

.show-programs-icon {
    transform: rotate(90deg);
}

.programs-header .glyphicon {
    font-size: 1.2rem;
    margin-right: 3px;
    transition: all 0.3s;
}

.license-list img {
    width: 70%;
    height: auto;
    cursor: pointer;
}


/*
	New About Page
 */

.new-about .nodecont{
    padding: 0;
}

.new-about section h3 {
    margin: 10rem 0 3rem;
    font-weight: bold;
}

.new-about section h4{
    color: #48494c;
    margin: 5rem 0 3rem;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.new-about section:first-child h3 {
    margin: 6rem 0 3rem;
}

.new-about .pt-3{
    padding-top: 3rem;
}

.new-about .p-3{
    padding: 3rem 0;
}

.new-about .full-image{
    display: block;
    width: 90%;
    margin: 0 auto 2rem;
}

.new-about .panel {
    padding: 2rem;
    background-color: #f5f5f5;
}

.new-about .panel p {
    font-size: 16px;
}

.new-about .panel p:last-child {
    margin: 0;
}

.new-about .time-line-wrapper {
    position: relative;
}

.new-about .time-line-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 24px;
    height: calc(100% - 40px);
    width: 2px;
    background-color: #aa2e49;
    z-index: 0;
}

.new-about .item-tl-wrapper, .full-item-tl-wrapper {
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.new-about .tl-year {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 2px solid #aa2e49;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    left: 0;
    bottom: 30px;
    font-weight: 600;
}

.new-about .full-item-tl-wrapper {
    margin-bottom: 60px;
}

.new-about .full-item-tl-wrapper .tl-year {
    bottom: -50px;
}

.new-about .item-tl-wrapper .panel:before, .item-tl-wrapper .panel:after{
    content: '';
    border: 20px solid transparent;
    position: absolute;
    bottom: 15px;
    left: -40px;
}

.new-about .item-tl-wrapper .panel:before{
    border-right: 20px solid #ddd;
}

.new-about .item-tl-wrapper .panel:after{
    border-right: 20px solid #f5f5f5;
    left: -39px;
}

.new-about .item-tl-wrapper .panel {
    width: calc(100% - 80px);
    min-height: 145px;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.new-about .map-image-new-about{
    width: 80%;
    display: block;
    margin: 0 auto;
}

.new-about .list-new-about{
    list-style: none;
    margin: 0 3rem 4rem 3rem;
    padding: 0;
}

.new-about .list-new-about img{
    width: 60px;
    display: block;
    margin: 3rem auto 2rem;
}

.new-about .item-photo {
    text-align: center;
    margin-bottom: 2rem;
}

.new-about .item-photo img{
    width: 150px;
}

.new-about .item-photo__big img{
    width: 200px;
}

.new-about .item-photo p{
    font-size: 20px;
    margin: 1rem 0;
}

.new-about .list-icon{
    margin: 0;
    padding: 0;
}

.new-about .list-icon li{
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}

.new-about .list-icon li p{
    margin: 0;
}

.new-about .list-icon li img{
    width: 35px;
    flex: none;
    margin-right: 2rem;
}

@media (min-width: 750px) {

    .new-about .nodecont{
        padding: 0 20px;
    }

    .new-about .time-line-wrapper::before{
        left: calc(50% - 1px)
    }

    .new-about .item-tl-wrapper:nth-child(even) {
        justify-content: flex-start;
    }

    .new-about .item-tl-wrapper:nth-child(odd) {
        margin-top: -6rem;
    }

    .new-about .item-tl-wrapper:nth-child(1n+3) {
        margin-top: -6rem;
    }

    .new-about .item-tl-wrapper:nth-child(even) .panel:before, .item-tl-wrapper:nth-child(even) .panel:after{
        content: '';
        border: 20px solid transparent;
        position: absolute;
        bottom: 15px;
        left: inherit;
        right: -40px;
    }

    .new-about .item-tl-wrapper:nth-child(even) .panel:before{
        border-left: 20px solid #ddd;
    }

    .new-about .item-tl-wrapper:nth-child(even) .panel:after{
        border-left: 20px solid #f5f5f5;
        right: -39px;
    }

    .new-about .item-tl-wrapper .panel{
        width: calc(50% - 70px);
    }

    .new-about .tl-year{
        left: calc(50% - 25px);
    }

    .new-about .item-photo img{
        width: 180px;
    }

    .new-about .item-photo__big img {
        width: 230px;
    }
}


.preschoolers {
    background-color: #5CB85C;
    padding: 15px;
    margin-bottom: 40px;
    color: white;
}

.preschoolers h2,
.preschoolers p {
    color: white;
}

.preschoolers h2{
    margin: 30px 0 20px;
    font-weight: bold;
}

.preschoolers p {
    font-size: 21px;
    font-weight: 200;
}

.preschoolers .btn {
    width: 100%;
    color: #5CB85C;
    font-weight: bold;
    font-size: 16px;
}

.preschoolers__note {
    position: relative;
    font-size: 14px;
    line-height: 16px;
    padding-left: 10px;
    font-weight: 200;
}

.preschoolers__note:before {
    content: "*";
    position: absolute;
    left: 0;
}

.preschoolers__image img{
    width: 100%;
}

@media (max-width: 768px) {
    .preschoolers__note {
        margin-top: 20px;
        padding-left: 30px;
    }

    .preschoolers__note:before {
        left: 20px;
    }

    .preschoolers__image {
        margin: 30px 0;
    }
}

.requirements__wrapper {
    margin: 50px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.requirements__item {
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    padding: 30px;
    min-height: 180px;
    background: #F8F8F8;
    border-radius: 6px;
}

.requirements__text {
    margin-left: 20px;
}

@media (max-width: 768px) {
    .requirements__wrapper {
        margin: 30px 0;
        grid-template-columns: 1fr;
        gap: 20px
    }

    .requirements__item {
        padding: 20px;
        min-height: auto;
    }
}

.fly_shadow {
    background: #fff;
    box-shadow: 0px 7px 25px -15px #254b46;
    box-shadow: 0 3px 19px -3px rgba(37,75,70,0.19), 0 4px 6px -4px rgba(18,37,35,0.23);
    transition: all 1s cubic-bezier(.25,.8,.25,1);
}

.fly_shadow:hover {
    box-shadow: 0px 7px 25px -15px #254b46;
    box-shadow: 0 3px 19px -3px rgba(37,75,70,0.22), 0 8px 12px -4px rgba(18,37,35,0.25);
    transition: all 1s cubic-bezier(.25,.8,.25,1);
}