.obuchenie {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}
.obuchenie h3 {
    color: #000;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 41px;
}

.obuchenie_list {
    display: flex;
    align-items: stretch;
    gap: 20px;
    flex-wrap: wrap;
    margin: 40px 0 50px 0;
    counter-reset: item;
    justify-content: space-between;
}
.obuchenie_list li {
    position: relative;
    display: flex;
    margin: 0;
    width: calc(33.33% - 14px);
    padding: 30px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border: 2px solid #ECECEC;
    overflow: hidden;
}
.obuchenie_list li strong {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
}
.obuchenie_list li p {
    margin: 0;
    text-align: left;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}
.obuchenie_list li:not( :nth-last-child(3) ):after {
    content: counters(item, ".") " ";
    counter-increment: item;
    position: absolute;
    right: -16px;
    bottom: -57px;
    text-align: right;
    font-size: 128px;
    font-style: normal;
    font-weight: 900;
    opacity: .05;
    color: #000;
    font-family: Montserrat;
    line-height: 140%;
}
/*
.obuchenie_list li:last-child {
    width: calc(43% - 10px);
    background: #ECECEC;
    justify-content: center;
}
.obuchenie_list li:last-child:after {
    display: none;
}
.obuchenie_list li:last-child b {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
}
*/

.obuchenie_list li:nth-last-child(3) {
    width: 100%;
    padding: 0;
    border: 0;
}
.obuchenie_list li:nth-last-child(3) img {
    width: 100%;
}
.obuchenie_list li:nth-last-child(2), .obuchenie_list li:nth-last-child(1) {
    width: calc(50% - 10px);
}




.obuchenie_img {
    display: flex;
    margin: 30px -10px 40px;
}
.obuchenie_who > p {
    margin-bottom: 0;
}
.obuchenie_who .row {
    margin: 0 -10px;
}
.obuchenie_who .item-wrapper {
    width: 50%;
    padding: 0 10px 20px 10px;
}
.obuchenie_who .item {
    display: flex;
    width: 100%;
    padding: 30px;
    align-items: center;
    gap: 16px;
    border: 2px solid #ECECEC;
    text-align: left;
}
.obuchenie_who .item-views.tizers .item-wrapper>.item .image, .obuchenie_who .item-views .item .title {
    margin-bottom: 0;
}

