.container_pad {
    padding: 0 15px;
}

.beige-bg {
    background-color: #fcfaf4;
}

.dbeige-bg {
    background-color: #ece8db;
}

.text-white h6 {
    color: #fff;
}

.ff-light {
    font-family: 'Montserrat-Light';
}

.ff-regular {
    font-family: 'Montserrat-Regular';
}

.ff-bold {
    font-family: 'Montserrat-Bold';
}

.lh2 {
    line-height: 1.2;
}

.lh4 {
    line-height: 1.4;
}

.lh5 {
    line-height: 1.5;
}

.fs-63 {
    font-size: 63rem;
    line-height: 1.3;
}

.h6-smaller {
    font-size: 27rem;
    line-height: 1.7;
}

@media(max-width: 1600px) {
    .fs-63 {
        font-size: 54rem;
    }
    .h6-smaller {
        font-size: 25rem;
    }
}

@media(max-width: 1450px) {
    .h6-smaller2 {
        font-size: 27rem;
    }
}

@media(max-width: 1350px) {
    .fs-63 {
        font-size: 49rem;
    }
    .h6-smaller {
        font-size: 24rem;
    }
}

@media(max-width: 1260px) {
    .fs-63 {
        font-size: 47rem;
    }
    .btn_minw {
        min-width: 270px;
    }
    .lets-talk br {
        display: none;
    }
}

@media(max-width: 991px) {
    .fs-63 {
        font-size: 43rem;
    }
}

@media(max-width: 767px) {
    .fs-63 {
        font-size: 37rem;
    }
}

@media(max-width: 991px) {
    .sub-title {
        margin-top: 5px;
    }
}

.midcol__img {
    width: 100%;
    height: auto;
    border-radius: 12px;
}

