.programs-nav .wrapper {
    margin-left: 0!important;
}

.programs__block.intro {
    padding-top: 0;
    background: none;
    background-color: #fff;

}

.main-banner {
    background-color: #EAF4FF;
}

.main-banner .container {
    background: no-repeat 40% 70%/25%   url(/images/main_page/main-baner_background.png);
}
.main-banner .title {
    font-weight: 700;
}
.main-banner .text {
    font-weight: 700;
}
.main-banner .text .colored {
    color: var(--main-color);
}
.main-banner .action {
    width: fit-content;
}

.main-banner .action a{
    width: 320px;
    font-weight: 100 !important;
    padding: 15px 60px;
}
.main-banner .action a.btn-w-arrow:after {
    content: "";
    background: url(/images/svg/button-arrow.svg) center no-repeat;
    width: 40px;
    right: 100px;
}




.help {
}

.help .title-blue {
    color: var(--main-color);
    text-transform: uppercase;
    word-spacing: 1rem;
}
.help .btn-w-arrow {
    font-size: 0.9rem;
    font-weight: 100!important;
}
.help  b {
    font-weight: bold!important;
}
.help .online-dot,.help .offline-dot {
    position: relative;
}

.online-dot::after, .offline-dot::after {
    content: '';
    width: 7px;
    height: 7px;
    position: absolute;
    top: 4px;
    right: -6px;
    border-radius: 50%;
    background-color: #12F20D;
}

.offline-dot::after {
    background-color: rgb(128, 128, 128);
}

.who {
    background-color: #EAF4FF;
    position: relative;
    z-index:9;
}

.who .container {
    min-height: 730px;
    background-image: url(/images/programs/who.png) ;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.who .block {
    display: flex;
    flex-direction: column;
    width: 310px;
    justify-content: center;
    align-items: center;
}

.who .block > div {
    text-align: center;
}

.who .h2 {
    text-align: center;
}

.who .h2 span{
    color: var(--main-color);
}

.who .text-block  span {
    color: var(--main-color);
}

.who b {
    font-weight: bold!important;
}

@media screen and (max-width: 768px){
    .who .container {
        min-height:850px;
    }
}

@media screen and (max-width: 465px){
    .who .container {
        min-height:990px;
    }
}

.how_start .h2 span{
    color: var(--main-color);;
}

.how_start .steps {
    display: flex;
    flex-wrap: wrap;
}
.how_start .steps .step{
    display: flex;
}
.how_start .title-step {
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 900;
    color: #DBE6F1;
    margin-bottom: -1rem;
    font-family: "Montserrat", sans-serif;
}

.how_start .card {
    flex: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    border: none;
    border-radius: 15px;
    padding: 15px;
    /*box-shadow: 0px 0px 50px 0px #BBBBD0;*/
    box-shadow: 0px 6px 15px 0px var(--secndary-color);
}

.how_start .card .card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.how_start .card .text {
    /*flex: 1 0 auto;*/
    margin-top: 50px;
    font-size: 1rem;
    color: #000;
}

.how_start .card img {
    position: absolute;
    width: 36px;
    right: -28px;
    top: calc(50% - 18px);
    z-index: 10;
}

.how_start .card .text b{
    font-weight: 700!important;
}

@media screen  and (max-width: 768px) and (min-width: 465px){
    .how_start .card .card-body {
        flex-direction: row;
        justify-content: left;
    }
    .how_start .card .text {
        margin-top: 0;
    }

    .how_start .steps .col-12 {
        display: block;
    }

    .how_start .card img {
        position: absolute;
        width: 36px;
        left: 50px;
        top: calc(100% - 10px);
        transform: rotate(90deg);
        z-index: 10;
    }
}

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

    .how_start .card img {
        position: absolute;
        width: 36px;
        left: 50px;
        top: calc(100% - 7px);
        transform: rotate(90deg);
        z-index: 10;
    }
}

