.page-template-page-for-courses,
.courses-template-single-course-new{
    background: #ffffff;
    /*background: #F3F7FC url("/wp-content/themes/1IT/img/page-for-courses/background.png");*/
}

.page-template-page-for-courses .header,
.courses-template-single-course-new .header{
    padding: 24px 0;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    transition: all 0.5s ease-out;
}

.page-template-page-for-courses .custom-logo-link,
.courses-template-single-course-new .custom-logo-link{
    background: center / contain no-repeat url("/wp-content/themes/1IT/img/page-for-courses/logo.svg");
}

.page-template-page-for-courses .custom-logo-link img,
.courses-template-single-course-new .custom-logo-link img{
    visibility: hidden;
}

.page-template-page-for-courses .header.noscroll,
.courses-template-single-course-new .header.noscroll{
    padding: 24px 0;
}

.page-template-page-for-courses .header-wrap,
.courses-template-single-course-new .header-wrap{
    padding: 16px;
    border-radius: 52px;
    background: #3548FE;
}

.page-template-page-for-courses .header.scrolled,
.courses-template-single-course-new .header.scrolled{
    background: #3548FE;
}

.page-template-page-for-courses .header .button-for-action,
.courses-template-single-course-new .header .button-for-action{
    color: #3548FE;
}

.page-template-page-for-courses .h4,
.courses-template-single-course-new .h4{
    color: #171717;
}

.page-template-page-for-courses .text--white,
.courses-template-single-course-new .text--white{
    color: #ffffff;
}

.text-stroke{
    display: block;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #f4f4f4;
    text-transform: none;
    margin-bottom: 12px;
}

.section-front-content-wrap{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    background: #3548FE;
    background-size: cover;
    background-position: bottom;
    padding: 64px;
    border-radius: 52px;
    overflow: hidden;
}

.section-front-content-wrap .h4{
    text-transform: none;
    line-height: 120%;
}

.section-front-content-wrap .h4 span{
    font-size: 80px;
}

.section-front-content-course{
    padding: 124px 0 60px;
}

.front-button-wrap{
    margin: 40px 0 0;
}

.front-button-wrap .button-for-action,
.header-menu-call-wrap .button-for-action,
.item-form .button-for-action {
    background: #D2F95B;
}

.front-button-wrap .button-for-action:hover,
.front-button-wrap .button-for-action:focus,
.header-menu-call-wrap .button-for-action:hover,
.header-menu-call-wrap .button-for-action:focus,
.item-form .button-for-action:hover,
.item-form .button-for-action:focus{
    background: #ADD753;
    color: #3548FE;
}

.section-front-img-wrap{
    position: relative;
    z-index: 2;
}

.speaker-img__label{
    display: flex;
    align-items: center;
    position: absolute;
    right: -70px;
    bottom: 0;
    font-weight: 600;
    font-size: 36px;
    line-height: 123%;
    text-transform: uppercase;
    max-width: 638px;
    padding: 24px;
    background: #ffffff;
    color: #000000;
    border-radius: 8px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16), 0 11px 11px 0 rgba(0, 0, 0, 0.14), 0 25px 15px 0 rgba(0, 0, 0, 0.08), 0 44px 18px 0 rgba(0, 0, 0, 0.02), 0 69px 19px 0 rgba(0, 0, 0, 0);
}

.speaker-img__label svg{
    flex-shrink: 0;
    margin-right: 12px;
}

.section-questions--course,
.courses-template-single-course-new .section-questions--course{
    padding: 60px 0 140px;
}

.label-wrap{
    position: relative;
    display: flex;
    align-items: center;
    margin: 12px 0 0;
    left: -20px;
}

.label-wrap img{
    width: 110px;
    height: 110px;
    object-fit: contain;
    object-position: left center;
}

.label-wrap span{
    position: relative;
    display: inline-block;
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #f4f4f4;
    padding: 22px 0 0;
    bottom: 17px;
    left: -20px;
}

.section-front-content-wrap .label-text-wrap{
    display: flex;
    justify-content: space-between;
}

.section-front-content-wrap span.label-text{
    display: flex;
    align-items: center;
    font-size: 24px;
    background: red;
    color: #ffffff;
    height: 50px;
    padding: 15px;
    margin: auto 0;
    border-radius: 10px;
}

.text-subtitle{
    display: inline-block;
    font-weight: 300;
    font-size: 28px;
    line-height: 130%;
    letter-spacing: -0.02em;
    color: #fff;
    opacity: 0.6;
    margin: 40px 0;
}

.text-places{
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #fff;
}

.text-places span{
    position: relative;
    display: flex;
    align-items: center;
    font-size: 31px;
    padding: 5px 8px;
    margin: 0 0 0 7px;
    z-index: 0;
}

.text-places span:before,
.text-places span:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0;
    background: rgba(255, 255, 255, 0.24);
    z-index: -1;
}

.text-places span:before{
    top: -3px;
    border-radius: 3px 3px 0 0;
}

.text-places span:after{
    bottom: 0;
    border-radius: 0 0 3px 3px;
}

.section-front-course{
    background: #ffffff;
}

.section-front-text-wrap{
    max-width: 1020px;
}

.speaker-img{
    position: relative;
    right: -64px;
    bottom: 0;
    width: 530px;
    height: auto;
    object-fit: contain;
    object-position: bottom right;
}

.section-questions--course .accordion{
    min-height: auto;
}

.section-questions--course .questions-action-wrap{
    margin-top: 80px;
}

.students-img__label{
    position: absolute;
    left: -40px;
    top: 140px;
}

.page-template-page-for-courses .call-us-button-wrap,
.courses-template-single-course-new .call-us-button-wrap{
    display: none;
}

.booking-notification{
    position: fixed;
    right: 50px;
    bottom: 40px;
    z-index: 4;
    width: 340px;
}

.close-booking-notification{
    display: none;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 10px;
    top: -30px;
    width: 20px;
    height: 20px;
    border: none;
    outline: none;
    cursor: pointer;
    z-index: 3;
    background: rgba(255, 255, 255, .8);
}

.close-booking-notification img{
    pointer-events: none;
}

.booking-notification-wrap{
    display: flex;
    flex-direction: column;
}

.booking-notification__item{
    padding: 0 16px;
    background: #ffffff;
    margin: 0 0 8px;
    border-radius: 8px;
    box-shadow: -2px 2px 6px 0 rgba(0, 0, 0, 0.16), -9px 7px 11px 0 rgba(0, 0, 0, 0.14), -20px 15px 15px 0 rgba(0, 0, 0, 0.08), -35px 26px 18px 0 rgba(0, 0, 0, 0.02), -55px 41px 19px 0 rgba(0, 0, 0, 0);
}

.booking-notification__item{
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: all 0.3s ease-out;
}

.booking-notification__item.show{
    opacity: 1;
    height: 90px;
    padding: 16px;
}

.booking-notification__item.hide{
    opacity: 0;
    height: 0;
    transition: all 0.3s ease-out;
}

.booking-notification__item-title{
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    margin: 0 0 8px;
}

.booking-notification__item-text{
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    color: #000000;
}

.section-about-speciality{
    padding: 60px 0;
}

.about-speciality-title-wrap{
    position: relative;
    max-width: max-content;
    margin: 0 auto 64px;
}

.about-speciality-title-wrap h4{
    position: relative;
    color: #171717;
}