/*new paddings and margins - begin*/
.pt-top {
    padding-top: 20px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

.pt50 {
    padding-top: 50px;
}

.section-pad {
    padding: 70px 0 80px 0;
}

@media(max-width: 1260px) {
    .section-pad {
        padding: 60px 0 70px 0;
    }
}

@media(max-width: 991px) {
    .mt50, .mt60 {
        margin-top: 30px;
    }
    .pt50 {
        padding-top: 30px;
    }
    .section-pad {
        padding: 45px 0;
    }
}
/*new paddings and margins - end*/

/*new items and features - begin*/
.items_small {
    margin: -12px -12px 0 0;
}

.items_small .item {
    margin-top: 12px;
}

.items_small .itemr {
    margin-right: 12px;
}

@media(max-width: 1600px) {
    .items_w2 .w3 {
        width: 50%;
    }
}

@media(max-width: 767px) {
    .items_w2 .w3 {
        width: 100%;
    }
}

.text-small p {
    font-size: 23rem;
    line-height: 1.7;
}

.btn_small {
    font-size: 31rem;
}

@media(max-width: 1600px) {
    .text-small2 p {
        font-size: 23rem;
        line-height: 1.7;
    }
}

@media(max-width: 1450px) {
    .text-small p, .text-small2 p {
        font-size: 20rem;
        line-height: 1.8;
    }
    .btn_small {
        font-size: 27rem;
    }
}

.info.text-small2 p {
    line-height: 1.8;
}

.example-note p {
    color: #fff;
}

.example-note p, .info.text-small2 .example-note p {
    line-height: 1.1;
}

@media(max-width: 500px) {
    .example-note p {
        text-align: center;
    }
}

/*example - begin*/
.example-note {
    display: inline-block;
    background-color: #239c9b;
    padding: 16px 55px 14px 35px;
}

.item__example .example-note {
    margin-top: -25px;
    padding-left: 25px;
}

@media(max-width: 1600px) {
    .example-note {
        padding-right: 45px;
    }
    .info_block .example-note {
        padding-left: 30px;
    }
    .item__example .example-note {
        padding-left: 20px;
    }
}

@media(max-width: 1260px) {
    .info_block .example-note {
        padding-left: 20px;
    }
}

@media(max-width: 500px) {
    .example-note {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}
/*example - end*/

.feature-ctc-col {
    width: 28%;
}

.feature-col {
    width: 10%;
    flex: 1 1;
}

@media(max-width: 1500px) {
    .feature-ctc-col {
        width: 100%;
    }
    .feature-col {
        width: 33.333%;
        flex: none;
    }
}

@media(max-width: 991px) {
    .feature-ctc-col, .feature-col {
        width: 50%;
    }
}

@media(max-width: 700px) {
    .feature-ctc-col, .feature-col {
        width: 100%;
    }
}

.item-feature {
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,0.1);
    padding: 30px 20px;
}

@media(max-width: 991px), (min-width: 1650px) {
    .item-feature br {
        display: none;
    }
}

.item-feature__icon, .item-feature__circle {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.item-feature__icon-block {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media(max-width: 1550px) {
    .item-feature__icon-block {
        flex: 1 0 auto;
    }
    .item-feature h6 {
        min-height: 65px;
    }
}

@media(max-width: 1350px) {
    .item-feature h6 {
        min-height: 58px;
    }
}

@media(max-width: 991px), (min-width: 1650px)  {
    .item-feature h6 {
        min-height: auto;
    }
}

.item-feature__icon {
    width: 125px;
    height: 125px;
    background-color: #fff;
    border: 4px solid #d3ebeb;
    margin: 0 auto;
}

.item-feature__circle {
    width: 105px;
    height: 105px;
    background-color: #239c9b;
}

.item-contact {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #bde1e1;
    border-radius: 10px;
    padding: 35px;
}

.item-contact h6 {
    text-align: left;
}

@media(max-width: 1550px) {
    .item-contact {
        padding: 30px;
    }
    .item-contact h6 {
        font-size: 31rem;
    }
}

@media(max-width: 1500px), (min-width: 1600px) {
    .item-contact br {
        display: none;
    }
}

@media(max-width: 991px) {
    .item-feature, .item-contact {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media(max-width: 700px) {
    .item-feature, .item-contact {
        padding-left: 15px;
        padding-right: 15px;
    }
    .item-feature {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .item-contact h6 {
        text-align: center;
    }
}

.item-contact .btn {
    width: 100%;
    max-width: 350px;
    padding-left: 15px;
    padding-right: 15px;
}

@media(max-width: 1550px) {
    .item-contact .btn {
        font-size: 29rem;
    }
}
/*new items and features - end*/

/*examples - begin*/
.item__example {
    height: 100%;
    border-radius: 10px;
    background-color: #ece8db;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    overflow: hidden;
}

.item__example h6 {
    text-align: left;
}

@media(max-width: 500px) {
    .item__example h6 {
        text-align: center;
    }
}

.item__example-def {
    background-color: #000;
    padding: 30px 25px;
    padding-bottom: 55px;
}

.item__example-text {
    padding: 20px 25px 40px 25px;
}

@media(max-width: 1600px) {
    .item__example-def, .item__example-text {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media(max-width: 500px) {
    .item__example-def, .item__example-text {
        text-align: center;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.item__example-content {
    margin-top: 27px;
}

.item__example-content h6 {
    margin-bottom: 13px;
}

.item__example-icon {
    height: 75px;
    display: flex;
    align-items: center;
}

@media(max-width: 1450px) {
    .item__example-icon {
        height: 70px;
    }
}

@media(max-width: 767px) {
    .item__example-icon {
        height: auto;
    }
}

@media(max-width: 500px) {
    .item__example-icon {
        justify-content: center;
    }
}

.item__example-icon img {
    max-height: 100%;
}

@media(max-width: 500px) {
    .item__example-icon img {
        max-height: 60px;
    }
}
/*examples - end*/

/*discover - begin*/
.discover {
    width: 100%;
    background-color: #000;
    border-radius: 15px;
    padding: 50px 0;
    margin-top: 95px;
}

@media(max-width: 767px) {
    .discover {
        padding: 40px 0;
        margin-top: 35px;
    }
}

.discover__col {
    position: relative;
    width: 33.333%;
    border-right: 1px solid rgba(255,255,255,0.5);
    padding: 0 20px 120px 20px;
}

.discover__col:last-child {
    border-right: 0;
}

@media(max-width: 1260px) {
    .discover__col {
        width: 50%;
        padding-bottom: 92px;
    }
    .discover__col:last-child {
        width: 100%;
        margin-top: 30px;
        border-top: 1px solid rgba(255,255,255,0.5);
        padding-top: 30px;
    }
}

@media(max-width: 767px) {
    .discover__col {
        width: 100%;
        border-top: 1px solid rgba(255,255,255,0.5);
        margin-top: 30px;
        padding-top: 30px;
    }
    .discover__col:first-child {
        border-top: 0;
        padding-top: 0;
        margin-top: 0;
    }
}

.discover__num, .discover__num-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.discover__num {
    width: 116px;
    height: 116px;
    background-color: #000;
    margin: 0 auto;
    margin-top: -96px;
}

@media(max-width: 1260px) {
    .discover__col:last-child .discover__num {
        margin-top: 0;
    }
    .discover__num {
        width: 100px;
        height: 100px;
    }
}

@media(max-width: 767px) {
    .discover__num {
        margin-top: 0;
    }
}

.discover__num-circle {
    width: 100px;
    height: 100px;
    border: 3px solid rgba(255,255,255,0.5);
}

.discover__num p {
    font-family: 'Montserrat-Bold';
    font-size: 45rem;
    line-height: 1;
}

.discover__col .btn {
    width: 100%;
    max-width: 270px;
    padding-left: 20px;
    padding-right: 20px;
}

.discover__col .btn-block {
    position: absolute;
    width: 100%;
    bottom: 20px;
    left: 0;
    padding: 0 20px;
}

@media(max-width: 1260px) {
    .discover__col .btn-block {
        bottom: 0;
    }
}
/*discover - end*/

/*items with procents - begin*/
.procent {
    height: 100%;
    border-radius: 12px;
    background-color: #ece8db;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    overflow: hidden;
}

.procent__top {
    width: 100%;
    background-color: #fff;
    padding: 30px 20px;
}

.procent__text {
    padding: 30px 20px;
    padding-bottom: 35px;
}

@media(max-width: 991px) {
    .procent__top {
        padding: 20px 15px;
    }
    .procent__text {
        padding: 25px 15px;
    }
}

.procent__value {
    position: relative;
    width: 180px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto;
}

.procent__value p {
    font-family: 'Montserrat-Bold';
    font-size: 50rem;
    line-height: 1;
}

@media(max-width: 991px) {
    .procent__value {
        width: 150px;
        height: 150px;
    }
    .procent__value p {
        font-size: 42rem;
    }
}

.procent__value img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
/*items with procents - end*/

/*cols - begin*/
.info {
    display: flex;
    flex-wrap: wrap;
    margin-top: 45px;
}

@media(max-width: 1600px) {
    .info {
        margin-top: 35px;
    }
}

.info:first-child {
    margin-top: 0;
}

.info_one {
    align-items: center;
}

.info__col_img {
    width: 42%;
}

.info__col_text {
    width: 58%;
}

.info_cols2 .info__col_img {
    width: 35%;
}

.info_cols2 .info__col_text {
    width: 65%;
}

.info.reverse .info__col_img {
    order: -1;
}

@media(max-width: 1350px) {
    .info__col_img {
        width: 45%;
    }
    .info__col_text {
        width: 55%;
    }
}

@media(max-width: 991px) {
    .info__col_img, .info__col_text {
        width: 100%;
    }
    .info__col_img {
        order: -1;
    }
}

.info__col_img img {
    margin: 0 auto;
}

.info_one .info__col_text {
    padding-right: 50px;
}

.info_one.reverse .info__col_text {
    padding-right: 0;
    padding-left: 50px;
}

@media(max-width: 991px) {
    .info_one .info__col_text,
    .info_one.reverse .info__col_text {
        padding-left: 0;
        padding-right: 0;
        padding-top: 30px;
    }
}

.info_block {
    background-color: #ece8db;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    overflow: hidden;
}

.info_block h6 {
    text-align: left;
}

.bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-left {
    background-position: left center;
}

.bg-right {
    background-position: right center;
}

@media(max-width: 991px) {
    .bg {
        background-position: center;
    }
}

.bg-top {
    background-position-y: top;
}

.info__block-text {
    min-height: 380px;
    background-color: #fcfaf4;
}

@media(max-width: 1600px) {
    .info__block-text {
        min-height: 330px;
    }
}

@media(max-width: 1450px) {
    .info__block-text {
        min-height: auto;
    }
}

.info__col_img.bg {
    min-height: 600px;
}

@media(max-width: 991px) {
    .info__col_img.bg {
        min-height: auto;
        height: 400px;
    }
}

@media(max-width: 767px) {
    .info__col_img.bg {
        height: 330px;
    }
}

@media(max-width: 500px) {
    .info__col_img.bg {
        height: 260px;
    }
}

.info__block-text, .info__block-example {
    padding: 35px;
    padding-bottom: 40px;
}

@media(max-width: 1600px) {
    .info__block-text, .info__block-example {
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 35px;
    }
}

@media(max-width: 1260px) {
    .info__block-text, .info__block-example {
        padding: 30px 20px;
    }
}

@media(max-width: 500px) {
    .info__block-text, .info__block-example {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.info__block-example {
    padding-top: 20px;
}
/*cols - end*/

/*faq - begin*/
.question {
   background-color: #fff;
   border-radius: 12px;
   box-shadow: 0 0 7px rgb(0,0,0,0.07);
   padding: 0 25px;
   margin-top: 18px;
}

@media(max-width: 767px) {
    .question {
        padding: 0 15px;
    }
}

.question:first-child {
    margin-top: 0;
}

.question__title {
	position: relative;
	cursor: pointer;
	padding: 25px 0;
    padding-right: 30px;
}

.question__title:after {
	display: block;
	content: url(/cdn/industries/custom-training/faq_arrow.svg);
    width: 21px;
    position: absolute;
    right: 0;
    top: 36px;
    transition: .2s;
}

@media(max-width: 991px) {
    .question__title:after {
        content: url(/cdn/industries/custom-training/faq_arrow2.svg);
        width: 17px;
    }
    .question__title {
        padding-right: 25px;
    }
}

@media(max-width: 767px) {
    .question__title {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .question__title:after {
        top: 27px;
    }
}

.question__title_active.question__title:after {
	transform: rotate(-180deg);
    transition: .2s;
}

.question__title_active.question__title {
    padding-bottom: 18px;
}

@media(max-width: 767px) {
    .question__title_active.question__title {
        padding-bottom: 15px;
    }
}

.question__answer {
    display: none;
    padding-bottom: 30px;
}

@media(max-width: 767px) {
    .question__answer {
        padding-bottom: 20px;
    }
    .question__answer p {
        margin-top: 20px;
    }
    .question__answer p:first-child {
        margin-top: 0;
    }
}

#question1 .question__answer {
    display: block;
}

.question h6 {
	text-align: left;
}

/*list in questions - begin*/
.question li {
    position: relative;
    line-height: 1.8;
    margin-top: 10px;
    padding-left: 25px;
}

.question li:first-child {
    margin-top: 0;
}

.question li:before {
    content: url(/cdn/industries/custom-training/faq_list.svg);
    width: 14px;
    position: absolute;
    left: 0;
    top: 1px;
    background: none;
}
/*list in questions - end*/
/*faq - end*/

.footer-social_only li, .footer-social_only a {
    margin-top: 0;
}