.obuchenie .FEEDBACK {
    padding: 30px 30px 0 !important;
    margin: 0 -30px 0;
    background: #F8F8F8;
}
.obuchenie .FEEDBACK .form_body .row {
    display: flex;
    flex-direction: column-reverse;
}
.obuchenie .FEEDBACK .form_body .col-md-5, .obuchenie .FEEDBACK .form_body .col-md-7 {
    width: 100%;
}
.obuchenie .FEEDBACK .form_body .col-md-5 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.obuchenie .FEEDBACK .form_body .col-md-5 .form-control {
    width: calc(33.33% - 10px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    background: #F8F8F8;
}
.obuchenie .FEEDBACK h4 {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
}
.obuchenie .FEEDBACK .form_body .form-control label {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}
.obuchenie .FEEDBACK .form_body .form-control input, .obuchenie .FEEDBACK .form_body .form-control textarea {
    padding: 14px 32px 16px 32px;
    border: 1px solid #000;
    opacity: 0.5;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    border-radius: 0;
}
.obuchenie .FEEDBACK .form_body .col-md-7 .form-control {
    background: #F8F8F8;
}
.obuchenie .FEEDBACK .btn {
    border-radius: 0 !important;
    padding: 14px 32px 16px 32px !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 500 !important;
}



.obuchenie_banner {
    display: block;
    text-align: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    
}
.obuchenie_banner a {
    display: block;
    padding: 160px 0 110px;
}
.obuchenie_banner h1 {
    color: #fff;
    font-size: 50px;
    margin-bottom: 20px;
}
.obuchenie_banner p {
    color: #fff;
}



.obuchenie_who h2 {
    font-size: 50px;
    margin-top: 40px;
    text-align: center;
}
.obuchenie_who p {
    font-size: 20px;
    text-align: center;
}



.obuchenie_video {
    margin-bottom: 40px;
}
.obuchenie_video iframe {
    height: 500px;
}



.obuchenie_spec {}
.obuchenie_spec h2 {
    margin: 40px 0;
    font-size: 50px;
}
.obuchenie_spec--container {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
}
.obuchenie_spec--container > div:nth-child(1) {
    width: calc(40% - 10px);
}
.obuchenie_spec--container > div:nth-child(2) {
    width: calc(60% - 10px);
}
.obuchenie_spec--video img {
    width: 100%;
}
.obuchenie_spec--content {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: baseline;
}
.obuchenie_spec--content h3 {
    width: 100%;
    font-size: 35px;
    line-height: 100%;
    text-transform: uppercase;
}
.obuchenie_spec--content p {
    width: calc(50% - 10px);
}
.obuchenie_spec {}
.obuchenie_spec {}
.obuchenie_spec {}


.obuchenie_spec--video a {
    position: relative;
}
.eicon-play {
    position: absolute;
    display: block;
    width: 100px;
    height: 100px;
    background-image: url(play.png);
    background-size: 100%;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}



.obuchenie_footer {
    margin: 40px 0;
    display: flex;
    justify-content: space-between;
    background: #7e3629 !important;
    color: #fff;
}
.obuchenie_footer--image {
    width: 55%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.obuchenie_footer--content {
    padding: 40px;
}

.obuchenie_footer--date {
    font-size: 27px;
    text-transform: uppercase;
    font-weight: 600;
}
.obuchenie_footer--license {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 100%;
    margin: 20px 0;
}
.obuchenie_footer--title {
    font-size: 40px;
    line-height: 110%;
    margin: 60px 0 10px;
}
.obuchenie_footer--description {
    line-height: 180%;
}
.obuchenie_footer--description span {
    padding: 5px 5px;
    background-color: #333;

}
.obuchenie_footer--btn {
    margin: 80px 0 0;
}
.obuchenie_footer--btn a {
    padding: 20px 40px;
    font-size: 16px;
}





.obuchenie {}




















/* Mobile */
@media (max-width: 1024px) {
    .obuchenie_img {
        overflow: hidden;
    }

    .obuchenie_banner a {

        padding: 50px 0 20px;
    }
    .obuchenie_list li strong {
        font-size: 15px;
            line-height: 120%;
    }
    .obuchenie_footer--title {
        font-size: 30px;
    }
    .obuchenie_footer--date {
        font-size: 20px;
    }
    .obuchenie_spec h2 {
        font-size: 40px;
    }
    .obuchenie_spec--content h3 {
        font-size: 27px;
    }
}
@media (max-width: 648px) {
    .obuchenie_list li, .obuchenie_list li:nth-last-child(2), .obuchenie_list li:last-child {
        width: 100%;
    }
    .obuchenie_who .item-wrapper {
        width: 100%;
    }
    .obuchenie .FEEDBACK .form_body .col-md-5 .form-control {
        width: 100%;
    }
    .obuchenie .FEEDBACK .form_body .col-md-5 {
        display: block;
    }
    .obuchenie .FEEDBACK .btn {
        width: 100%;
    }


    .obuchenie_banner a {
        padding: 50px 0 10px;
    }
    .obuchenie_banner h1 {
        font-size: 24px;
    }

    .obuchenie_spec--container {
        flex-wrap: wrap;
    }
    .obuchenie_spec--container > div:nth-child(1), .obuchenie_spec--container > div:nth-child(2) {
        width: 100%;
    }

    .obuchenie_footer {
        display: block;
    }
    .obuchenie_footer--title {
        font-size: 31px;
    }

    .obuchenie_who h2, .obuchenie_spec h2 {
        font-size: 40px;
    }
    .obuchenie_who p {
        font-size: 16px;
    }
    .obuchenie_video iframe {
        height: 300px;
    }
    .obuchenie_footer--btn a {
        width: 100%;
    }
    .obuchenie_footer--date {
        font-size: 20px;
    }
    .obuchenie_footer--btn {
        margin: 40px 0 0;
    }
}