.about-speciality-title-wrap img{
    position: absolute;
    right: -130px;
    bottom: -30px;
}

.about-speciality-items{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    margin: 40px auto 0;
}

.about-speciality-item{
    display: flex;
    align-items: center;
    width: calc(50% - 20px);
    color: #000000;
    padding: 24px;
    background: #f5f5f5;
    border-radius: 24px;
}

.about-speciality-item img{
    width: 50px;
    height: auto;
    margin: 0 24px 0 0;
}

.about-speciality-item p{
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    max-width: 870px;
    color: #202225;
}

.about-speciality-item p b{
    color:#3647F2;
}

.section-benefits{
    padding: 24px 0;
    margin: 30px 0;
    background: #f5f5f5;
}

.section-benefits img{
    max-width: 100%;
    height: auto;
}

.benefits-item__text{
    font-weight: 700;
    font-size: 32px;
    line-height: 130%;
    text-align: center;
    color: #000000;
    white-space: nowrap;
}

.benefits-items{
    display: flex;
    /*justify-content: center;*/
    justify-content: space-between;
    align-items: center;
    margin: 70px auto 0;
}

.benefits-item{
    display: flex;
    max-width: max-content;
    flex-direction: column;
}

.benefits-item__separator{
    border-radius: 30px;
    width: 85px;
    height: 5px;
    background: #5d6cf3;
    opacity: 0.4;
    /*margin: auto 40px;*/
}

.benefits-item img{
    display: block;
    margin: 9px auto;
    width: 200px;
    height: 200px;
    object-fit: contain;
    object-position: center;
}

.benefits-item:nth-child(4n+3) .benefits-item__text{
    order: 2;
}

.section-for-whom{
    padding: 60px 0;
}

.for-whom-items{
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin: 37px auto 0;
}

.for-whom-item{
    display: flex;
    align-items: center;
    color: #000000;
    padding: 24px;
    border-radius: 52px;
}

.for-whom-slider{
    position: relative;
    background: #F5F5F5;
    border-radius: 52px;
    overflow: hidden;
    margin: 64px auto 0;
}


.for-whom-item__title{
    font-weight: 700;
    font-size: 40px;
    line-height: 130%;
    color: #000000;
    margin: 0 0 16px;
}

.for-whom-item__img{
    width: 500px;
    height: 500px;
    object-fit: cover;
    object-position: center;
    margin: 0 64px 0 0;
    border-radius: 46px;
    overflow: hidden;
    flex-shrink: 0;
}

.for-whom-item__logo{
    margin-bottom: 24px;
}

.for-whom-item p{
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    color: #000000;
}

.for-whom-item p b{
    color: #3647F2;
}

.section-speaker{
    padding: 60px 0;
}

.speaker-action-wrap{
    display: flex;
    justify-content: center;
    margin: 60px auto 0;
}

.speaker-info-wrap{
    display: flex;
    justify-content: stretch;
    margin: 20px auto 0;
}

.speaker-info-wrap > picture > img{
    display: flex;
    width: 500px;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
    margin-bottom: 10px;
    /*min-width: 600px;*/
}

.speaker-info-content{
    width: calc(100% - 564px);
    background: #ffffff;
    border-radius: 10px;
    flex-shrink: 0;
    height: max-content;
    margin: auto 0 0 64px;
}

.speaker-info-content h3{
    font-weight: 700;
    font-size: 48px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #202225;
    margin: 0 0 18px;
}

.speaker-info-content p{
    font-weight: 500;
    font-size: 18px;
    line-height: 122%;
    color: #202225;
}

.speaker-info-content-list-wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.speaker-info-content ul{
    display: flex;
    justify-content: space-between;
    width: calc(50% - 12px);
    flex-wrap: wrap;
}

.speaker-info-content ul ul{
    width: 100%;
}

.speaker-info-content li{
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 20px;
    line-height: 114%;
    letter-spacing: -0.02em;
    color: #202225;
    width: 100%;
    padding: 20px 24px 20px 24px;
    border-radius: 9px;
    margin: 12px 0;
    background: #f5f5f5;
}

.speaker-info-content li svg{
    flex-shrink: 0;
}

.speaker-info-content ul ul li{
    max-width: max-content;
    padding: 0;
    margin: 4px 16px 4px 0;
}

.speaker-info-content ul ul li:first-child{
    max-width: 100%;
    width: 100%;
    margin: 8px 16px 8px 0;
}

.speaker-info-content li svg,
.speaker-info-content li img{
    position: relative;
    margin-right: 10px;
    top: -3px;
}

.section-expectations{
    position: relative;
    background: #707eff url("/wp-content/themes/1IT/img/page-for-courses/expectations/background.jpg");
    background-size: cover;
    padding: 120px 0;
    border-radius: 40px;
    margin: 60px 0;
    overflow: hidden;
}

.speaker-info-text-content{
    padding: 16px 10px;
    border: 1px solid #e9ecef;
    margin-bottom: 36px;
}

.speaker-info-text-content h6{
    display: flex;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: -0.02em;
    align-items: center;
    margin-bottom: 16px;
}

.speaker-info-text-content h6 svg{
    margin-right: 8px;
}

.speaker-info-items{
    display: flex;
    flex-wrap: wrap;
    gap: 45px;
    margin: 0 0 24px;
}

.speaker-info-items:last-child{
    margin: 0;
}

.speaker-info-item{
    display: flex;
    align-items: center;
}

.speaker-info-item svg{
    margin-right: 8px;
}

.speaker-info-item img{
    display: flex;
    width: max-content;
    height: auto;
}

.expectations-items{
    position: relative;
    display: flex;
    justify-content: center;
    margin: 64px auto 0;
    z-index: 1;
}

.expectations-item{
    width: calc(33.33% - 20px);
    margin: 0 15px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    height: max-content;
}

.expectations-item img{
    display: block;
    width: 270px;
    height: 270px;
    object-fit: contain;
    object-position: center;
    margin: auto;
}

.expectations-item___text-wrap{
    position: relative;
    border-radius: 0 0 16px 16px;
    padding: 24px;
    background: rgba(255, 255, 255, 0.2);
}

.expectations-item___text-wrap:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    top: 0;
    background: linear-gradient(to right, #2B3AC2 50%, transparent 50%);
    background-size: 20px 2px;
}

.expectations-item___text{
    font-weight: 600;
    font-size: 22px;
    line-height: 121%;
    text-align: center;
    color: #fff;
}


.section-expectations-background-wrap{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.course-info-wrap{
    padding: 24px;
    background: #ffffff;
    border-radius: 40px;
    margin: 40px auto 0;
}

.course-info-switch-wrap{
    display: flex;
    padding: 24px;
    border: 2px dashed #add753;
    border-radius: 32px;
}

.course-info-switch-items{
    width: 100%;
    max-width: 600px;
    margin: 0 40px 0 0;
    flex-shrink: 0;
}

.course-info-content-items{
    overflow: hidden;
}

.course-info-switch-item,
.course-info-switch-mobile-item{
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    background: #fff;
    color: #000000;
    padding: 26px 14px;
    transition: all 0.5s ease-out;
    border-radius: 12px;
    cursor: pointer;
}

.course-info-switch-item span,
.course-info-switch-mobile-item span{
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 900;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    min-width: 30px;
    height: 30px;
    background: #707eff;
    border-radius: 50%;
    margin-right: 8px;
}

.course-info-switch-item.active{
    background: rgba(112, 126, 255, 0.06)
}

.course-info-content-item .button-for-action{
    font-size: 18px;
    width: 420px;
    padding: 27px 38px;
    margin: 8px 0 0;
}

.course-info-content-item h3{
    font-weight: 800;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 24px;
}

.course-info-content-item p{
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: -0.02em;
    color: #000000;
    padding: 24px;
    border-radius: 12px;
    background: #f3f4fc;
    margin: 24px 0;
}

.course-info-content-item ul{
    display: flex;
    flex-wrap: wrap;
    margin: 24px 0;
}

.course-info-content-item li{
    position: relative;
    flex-shrink: 0;
    padding-left: 16px;
    width: 100%;
    margin: 8px 40px 8px 0;
}

.course-info-content-item li:after{
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 6px;
    height: 6px;
    background: #707eff;
}

.course-info-content-item p br{
    display: block;
    content: '';
    margin: 7px 0;
}

.section-achieve-results{
    padding: 60px 0;
}

.achieve-results-wrap{
    position: relative;
    margin: 20px auto 0;
}

.achieve-results-subtitle{
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    text-align: center;
    color: #202225;
    opacity: 0.6;
    margin: 24px auto;
}

.achieve-results-front-item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 540px;
    height: 540px;
    margin: auto;
    border-radius: 50%;
    background: #ffffff;
    padding: 24px;
}

.achieve-results-items-wrap{
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 1390px;
    margin: auto;
}

.achieve-results-items-wrap:after{
    content: '';
    width: 200px;
    height: 200px;
    position: absolute;
    background: center / contain no-repeat url("/wp-content/themes/1IT/img/page-for-courses/achieve-results/rotating-img.png");
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}

.achieve-results-item{
    position: relative;
    width: calc(50% - 64px);
    padding: 62px 24px;
    background: #F4F4F4;
    z-index: 1;
    margin: 32px;
    min-height: 218px;
}

.achieve-results-item--center{
    margin: 32px auto;
}

.achieve-results__text{
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    color: #202225;
    margin: auto 16px;
    text-align: center;
}

.achieve-results__text b{
    color: #3647F2;
}

.achieve-results-front-item__wrap{
    position: relative;
    padding: 54px;
    border: 2px dashed #add753;
    border-radius: 50%;
}

.achieve-results-item__content-wrap{
    position: relative;
    top: -25px;
}

.achieve-results-front-item__wrap img{
    display: block;
    margin: auto 4px;
}

.achieve-results-item__wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    height: 100%;
}

.achieve-results-front-item .achieve-results__text{
    font-size: 24px;
    font-weight: 700;
    line-height: 130%;
    text-align: center;
}

.achieve-results-front-item img{
    margin: auto;
}

p.speaker-info__title{
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 48px;
    line-height: 123%;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 0;
}

.speaker-info__title svg{
    position: relative;
    margin-right: 12px;
    top: -2px;
}


.section-steps-learning{
    padding: 60px 0;
}

.steps-learning-items{
    display: flex;
    justify-content: center;
    margin: 60px auto 0;
}

.steps-learning-item{
    position: relative;
    width: calc(25% - 18px);
    margin: 0 12px;
    background: rgba(112, 126, 255, 0.1);
    border-radius: 16px;
    height: max-content;
    overflow: hidden;
}

.steps-learning-item img{
    display: block;
    margin: auto;
    height: 460px;
    width: 100%;
    object-fit: cover;
    object-position: bottom center;
}

.steps-learning-item__text-wrap{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 24px;
    background: #3548fe url("/wp-content/themes/1IT/img/page-for-courses/steps-learning/items/background.png");
    background-size: cover;
    text-align: center;
    min-height: 190px;
}

.steps-learning-item__text-wrap:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    top: 0;
    background: linear-gradient(to right, #ffffff 50%, transparent 50%);
    background-size: 20px 2px;
}

.steps-learning-item__title{
    font-size: 24px;
    font-weight: 700;
    line-height: 130%;
    text-align: center;
    color: #fff;
    margin-bottom: 9px;
}

.steps-learning-item__text{
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    text-align: center;
    color: #fff;
}

.section-program{
    padding: 60px 0;
}

.section-employment{
    padding: 24px 0;
    margin: 30px 0;
    background: #f5f5f5;
}

.employment-content-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 64px auto 0;
}

.employment-content-items{
    width: 100%;
    max-width: 760px;
    padding-right: 40px;
}

.employment-content-item__text,
.employment-content-items ul li{
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    color: #000000;
}

.employment-content-item__text b,
.employment-content-items ul li strong{
    color: #3647F2;
}

.employment-content-wrap > img{
    display: flex;
    width: 45%;
    height: max-content;
    justify-content: flex-end;
    max-width: 730px;
}

.employment-content-item{
    display: flex;
    align-items: center;
    margin-bottom: 32px;
}

.employment-content-items ul{
    padding-left: 48px;
}

.employment-content-items ul li{
    position: relative;
    margin-bottom: 32px;
}

.employment-content-items ul li:after{
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    background: center / contain no-repeat url("/wp-content/themes/1IT/img/page-for-courses/employment/items/1.png");
    left: -48px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.employment-content-item img{
    margin-right: 24px;
    height: auto;
}


.employment-action-wrap{
    display: flex;
    justify-content: center;
    margin: 60px auto 20px;
}

.section-salary{
    padding: 60px 0;
}

.lead-wrap{
    border-radius: 40px;
    background: #3548FE;
    max-width: 1390px;
    margin: 0 auto 60px;
}

.section-testimonials,
.section-partners{
    padding: 60px 0;
}

/* countdown */

/*.hide-days .flip-clock__piece:nth-child(1){*/
/*    display: none;*/
/*}*/

.countdown-wrap{
    max-width: max-content;
}

.countdown__title{
    font-weight: 600;
    font-size: 19px;
    line-height: 132%;
    color: #fff;
    opacity: 0.8;
    text-align: center;
}

.flip-clock {
    text-align: center;
    perspective: 400px;
    margin: 14px 0;
    max-width: max-content;
}
.flip-clock *,
.flip-clock *:before,
.flip-clock *:after {
    box-sizing: border-box;
}
.flip-clock__piece {
    display: inline-block;
    margin: 0 15px;
}
.flip-clock__slot {
    font-weight: 700;
    font-size: 18px;
    line-height: 154%;
    color: #fff;
    padding-top: 3px;
}
.flip-clock__card {
    display: block;
    position: relative;
    padding-bottom: 0.72em;
    font-size: 42px;
    line-height: 0.95;
}
.card__top,
.card__bottom,
.card__back::before,
.card__back::after {
    display: block;
    font-weight: 700;
    font-size: 42px;
    line-height: 100%;
    height: 0.72em;
    color: #3548FE;
    background: #fff;
    padding: 0.25em 0.25em;
    border-radius: 0.15em 0.15em 0 0;
    backface-visiblity: hidden;
    transform-style: preserve-3d;
    width: 1.8em;
    transform: translateZ(0);
}
.card__bottom {
    color: #3548FE;
    position: absolute;
    top: 50%;
    left: 0;
    border-top: solid 3px #717FFF;
    background: #f1f1f1;
    border-radius: 0 0 0.15em 0.15em;
    pointer-events: none;
    overflow: hidden;
}
.card__bottom::after {
    display: block;
    margin-top: -0.72em;
}
.card__back::before,
.card__bottom::after {
    content: attr(data-value);
}
.card__back {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    pointer-events: none;
}
.card__back::before {
    position: relative;
    z-index: -1;
    overflow: hidden;
}
.flip .card__back::before {
    -webkit-animation: flipTop 0.3s cubic-bezier(0.37, 0.01, 0.94, 0.35);
    animation: flipTop 0.3s cubic-bezier(0.37, 0.01, 0.94, 0.35);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    transform-origin: center bottom;
}
.flip .card__back .card__bottom {
    transform-origin: center top;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: flipBottom 0.6s cubic-bezier(0.15, 0.45, 0.28, 1);
    animation: flipBottom 0.6s cubic-bezier(0.15, 0.45, 0.28, 1);
}
@-webkit-keyframes flipTop {
    0% {
        transform: rotateX(0deg);
        z-index: 2;
    }
    0%,
    99% {
        opacity: 0.99;
    }
    100% {
        transform: rotateX(-90deg);
        opacity: 0;
    }
}
@keyframes flipTop {
    0% {
        transform: rotateX(0deg);
        z-index: 2;
    }
    0%,
    99% {
        opacity: 0.99;
    }
    100% {
        transform: rotateX(-90deg);
        opacity: 0;
    }
}
@-webkit-keyframes flipBottom {
    0%,
    50% {
        z-index: -1;
        transform: rotateX(90deg);
        opacity: 0;
    }
    51% {
        opacity: 0.99;
    }
    100% {
        opacity: 0.99;
        transform: rotateX(0deg);
        z-index: 5;
    }
}
@keyframes flipBottom {
    0%,
    50% {
        z-index: -1;
        transform: rotateX(90deg);
        opacity: 0;
    }
    51% {
        opacity: 0.99;
    }
    100% {
        opacity: 0.99;
        transform: rotateX(0deg);
        z-index: 5;
    }
}

.flip-clock__piece{
    position: relative;
}

.flip-clock__piece:after{
    content: ":";
    font-size: 50px;
    position: absolute;
    right: -20px;
    top: 5px;
    bottom: 0;
    margin: auto;
    color: #ffffff;
}

.flip-clock__piece:last-child:after{
    display: none;
}

/* countdown */

/* marque scroll */

.marquee-scroller{
    width: 100%;
    max-width: 1920px;
    margin: auto;
    overflow: hidden;
    -webkit-mask: linear-gradient(
            90deg,
            transparent,
            white 20%,
            white 80%,
            transparent
    );
    mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
}

.marquee-scroller > *:first-child{
    width: max-content;
    flex-wrap: nowrap;
    animation: marqueescroll 30s forwards linear infinite;
    margin-left: 0;
    flex-shrink: 0;
    will-change: transform;
}

.marquee-scroller-init--disabled > *:first-child{
    animation: none;
}

.marquee-scroller .logos{
    display: flex;
    margin: 64px auto 0;
}

.marquee-scroller .logos__item{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
    padding: 50px 36px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 19px;
    min-width: 330px;
    flex-shrink: 0;
    margin: 0 10px;
}

@keyframes marqueescroll {
    from{
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
    to {
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

/* marque scroll */

.testimonials-slider{
    overflow: hidden;
    margin: 64px auto 0;
    padding-bottom: 100px;
}

.testimonial-item{
    display: flex;
    flex-direction: column;
    padding: 24px;
    background: #f5f5f5;
    border-radius: 36px;
    height: auto;
}

.testimonial-item__text{
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: -0.02em;
}

.testimonial-item__header{
    display: flex;
}

.testimonial-item__info{
    display: flex;
    flex-direction: column;
}

.testimonial-item__title{
    font-weight: 800;
    font-size: 32px;
    line-height: 132%;
    text-transform: uppercase;
    color: #000000;
}

.testimonial-item__subtitle{
    font-weight: 700;
    font-size: 20px;
    line-height: 114%;
    text-transform: uppercase;
    color: #000000;
    margin: auto 0 0;
}

.testimonial-item__img{
    border-radius: 50%;
    margin-right: 16px;
}

.testimonial-item__separator{
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #202225 50%, transparent 50%);
    background-size: 30px 2px;
    margin: 16px 0;
}

.testimonial-item__footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto 0 0;
    padding-top: 10px;
}

.testimonial-item__date{
    font-weight: 600;
    font-size: 16px;
    line-height: 114%;
    text-transform: uppercase;
    color: rgba(0, 0, 0, .7);
}

.testimonial-item__reaction{
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 114%;
    text-transform: uppercase;
    gap: 8px;
}

.testimonial-item__reaction span{
    opacity: 0.5;
}

.page-template-page-for-courses .swiper-navigation-wrap,
.courses-template-single-course-new .swiper-navigation-wrap{
    position: relative;
    display: flex;
    justify-content: center;
    top: 70px;
    margin: 0 0 40px;
    z-index: 1;
}

.page-template-page-for-courses .section-for-whom .swiper-navigation-wrap,
.courses-template-single-course-new .section-for-whom .swiper-navigation-wrap{
    position: absolute;
    top: auto;
    bottom: 0;
    height: 50px;
    left: 580px;
    width: 100%;
}

.page-template-page-for-courses .section-for-whom .swiper-pagination,
.courses-template-single-course-new .section-for-whom .swiper-pagination{
    text-align: left;
}

.page-template-page-for-courses .section-for-whom .swiper-navigation-wrap .swiper-pagination-bullet,
.courses-template-single-course-new .section-for-whom .swiper-navigation-wrap .swiper-pagination-bullet{
    width: 100px;
    height: 8px;
    border-radius: 0;
    margin-right: 24px;
}

.page-template-page-for-courses .section-for-whom .swiper-pagination-bullet-active,
.courses-template-single-course-new .section-for-whom .swiper-pagination-bullet-active{
    background: #3548FE;
}

.page-template-page-for-courses .section-for-whom  .for-whom-item__text-wrap,
.courses-template-single-course-new .section-for-whom  .for-whom-item__text-wrap{
    padding: 60px 0;
}

.page-template-page-for-courses .swiper-navigation-wrap .swiper-button-prev,
.page-template-page-for-courses .swiper-navigation-wrap .swiper-button-next,
.courses-template-single-course-new .swiper-navigation-wrap .swiper-button-prev,
.courses-template-single-course-new .swiper-navigation-wrap .swiper-button-next{
    width: 44px;
    height: 44px;
    position: relative;
}

.page-template-page-for-courses .swiper-navigation-wrap .swiper-button-prev,
.courses-template-single-course-new .swiper-navigation-wrap .swiper-button-prev{
    margin-right: 30px;
    right: 0;
}

.page-template-page-for-courses .swiper-navigation-wrap .swiper-button-next,
.courses-template-single-course-new .swiper-navigation-wrap .swiper-button-next{
    margin-left: 20px;
    left: 0;
}

.page-template-page-for-courses .swiper-navigation-wrap .swiper-button-prev:after,
.courses-template-single-course-new .swiper-navigation-wrap .swiper-button-prev:after{
    content: '';
    background: center / contain no-repeat url("/wp-content/themes/1IT/img/page-for-courses/slider/prev.svg");
    width: 44px;
    height: 44px;
}

.page-template-page-for-courses .swiper-navigation-wrap .swiper-button-next:after,
.courses-template-single-course-new .swiper-navigation-wrap .swiper-button-next:after{
    content: '';
    background: center / contain no-repeat url("/wp-content/themes/1IT/img/page-for-courses/slider/next.svg");
    width: 44px;
    height: 44px;
}

.page-template-page-for-courses .swiper-pagination-custom,
.courses-template-single-course-new .swiper-pagination-custom{
    display: flex;
    width: 70px;
    height: 20px;
    position: relative;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 32px;
    line-height: 121%;
    color: rgba(255, 255, 255, 0.65);
}

.page-template-page-for-courses .swiper-pagination-custom,
.courses-template-single-course-new .swiper-pagination-custom{
    color: rgba(0, 0, 0, .65);
}

.page-template-page-for-courses .swiper-pagination-custom span,
.courses-template-single-course-new .swiper-pagination-custom span{
    color: rgba(0, 0, 0, 1);
}

.salary-slider{
    max-width: 1920px;
    margin: 60px auto 0;
    overflow: hidden;
    padding: 0 0 60px;
}

.salarary-item{
    /*padding: 16px;*/
    /*border-radius: 16px;*/
    /*box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.07), 0 9px 9px 0 rgba(0, 0, 0, 0.06), 0 21px 13px 0 rgba(0, 0, 0, 0.03), 0 37px 15px 0 rgba(0, 0, 0, 0.01), 0 58px 16px 0 rgba(0, 0, 0, 0);*/
    background: #fff;
}

.salarary-item img{
    width: 100%;
    height: auto;
}

.salarary-item__title{
    font-weight: 700;
    font-size: 30px;
    line-height: 132%;
    margin-bottom: 8px;
}

.salarary-item__value{
    font-weight: 600;
    font-size: 20px;
    line-height: 114%;
    color: #000000;
    margin-bottom: 8px;
}

.salarary-item__position{
    font-weight: 600;
    font-size: 20px;
    line-height: 114%;
    color: #000000;
    margin-bottom: 8px;
}

.salarary-item__text{
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -0.02em;
    opacity: 0.65;
}

.salarary-item__text p{
    margin: 0 0 20px;
}

.salarary-item__text p:last-child{
    margin: 0;
}

.salarary-item__footer{
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
}

.salarary-item__date{
    font-weight: 400;
    font-size: 16px;
    line-height: 114%;
    opacity: 0.65;
}

.salarary-item__save{
    display: flex;
    align-items: center;
}

.salarary-item__save span{
    display: block;
    color: #3140D5;
    margin: 2px 0 0 4px;
}

.form-content-wrap{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 64px 64px 36px;
    width: 100%;
}

.form-content-wrap:before,
.form-content-wrap:after{
    content: '';
    position: absolute;
    top: 10px;
    width: 75px;
    height: 75px;
    background: center / contain no-repeat url("/wp-content/themes/1IT/img/page-for-courses/form/flower.png");
}

.form-content-wrap:before{
    left: 0;
}

.form-content-wrap:after{
    right: 0;
}

.form-content-wrap .text-wrap{
    width: 100%;
}

.form-content-wrap .h4{
    text-align: center;
    line-height: 130%;
}

.form-content-wrap .label-wrap{
    justify-content: center;
    margin: -15px auto;
    font-size: 20px;
}

.form-content-wrap .label-wrap img{
    width: 90px;
    height: 90px;
}

.form-info-items{
    display: flex;
    margin: 0 32px 30px 0;
}

.form-info-item{
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    text-transform: uppercase;
    color: #fff;
    margin: 0 32px 0 0;
}

.form-info-item img{
    margin: 0 12px 4px 0;
}

.form-info__text{
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: -0.02em;
    color: #fff;
    opacity: 0.8;
    margin: 20px auto 0;
    max-width: 900px;
    text-align: center;
}

.page-template-page-for-courses .form-wrap,
.courses-template-single-course-new .form-wrap{
    padding: 144px 32px 20px;
    max-width: 100%;
    margin: auto;
    min-height: 200px;
    margin-top: -80px;
}

.form-wrap__title{
    font-weight: 700;
    font-size: 24px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin: 0 auto 16px;
}

.form-wrap .countdown-wrap{
    margin: auto;
}

.page-template-page-for-courses .form-description,
.courses-template-single-course-new .form-description{
    font-size: 16px;
    margin: 0 auto 32px;
    text-align: center;
    max-width: 700px;
}


.page-template-page-for-courses .form-wrap form,
.courses-template-single-course-new .form-wrap form{
    flex-direction: row;
}

.page-template-page-for-courses .form-wrap .item-form,
.courses-template-single-course-new .form-wrap .item-form{
    margin: 16px 10px 30px;
}

.page-template-page-for-courses .form-wrap .wpcf7-not-valid-tip,
.courses-template-single-course-new .form-wrap .wpcf7-not-valid-tip{
    width: 100%;
    left: 10px;
    right: 0;
    text-align: left;
}

.page-template-page-for-courses .footer,
.courses-template-single-course-new .footer{
    background: #3548FE;
}

@media (min-width: 1920px) {
    .container{
        max-width: 1870px;
    }

    .section-front-content-wrap .h4 {
        font-size: 80px;
    }

    .section-front-text-wrap {
        max-width: 1120px;
    }

    .steps-learning-item__text-wrap{
        min-height: 175px;
    }

}

@media (min-width: 768px) {
    .section-front-content-wrap,
    .page-template-page-for-courses .footer,
    .courses-template-single-course-new .footer,
    .lead-wrap{
        background: #3548FE url("/wp-content/themes/1IT/img/page-for-courses/background-front.png");
        background-size: cover;
        background-position: bottom;
    }

    .course-info-switch-mobile-item{
        display: none;
    }

    .course-info-content-item{
        opacity: 0;
        height: 0;
        transition: opacity 0.3s ease-out;
        overflow: auto;
    }

    .course-info-content-item.active{
        opacity: 1;
        height: 100%;
    }
}

@media (max-width: 1719px) {
    .section-front-content-wrap .h4{
        font-size: 46px;
    }

    .section-front-content-wrap .h4 span{
        font-size: 64px;
    }

    .section-front-content-wrap span.label-text{
        font-size: 24px;
    }

    .steps-learning-item img{
        width: 350px;
        height: 460px;
        max-width: 100%;
    }

    .steps-learning-item__title{
        font-size: 22px;
    }

    .steps-learning-item__text-wrap{
        padding: 16px 12px;
        min-height: 200px;
    }
}


@media (max-width: 1399px) {
    .section-front-content-wrap{
        padding: 40px;
        border-radius: 32px;
    }

    .section-front-content-wrap .h4 {
        font-size: 40px;
    }

    .text-subtitle{
        font-size: 20px;
        margin: 28px 0;
    }

    .speaker-img{
        width: 410px;
    }

    .speaker-img__label{
        font-size: 30px;
    }

    .students-img__label{
        width: 200px;
        height: 200px;
    }

    .about-speciality-title-wrap img{
        width: 140px;
        height: auto;
    }

    .steps-learning-item__text-wrap{
        min-height: 180px;
    }

    .steps-learning-item img{
        height: 400px;
    }

    .for-whom-item__img{
        width: 400px;
        height: 400px;
    }

    .for-whom-item__logo{
        width: 60px;
        height: 60px;
        object-fit: contain;
        object-position: left bottom;
    }

    .for-whom-item__title{
        font-size: 36px;
    }

    .for-whom-item p{
        font-size: 20px;
    }

    .page-template-page-for-courses .section-for-whom .swiper-navigation-wrap,
    .courses-template-single-course-new .section-for-whom .swiper-navigation-wrap{
        left: 480px;
        margin: 0 0 40px;
    }

    .speaker-info-wrap > picture > img{
        width: 400px;
        margin: 20px 0 0;
    }

    .speaker-info__title{
        font-size: 40px;
    }

    .speaker-info-content{
        width: calc(100% - 440px);
        margin: auto 0 0 40px;
    }

    .speaker-info-content li{
        padding: 16px;
    }

    .course-info-switch-items{
        max-width: 500px;
    }

    .course-info-switch-item{
        font-size: 18px;
    }

    .achieve-results-item{
        padding: 37px 24px;
    }

    .achieve-results-items-wrap:after{
        width: 150px;
        height: 150px;
    }

    .steps-learning-item__title{
        font-size: 20px;
    }

    .steps-learning-item__text{
        font-size: 14px;
    }

    .testimonial-item__title{
        font-size: 32px;
        margin-bottom: 10px;
    }

    .testimonial-item__text{
        font-size: 20px;
    }
}

@media (max-width: 1199px) {
    .section-front-content-wrap span.label-text{
        font-size: 16px !important;
        height: 30px;
        padding: 10px;
        border-radius: 5px;
    }

    .about-speciality-title-wrap img{
        display: none;
    }

    .about-speciality-title-wrap{
        margin: 0 auto 40px;
    }

    .section-about-speciality {
        padding: 30px 0;
    }

    .section-for-whom {
        padding: 30px 0;
    }

    .section-benefits .h4,
    .section-for-whom .h4{
        font-size: 52px;
        margin-bottom: 20px;
    }

    .page-template-page-for-courses .section-for-whom .swiper-navigation-wrap .swiper-pagination-bullet,
    .courses-template-single-course-new .section-for-whom .swiper-navigation-wrap .swiper-pagination-bullet{
        width: 85px;
    }

    .speaker-info-wrap{
        flex-wrap: wrap;
    }

    .speaker-info-wrap > picture{
        margin: auto;
    }

    .speaker-info-wrap > picture > img{
        width: 500px;
        height: 500px;
        margin: 20px auto 64px;
    }

    .speaker-info-content{
        width: 100%;
        margin: 0;
    }

    .speaker-info-content ul{
        width: 100%;
    }

    .course-info-switch-wrap{
        padding: 16px;
    }

    .course-info-switch-items {
        max-width: 360px;
    }

    .course-info-switch-item{
        font-size: 14px;
    }

    .course-info-content-item p{
        font-size: 14px;
    }

    .achieve-results-subtitle{
        font-size: 20px;
    }

    .achieve-results-item{
        width: calc(50% - 24px);
        margin: 12px;
    }

    .achieve-results-item--center{
        margin: 12px auto;
    }

    .achieve-results-items-wrap:after{
        width: 120px;
        height: 120px;
    }

    .section-achieve-results {
        padding: 30px 0;
    }

    .steps-learning-items{
        flex-wrap: wrap;
        margin: 30px auto 0;
    }

    .steps-learning-item{
        width: calc(50% - 27px);
        margin: 12px;
    }

    .steps-learning-item__text-wrap{
        min-height: 140px;
    }

    .steps-learning-item img{
        width: 100%;
    }

    .section-salary,
    .section-testimonials{
        padding: 30px 0;
    }

    .form-content-wrap{
        padding: 40px 40px 24px;
    }

    .form-content-wrap .h4{
        font-size: 48px;
    }

    .lead-wrap{
        max-width: 960px;
    }

    .section-questions--course,
    .courses-template-single-course-new .section-questions--course{
        padding: 30px 0 120px;
    }

    .employment-content-item__text,
    .employment-content-items ul li{
        font-size: 18px;
    }
}


@media (max-width: 991px) {
    .page-template-page-for-courses .header,
    .page-template-page-for-courses .header.noscroll,
    .page-template-page-for-courses .header.scrolled,
    .courses-template-single-course-new .header,
    .courses-template-single-course-new .header.noscroll,
    .courses-template-single-course-new .header.scrolled{
        padding: 20px 0;
    }
    .text-places span{
        font-size: 25px;
    }

    .section-front-content-course {
        padding: 120px 0 30px;
    }

    .section-front-content-wrap{
        position: relative;
    }

    .section-front-img-wrap{
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .speaker-img{
        width: 360px;
        right: -30px;
        bottom: -20px;
    }

    .speaker-img__label{
        display: none;
        font-size: 20px;
        right: 0;
        padding: 12px;
    }

    p.speaker-info__title{
        font-size: 40px;
    }

    .students-img__label {
        width: 140px;
        height: 140px;
        left: 0;
    }

    .flip-clock__piece{
        margin: 0 8px;
    }

    .card__top,
    .card__bottom,
    .card__back::before,
    .card__back::after{
        font-size: 32px;
        height: 0.78em;
    }

    .card__bottom{
        border-top: 0;
    }

    .flip-clock__piece:after{
        font-size: 38px;
        right: -13px;
    }

    .flip-clock__slot{
        font-size: 14px;
    }

    .text-places{
        font-size: 16px;
    }

    .section-about-speciality .h4,
    .section-benefits .h4,
    .section-for-whom .h4,
    .section-speaker .h4,
    .section-achieve-results .h4,
    .section-employment .h4,
    .section-salary .h4,
    .section-testimonials .h4{
        font-size: 46px;
    }

    .about-speciality-item{
        padding: 30px 16px;
    }

    .about-speciality-item:last-child{
        width: 100%;
        min-height: 135px;
    }

    .for-whom-slider{
        margin: 40px auto 0;
    }

    .for-whom-item__img{
        width: 300px;
        object-fit: cover;
        margin: 0 40px 0 0;
    }

    .for-whom-item__title {
        font-size: 32px;
        line-height: 110%;
    }

    .page-template-page-for-courses .section-for-whom .for-whom-item__text-wrap,
    .courses-template-single-course-new .section-for-whom .for-whom-item__text-wrap{
        padding: 40px 0;
    }

    .page-template-page-for-courses .section-for-whom .swiper-navigation-wrap,
    .courses-template-single-course-new .section-for-whom .swiper-navigation-wrap{
        left: 380px;
        margin: 0 0 20px;
    }

    .page-template-page-for-courses .section-for-whom .swiper-navigation-wrap .swiper-pagination-bullet,
    .courses-template-single-course-new .section-for-whom .swiper-navigation-wrap .swiper-pagination-bullet{
        width: 60px;
        margin-right: 12px;
    }

    .speaker-info-wrap > picture > img{
        margin: 0 auto 64px;
    }


    .achieve-results__text{
        font-size: 20px;
        margin: auto;
    }

    .course-info-switch-wrap {
        padding: 12px;
    }

    .course-info-switch-items {
        max-width: 230px;
        margin: 0 14px 0 0;
    }

    .course-info-switch-item{
        padding: 24px 14px;
    }

    .section-program{
        padding: 0 0 20px;
    }

    .section-employment{
        padding: 24px 0;
        margin: 30px 0;
    }

    .employment-content-wrap{
        flex-wrap: wrap;
        margin: 32px auto 0;
    }

    .employment-content-items{
        width: 100%;
        padding: 0;
    }

    .employment-content-wrap > img{
        width: 100%;
        margin: 0 auto;
    }

    .employment-content-item__text,
    .employment-content-items ul li{
        font-size: 24px;
    }

    .lead-wrap {
        max-width: 740px;
    }

    .page-template-page-for-courses .form-wrap,
    .courses-template-single-course-new .form-wrap{
        padding: 144px 0 20px;
    }

    .page-template-page-for-courses .footer .footer-subscription,
    .courses-template-single-course-new .footer .footer-subscription{
        max-width: 100%;
    }

    .page-template-page-for-courses .footer .form-description,
    .courses-template-single-course-new .footer .form-description{
        text-align: left;
    }
    .course-info-content-item .button-for-action{
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .section-front-content-wrap,
    .page-template-page-for-courses .footer,
    .courses-template-single-course-new .footer,
    .lead-wrap{
        background: #3548FE url("/wp-content/themes/1IT/img/page-for-courses/background-front-mob.png");
        background-size: cover;
        background-position: bottom;
    }
    .page-template-page-for-courses .header,
    .page-template-page-for-courses .header.noscroll,
    .page-template-page-for-courses .header.scrolled,
    .courses-template-single-course-new .header,
    .courses-template-single-course-new .header.noscroll,
    .courses-template-single-course-new .header.scrolled{
        padding: 16px 0;
    }

    .page-template-page-for-courses .header .container,
    .courses-template-single-course-new .header .container{
        max-width: 100%;
    }

    .section-front-content-course {
        padding: 110px 0 30px;
    }
    .section-front-content-wrap{
        padding: 16px;
    }
    .section-front-content-wrap .h4 span {
        font-size: 40px;
    }
    .section-front-content-wrap .h4{
        font-size: 32px;
    }
    .speaker-img{
        width: 310px;
    }
    .text-subtitle {
        font-size: 16px;
        margin: 16px 0;
    }
    .label-wrap span{
        font-size: 20px;
    }
    .countdown__title{
        font-size: 16px;
        text-align: left;
    }
    .students-img__label {
        width: 110px;
        height: 110px;
        left: 30px;
        top: 100px;
    }
    .flip-clock__card{
        padding-bottom: 0.6em;
    }
    .card__top, .card__bottom,
    .card__back::before,
    .card__back::after{
        font-size: 28px;
        line-height: 110%;
    }

    .card__bottom{
        top: 50%;
    }

    .close-booking-notification{
        width: 30px;
        height: 30px;
    }

    .about-speciality-item{
        font-size: 16px;
        padding: 14px;
        line-height: 120%;
        width: 100%;
        gap: 12px;
    }

    .section-about-speciality .h4,
    .section-benefits .h4,
    .section-for-whom .h4,
    .section-speaker .h4,
    .section-achieve-results .h4,
    .section-employment .h4,
    .section-salary .h4,
    .section-testimonials .h4,
    .section-steps-learning .h4,
    .section-program .h4{
        font-size: 40px;
    }

    .section-benefits .h4{
        margin-bottom: 40px;
    }

    p.speaker-info__title{
        font-size: 24px;
    }

    .for-whom-item{
        flex-direction: column;
    }

    .for-whom-item__img{
        width: 100%;
        margin: 0;
    }

    .page-template-page-for-courses .section-for-whom .swiper-navigation-wrap,
    .courses-template-single-course-new .section-for-whom .swiper-navigation-wrap{
        left: 20px;
    }

    .page-template-page-for-courses .section-for-whom .swiper-navigation-wrap .swiper-pagination-bullet,
    .courses-template-single-course-new .section-for-whom .swiper-navigation-wrap .swiper-pagination-bullet{
        width: 100px;
    }

    .course-info-wrap{
        padding: 0;
    }

    .course-info-switch-wrap{
        flex-wrap: wrap;
    }

    .course-info-switch-items{
        display: none;
        max-width: 100%;
    }

    .course-info-content-items{
        margin: 20px 0 0;
        padding: 0 10px;
    }

    .course-info-switch-item{
        width: 100%;
        max-width: 100%;
    }

    .course-info-content-item .button-for-action{
        float: none !important;
        padding: 20px 38px;
    }

    .course-info-switch-item,
    .course-info-switch-mobile-item{
        font-size: 13px;
        padding: 0;
    }

    .course-info-content-item h3{
        font-size: 20px;
    }

    .course-info-switch-item.active,
    .course-info-switch-mobile-item.active{
        position: relative;
        padding-right: 30px;
    }

    .course-info-switch-item.active:after,
    .course-info-switch-mobile-item.active:after{
        content: '';
        position: absolute;
        right: 10px;
        top: 0;
        bottom: 0;
        width: 20px;
        height: 20px;
        margin: auto;
        background: center / cover no-repeat url(/wp-content/themes/1IT/img/rotate-blue.svg);
        transition: all 0.3s ease-out;
        animation: spinner 1.2s linear infinite;
        /*animation-play-state: paused;*/
    }

    .achieve-results-items-wrap:after{
        display: none;
    }

    .achieve-results-item{
        width: 100%;
        padding: 24px;
        min-height: 160px;
    }

    .steps-learning-item{
        width: 100%;
    }

    .salary-slider{
        padding: 0 30px 60px;
    }

    .section-testimonials .swiper-wrapper{
        max-width: 100%;
    }

    .page-template-page-for-courses .swiper-pagination-custom,
    .courses-template-single-course-new .swiper-pagination-custom{
        font-size: 32px;
    }

    .lead-wrap{
        max-width: calc(100% - 32px);
    }

    .form-content-wrap {
        padding: 24px 12px 24px;
    }

    .form-content-wrap:before, .form-content-wrap:after{
        width: 60px;
        height: 60px;
    }

    .form-content-wrap .h4{
        font-size: 38px;
    }

    .page-template-page-for-courses .form-wrap form,
    .courses-template-single-course-new .form-wrap form{
        flex-direction: column;
    }

    .page-template-page-for-courses .form-wrap .item-form,
    .courses-template-single-course-new .form-wrap .item-form{
        margin: 16px 10px;
    }

    /**/
    .course-info-content-item .course-info-content-item-wrap{
        opacity: 0;
        height: 0;
        transition: all 0.3s ease-out;
        overflow: auto;
    }

    .course-info-content-item.active .course-info-content-item-wrap{
        opacity: 1;
        height: 100%;
    }

    .course-info-switch-wrap{
        padding: 0;
        border: 0;
    }

    .course-info-content-items{
        margin: 0;
        padding: 0;
    }

    .course-info-content-item{
        padding: 16px;
        border: 2px dashed #add753;
        border-radius: 12px;
        margin: 0 0 16px;
    }

    .course-info-content-item.active .course-info-content-item-wrap{
        margin-top: 16px;
    }
}

@media (max-width: 575px) {
    .section-about-speciality .h4,
    .section-benefits .h4,
    .section-for-whom .h4,
    .section-speaker .h4,
    .section-achieve-results .h4,
    .section-employment .h4,
    .section-salary .h4,
    .section-testimonials .h4,
    .section-program .h4,
    .section-steps-learning .h4,
    .section-questions--course .h4{
        font-size: 28px;
    }

    .section-front-content-wrap{
        border-radius: 16px;
    }

    .page-template-page-for-courses .header-wrap,
    .courses-template-single-course-new .header-wrap{
        padding: 8px;
    }

    .page-template-page-for-courses .menu-toggle-button,
    .courses-template-single-course-new .menu-toggle-button{
        top: 0;
    }

    .page-template-page-for-courses .header,
    .page-template-page-for-courses .header.noscroll,
    .page-template-page-for-courses .header.scrolled,
    .courses-template-single-course-new .header,
    .courses-template-single-course-new .header.noscroll,
    .courses-template-single-course-new .header.scrolled{
        padding: 12px 0;
    }

    .section-front-content-course {
        padding: 90px 0 30px;
    }

    .front-button-wrap {
        margin: 20px 0 0;
    }

    .section-front-content-wrap .h4{
        font-size: 24px;
        max-width: 400px;
    }

    .section-front-content-wrap .h4 span{
        font-size: 28px;
    }

    .section-front-content-wrap span.label-text{
        font-size: 11px !important;
        padding: 5px;
        border-radius: 3px;
        height: 20px;
    }

    .text-subtitle{
        font-size: 14px;
    }

    .students-img__label{
        width: 80px;
        height: 80px;
        bottom: -10px;
        right: -10px;
        top: auto;
        left: auto;
    }

    .speaker-img {
        width: 280px;
        right: -80px;
    }

    .booking-notification{
        right: 20px;
        width: 240px;
        bottom: 20px;
    }

    .flip-clock__piece{
        margin: 0 4px;
    }

    .flip-clock__card{
        padding-bottom: 0.45em;
    }

    .card__top,
    .card__bottom,
    .card__back::before,
    .card__back::after{
        font-size: 21px;
    }


    .flip-clock__slot {
        position: relative;
        padding: 0;
        top: 0;
        font-size: 10px;
    }

    .flip-clock__piece:after {
        font-size: 21px;
        right: -7px;
    }

    .countdown__title{
        font-size: 12px;
    }

    .label-wrap img{
        width: 80px;
        height: 80px;
    }

    .label-wrap span {
        font-size: 13px;
        padding: 30px 0 0 7px;
    }

    .text-places span {
        font-size: 22px;
    }

    .booking-notification__item-title{
        font-size: 18px;
        line-height: 120%;
        margin: 0 0 4px;
    }

    .booking-notification__item-text{
        font-size: 12px;
    }

    .booking-notification__item.show{
        padding: 12px;
        height: 75px;
    }

    .speaker-info-wrap > picture > img{
        max-width: 100%;
        height: auto;
        object-fit: contain;
        margin: 0 auto 20px;
    }

    .about-speciality-items{
        margin: 24px auto 0;
        gap: 12px;
    }

    .about-speciality-item,
    .about-speciality-item:last-child{
        min-height: 100px;
    }

    .about-speciality-item p{
        font-size: 16px;
    }

    .section-benefits {
        padding: 12px 0;
        margin: 10px 0;
    }

    .for-whom-item__img{
        height: calc(100vw - 20px);
    }

    .for-whom-slider {
        margin: 14px auto 0;
    }

    .for-whom-item p{
        font-size: 14px;
    }

    .for-whom-item__title{
        font-size: 26px;
    }

    .page-template-page-for-courses .section-for-whom .swiper-navigation-wrap .swiper-pagination-bullet,
    .courses-template-single-course-new .section-for-whom .swiper-navigation-wrap .swiper-pagination-bullet{
        width: calc(100vw / 4 - 30px);
    }

    .speaker-info__title{
        font-size: 24px;
    }

    .speaker-info-content li{
        font-size: 16px;
        width: 100%;
        margin: 7px 0;
        min-width: 42%;
    }

    .course-info-wrap{
        margin: 24px auto 0;
    }

    .achieve-results__text{
        font-size: 14px;
    }

    .achieve-results-item {
        padding: 16px;
        min-height: 100px;
        margin: 6px;
    }

    .achieve-results-wrap{
        margin: 0 auto 0;
    }

    .section-steps-learning {
        padding: 30px 0;
    }

    .employment-content-item__text,
    .employment-content-items ul li{
        font-size: 12px;
    }

    .salary-slider {
        padding: 0 30px 0;
        margin: 40px auto 0;
    }

    .salarary-item__title{
        font-size: 21px;
    }

    .salarary-item p{
        font-size: 16px;
    }

    .section-employment{
        padding: 12px 0;
    }

    .testimonials-slider{
        padding-bottom: 30px;
    }

    .page-template-page-for-courses .swiper-navigation-wrap .swiper-button-prev:after,
    .page-template-page-for-courses .swiper-navigation-wrap .swiper-button-next:after,
    .courses-template-single-course-new .swiper-navigation-wrap .swiper-button-prev:after,
    .courses-template-single-course-new .swiper-navigation-wrap .swiper-button-next:after{
        width: 22px;
        height: 22px;
    }

    .page-template-page-for-courses .swiper-navigation-wrap .swiper-button-next,
    .courses-template-single-course-new .swiper-navigation-wrap .swiper-button-next{
        margin-left: 0;
    }

    .page-template-page-for-courses .swiper-navigation-wrap .swiper-button-prev,
    .courses-template-single-course-new .swiper-navigation-wrap .swiper-button-prev{
        margin-right: 10px;
    }

    .page-template-page-for-courses .swiper-pagination-custom,
    .courses-template-single-course-new .swiper-pagination-custom{
        font-size: 20px;
        width: 50px;
    }

    .page-template-page-for-courses .swiper-navigation-wrap,
    .courses-template-single-course-new .swiper-navigation-wrap{
        top: 40px;
    }

    .page-template-page-for-courses .form-wrap,
    .courses-template-single-course-new .form-wrap{
        padding: 114px 0 0;
    }

    .course-info-switch-wrap{
        border-radius: 12px;
    }

    .form-content-wrap .h4{
        font-size: 23px;
    }

    .form-info__text{
        font-size: 16px;
    }

    .form-content-wrap:before,
    .form-content-wrap:after {
        width: 40px;
        height: 40px;
    }

    .form-wrap__title{
        font-size: 16px;
    }

    .form-content-wrap .label-wrap img {
        width: 70px;
        height: 70px;
    }

    .form-content-wrap .label-wrap{
        left: 0;
    }

    .page-template-page-for-courses .form-description,
    .courses-template-single-course-new .form-description{
        font-size: 11px;
        margin: 0 auto 20px;
    }

}


@media (max-width: 360px) {
    .speaker-img {
        width: 210px;
    }

    .text-subtitle{
        font-size: 12px;
    }

    .text-subtitle br{
        display: none;
    }

    .course-info-wrap {
        margin: 12px auto 0;
    }

    .course-info-content-item h3{
        font-size: 12px;
    }

    .course-info-content-item h3 {
        font-size: 18px;
        margin-bottom: 14px;
    }

    .course-info-content-item li{
        font-size: 13px;
    }

    .course-info-content-item ul{
        margin: 12px 0;
    }

    .course-info-switch-item span,
    .course-info-switch-mobile-item span{
        min-width: 25px;
        height: 25px;
    }

    .course-info-switch-wrap {
        padding: 8px;
    }

    .course-info-content-item .button-for-action{
        padding: 12px 28px;
    }

    .course-info-switch-item,
    .course-info-switch-mobile-item{
        font-size: 12px;
    }

    .speaker-info-item img{
        max-width: 100px;
        height: auto;
    }
}


